﻿html, body {
	height: 100%;
}

body {
	background: #161616;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Myriad-Pro;
	src: url(../fonts/MYRIADPRO-REGULAR.otf);
}

@font-face {
	font-family: Myriad-ProBold;
	src: url(../fonts/MYRIADPRO-BOLD.otf);
}

#logo {
	display: inline;
	float: left;
	margin-left: 166px;
	margin-right: 166px;
	margin-top: 10px;
}

.holder {
	width: 1280px;
	height: 704px;
	margin: 0 auto;
	background: #ffffff;
	background-image: url(../background.png);
	background-repeat: no-repeat;
}

.alt {
	width: 1280px;
	height: 98px;
	margin: 0 auto;
	background: #ffffff;
	background-image: url(../background.png);
	background-repeat: no-repeat;
}

.about {
	width: 1280px;
	height: 680px;
	margin: -30px auto;
	background: #312467;
}

.footer {
	width: 1280px;
	height: 130px;
	margin: 16px auto;
	background: #222222;
}

.content {
	width: 1280px;
	height: auto;
	margin: -16px auto;
	background: #ffffff;
}

.header a {
	float: left;
	margin-top: 20px;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 16px;
}

.header a:hover {
  color: #cbe019;
}

#services {
	margin-left: 8px;
}

#references {
	margin-left: 16px;
}

#certification {
	margin-left: 2px;
}

#contact {
	margin-left: 20px;
}

#maintitle {
	float: center;
	margin-top: 180px;
	color: #ffffff;
	text-align: center;
	font-family: Myriad-ProBold, Calibri;
	text-decoration: none;
	font-size: 122px;
}

#alttitle {
	float: center;
	margin-top: -130px;
	color: #cbe019;
	text-align: center;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 12px;
}

.large {
	float: center;
	color: #ffffff;
	text-align: center;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: 6px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.medium {
	float: center;
	color: #ffffff;
	text-align: center;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 24px;
	padding-left: 54px;
	padding-right: 54px;
}

.standard {
	float: center;
	color: #ffffff;
	text-align: center;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 20px;
	padding-left: 54px;
	padding-right: 54px;
}

#underline:hover{
	color: #cbe019;
	text-decoration: underline;
}

#separator {
	padding-top: 30px;
}

.about em {
	color: #cbe019;
	font-style: normal;
}

.footer p {
	float: left;
	margin-left: 130px;
	margin-top: 40px;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 14px;
}

.content p {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 16px;
}

#lime {
	color: #cbe019;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 16px;
}

.row {
	display: flex;
	justify-content: center;
}

.column {
	position: relative;
	display: inline-block;
	padding: 5px;
}

.column .tooltip {
	visibility: hidden;
	width: 120px;
	background-color: #555555;
	color: #ffffff;
	font-family: Myriad-Pro, Calibri;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.column .tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555555 transparent transparent transparent;
}

.column:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

.tooltip em {
	color: #cbe019;
	font-style: normal;
}

.content h2 {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	font-family: Myriad-Pro, Calibri;
	text-decoration: none;
	font-size: 20px;
}

.content em {
	font-style: normal;
	font-weight: bold;
}

#odd {
	background-color: #c1bdd1;
	font-size: 16px;
	padding: 10px 5px 10px 10px;
	margin-bottom: -16px;
	margin-left: 36px;
	margin-right: 36px;
}

#even {
	background-color: #d6d3e1;
	font-size: 16px;
	padding: 10px 5px 10px 10px;
	margin-bottom: -16px;
	margin-left: 36px;
	margin-right: 36px;
}

.primary {
	display: flex;
}

.secondary {
	flex: 50%;
}

.secondary h2 {
	margin-top: 0px;
}

.secondary p {
	padding-top: 0px;
	padding-bottom: 0px;
}

.secondary a {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

#email {
	margin-bottom: 2px;
}

#map {
	flex: 50%;
	margin-right: 36px;
	height: 480px;
	width: 720px;
}

.marker {
	background-image: url(../map_pin.png);
	background-size: 20px 30px;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.mapboxgl-popup {
	max-width: 200px;
}

.mapboxgl-popup-content {
	text-align: center;
	font-family: Myriad-Pro, Calibri;
}