/*########### Defaults ###########*/

nav,
header,
footer {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
}

/* this is used for herobox intro*/ 
h1 {
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: none;
	line-height: normal;
	word-spacing: normal;
	text-align: center;
}

/* this is used for design studio and consulting header*/
h2 {
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00688c;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 48px;
	text-align: center;
}

/* this is used for herobox text */
h3 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: none;
	line-height: 34px;
	word-spacing: normal;
	text-align: center;
}

a {
   color: #6C6C6C;	
}

a:hover {
	background-color: #00688c;
	color: #FFFFFF;
}

.container {
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px; 
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f2f2f2;
  background-color: #82e9de;
}

.container0 {
  width: 100%;
  margin: 0px;
  padding: 0px;
/*  background-color: #f2f2f2;
  background-color: #82e9de;*/
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: top;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-3sp {width: 25%; padding-left:5%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-12sp {width: 100%; background-color:#e0f2f1;}
/* the above col-12sp background color creates border */ 

* {
  box-sizing: border-box;
}

/*############### Nav bar ############*/

.nav {
  width: 100%;
  margin: 0;
}

.nav ul {
  background-color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

ul.topnav li {
  list-style: none;
  float: left;
}

ul.topnav li.topnav-right {
  float: right;
} 

ul.topnav li a {
	display: block;
	text-decoration: none;
	min-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	text-transform: uppercase;
	color: #818181;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
}

ul.topnav li a:hover {
	background-color: #00688c;
	color: #FFFFFF;
}

ul.topnav li.dropdownIcon {
  display: none;
}



/*##### Custom styles #########*/
/*
div.box {
  text-align: left;
  margin: 12px 12px 12px 12px;
  padding: 24px 24px 24px 24px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15),
    0 2px 3px 0 rgba(0,0,0,.1);
}
*/
div.herobox {
  text-align: center;
  margin: 24px 24px 24px 24px; 
  padding: 24px; 
  background-color: #80cbc4;
}

div.sectionbox {
  text-align: center;
  margin: 0px 24px 24px 24px; 
  padding: 24px; 
  background-color: #b2dfdb;
}

.servicesbrief {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
}

linegap {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#b2dfdb;
	color: #6c6c6c;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	display:block;
	padding: 24px;
}

ul.serviceslist {
	list-style-type: none;
	padding: 0;
}

ul.serviceslist li {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 1px 24px 0px 24px;
	padding: 0;
	float: none;
	line-height: 60px;
	display:block;
	background-color:#82ada9;
}

ul.serviceslistmenu {
	list-style-type: none;
	padding: 0;
}

ul.serviceslistmenu li a {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	
	margin: 1px 24px 0px 24px;
	padding: 0;
	
	float: none;
	display:block;
	background-color:#82ada9;


	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	text-transform: uppercase;
}

ul.serviceslistmenu li a:hover {
	background-color: #00688c;
	color: #e0f2f1;
}

.servicesdesc {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#e5ffff;
	color: #006950;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	display:block;
	padding: 24px;
}

p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
}


.footsyheader {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: bold;
	margin: 12px;
}

ul.keylinkslist {
	list-style-type: none;
	padding: 0;
	margin: 12px;
}

ul.keylinkslist li {
	list-style: none;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	margin: 0;
	padding: 0;
	float: none;
	line-height: 22px;
	text-align: left;
}

ul.keylinkslist li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #D5D5D5;
}

ul.keylinkslist li a:hover {
	background-color: #fff8e1;
	color: #000;
}

.footsy {
  background-color: #00867d;
  color: #fff;
  padding: 18px;
  text-align: left;
  font-size: 24px;
}

/*######### Mobile ###########*/

@media screen and (max-width: 890px) {
  ul.topnav li:not(:nth-child(1)) {
    display: none;
  }
  
  ul.topnav li.dropdownIcon {
    display: block;
    float: right;
  }
  
  ul.topnav.responsive li.dropdownIcon {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  ul.topnav.responsive {
    position: relative;
  }
  
  ul.topnav.responsive li {
    display: inline;
    float: none; 
  }
  
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3 {
    width: 100%;
    margin: 0;
  }
  
  /* used for bottom design studio links */
  .col-3sp {width: 100%; padding-left:0; }

  div.box {
    padding: 24px 24px 24px 24px;
    display: block;
  }
  
h1 {
	font-size: 35px;
}

h2 {
	font-size: 25px;
}

ul.serviceslist li {
	font-size: 14px;
	line-height: 40px;
	margin: 1px 1px 0px 1px;
}

ul.serviceslistmenu li a {
	font-size: 14px;
	margin: 1px 1px 0px 1px;
}

.servicesdesc {
	font-size: 14px;
}


}
