/*  
  Meta-Tech Systems
  Base Desktop Styles

*/

@font-face {
  font-family:"OpenSans-Regular";
  src:url("../fonts/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family:"OpenSans-Light";
  src:url("../fonts/OpenSans/OpenSans-Light.ttf");
}

@font-face {
  font-family:"OpenSans-SemiBold";
  src:url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
}

body {
	font-family:OpenSans-Light;
	font-size:20pt;
	border-top:15px solid #e7b75c;
	border-bottom:15px solid #e7b75c;
}

header {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 6%;
	padding-top: 69px;
	padding-bottom: 8%;
}

#logo {
	height:206px;
}

.navItem {
	text-decoration:none;
	font-family:OpenSans-SemiBold;
	color:#37305a;
	font-size: 18pt;
}

.currentItem {
	border-bottom: 6.5px solid #37305a;
	padding-bottom: 5px;
}

.navItem:hover {
	transition:border 0.5s;
	transition:padding 0.1s;
	border-bottom: 6.5px solid #37305a;
	padding-bottom:5px;
}

nav {
	width:62%;
	padding-left:8%;
}

ul {
	display:flex;
	
}

li {
	width:175px;
 }

.contentItem {
	padding-bottom:10%;
	line-height:30pt;
}

.contentHeading {
	font-family:OpenSans-SemiBold;
	padding-bottom: 24px;
}

#blue_box {
	background-color:#37305a;
	color:#fff;
	padding: 30px 30px 30px 30px;
	text-align: center;
	font-size: 0.80em;
	line-height: 25pt;
	text-align: center;
	display: flex;
	flex-direction: column;
}

button {
	background-color:#37305a;
	color:#fff;
	font-family:OpenSans-SemiBold;
	border-radius:7px;
	padding:15px 17px 15px 17px;
	border:0;
	cursor:pointer;
	width:246px;
	font-size:14.5pt;
	margin-top: 11%;
	margin-left: 30%;
}

button:hover {
	background-color:#736e8b;
	transition:background 0.4s;
}

footer {
	font-size:0.65em;
	text-align:center;
	width:auto;
	padding: 19px 30px 30px 30px;
	line-height:18pt;
}

#content_section {
	width:100%;
	display:flex;
	padding-bottom: 15%;
	font-size:18.3pt;
}

#content_wrapper {
	padding-left: 6%;
	width: 45%;
}

aside {
	width: 19%;
	padding-left: 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contentItem p {
	padding-bottom:0.2%;
}

.servicesList {
  list-style-type:disc;
  display:block;
}

.servicesContentItem {
	float: left;
	width: 50%;
}

.servicesContentItem ul li {
	margin-left:25px;
}

.underlined {
  text-decoration:underline;
}

a {
  text-decoration:none;
  color:#37305a;
  font-family:OpenSans-SemiBold;
}