/*General Template stylesheet by KSDillman*/

/*reset margin and padding for browser compabilities*/
div, footer, body, header, h1, h2, h3, h4, h5, h6, img, p {
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-size: 14pt;

}


/*=========================================
=== MAIN STYLES===========================*/

header {
	width: 100%;
	height: 175px;
	line-height: 115px;
	padding-top: 0;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #99E1D9;
	background-color: rgb(138, 141, 145);
	font-size: 18px;
	/*position: fixed*/
	overflow: hidden;
	box-shadow: 20px 0 10px 10px grey;
}
.rowMain {
	display: inline-block;
	padding-top: 20px;
	float: left;
}
.column.middle {
	width: 50%;
	padding-top: 20px;
	margin-left: 6px;
	min-width: 300px;
}
.column.side {
	width: 15%;	
	padding: 0;
	margin:0;
}

.columns:after {
  content: "";
  display: table;
  clear: both;
}
.navLinks {
	list-style: none;  	
  	margin-left: 5px;
  	padding: 0;
  	width: 15%;
  	min-width: 165px;
  	height: 325px;
  	background-color: rgb(138, 141, 145); 
  	font-family: Tahoma;
  	/*position: fixed;*/
}
.navLinks h2 {
	display: block;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18pt;
	border-bottom-style: dashed;
	border-bottom-color: #99E1D9;
	border-bottom-width: 5px;
	color: #32292F;
}
.navLinks a {
	display: block;
	list-style-type: none;
	color: #32292F;
	text-decoration: none;
	font-size: 14pt;
}
.navLinks a.current {
	display: block;
	background-color: #ecff5e;
}
.navLinks a:hover:not(.current) {
	display: block;
	background-color: #96c0f7;
}
footer {
	display: inline-block;
	width: 100%;
	height: 85px;	
	padding-top: 20px;
	border-top-style: solid;
	border-top-width: 10px;
	background-color: rgb(138, 141, 145);
	border-top-color: #99E1D9; 
	font-size: 10pt;
	color: #32292F;
}
.column {
	float: left;
	width: 33.3%;
	padding: 0;
	margin: 0;
}
.special {
	text-indent: 15px;
}
.special::first-letter {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma;
	letter-spacing: 5px;
	font-size: 24pt;
	color: #32292F;
}

.slogan {
	font-family: Tahoma;
	font-size:10pt;
	text-indent: 5pt;
}
.sloganTitle {
	font-size: 20pt;
}

.bottomSlogan {
	text-transform: uppercase;
	font-size: 14pt;
	text-align: center;
	color: hsl(180, 100%, 20%);
}
.experience {
	font-family: tahoma;
	font-size: 16pt;
	color: #32292F
}
h1, h2, h3, h4 {
	font-family: tahoma;
	color: #32292F;
}
table {
	font-size: 12pt;
}
th {
	font-weight: bold;
	text-align: left;

}
.contactus {
	border-style: dashed;
	border-size: 2px;
	border-color: #32292f;
}
.rowFoot {
}


/*.row:after {
  content: "";
  display: table;
  clear: both;
}