@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	font-family: "Roboto", sans-serif;
}

body {
	width: 100%;
}

#header {
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	background-color: #ffffff;
}

#nav1 {
	width: 60%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 30%;
}

.nav {
	width: 20%;
	height: 100%;
	position: relative;
	float: left;
	display: block;
}

.nav a {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #aaaaaa;
	transition: 0.4s ease;
}

.navLine {
	position: relative;
	float: right;
	width: 0px;
	height: 3px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #666666;
	transition: 0.3s;
}

.nav a:hover {
	color: #666666;
	transition: 0.4s;
}

.nav a:hover .navLine {
	float: left;
	width: 100%;
	transition: 0.4s;
}

#subHeader {
	width: 100%;
	height: 140px;
	position: relative;
	float: left;
	background-color: #cccccc;
}

#logoWrapper {
	width: 220px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo {
	width: 100%;
	height: 100%;
}

#phone {
	width: auto;
	height: 100%;
	position: absolute;
	right: 10%;
	top: 0;
}

#phone h3 {
	margin-top: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: bolder;
	color: #4a5278;
}

#nav2Label {
	display: none;
}

#nav2 {
	width: 77%;
	height: 40%;
	position: absolute;
	display: block !important;
	right: 1%;
	bottom: 0;
}

.subNav {
	width: 20%;
	height: 100%;
	position: relative;
	float: left;
	margin-left: 4%;
	border-left: 2px solid #333333;
	border-top: 1px solid #555555;
	border-top-left-radius: 10px;
}

.subNav a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	transition: 0.3s;
}

.subNav a:hover {
	color: #ed7268;
	transition: 0.3s;
}

.subNav i {
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 16px;
}

.dropdown {
	display: none;
	width: 200px;
	height: auto;
	position: absolute;
	top: 50px;
	padding-left: 15px;
	background-color: #ffffff;
	border-left: 3px solid #000000;
	border-top: 3px solid #ed7268;
	z-index: 1;
	transition: 0.3s;
}

.dropdown a {
	width: 100%;
	height: 30px;
	position: relative;
	float: left;
	display: block;
	padding-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	transition: 0.3s;
}

.dropdown a:hover {
	color: #ed7268;
	transition: 0.3s;
}

.subNav:hover .dropdown {
	display: block;
	transition: 0.3s;
}

/*-------------------------------------*/

#main {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-color: #660000;
	color: #cccccc;
}

#title {
	width: 100%;
	height: 120px;
	position: relative;
	float: left;
}

#title h2 {
	margin-top: 30px;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
}

#pic {
	width: 50%;
	height: 600px;
	position: relative;
	float: left;
}

#picBG {
	width: 35vw;
	height: 35vw;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #ffffff;
}

#picBG img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 15px;
}

#info {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
}

#info h3 {
	text-align: left;
	margin-left: 50px;
	margin-top: 50px;
	font-size: 36px;
	color: #ffffff;
}

#info b {
	display: block;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 200;
	color: #ffffff;
}

#linkDesc {
	width: 100%;
	height: 80px;
	margin-top: 40px;
	position: relative;
	float: left;
}

#linkDesc h4 {
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
}

#flex {
	width: 90%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}

#flex a {
	display: block;
	background-color: #ffffff;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	width: 13%;
	height: 120px;
	margin-top: 20px;
	border-radius: 4px;
	transition-duration: 0.3s;
}

#flex a:hover {
	margin-top: 6px;
	transition-duration: 0.4s;
}

.flexbox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.flexbox img {
	width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#flex1, #flex3 {
	padding-top: 15px;
}

#flex2 {
	padding-top: 25px;
}

.flexbox h4 {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	z-index: 10;
}

/*-------------------------------------*/

#footer {
	width: 100%;
	height: 500px;
	position: relative;
	float: left;
	background-color: #cccccc;
}

#address {
	width: 30%;
	height: 80%;
	position: relative;
	float: left;
}

#address h4 {
	width: 80%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 20%;
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	font-weight: 100;
}

#footerLogo {
	width: 80%;
	height: 90px;
	position: relative;
	float: left;
	margin-top: 40px;
	margin-left: 20%;
}

#footerLogo img {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
}

#socialWrapper {
	width: 80%;
	height: 60px;
	position: relative;
	float: left;
	margin-left: 20%;
	margin-top: 20px;
}

.social {
	width: 30%;
	position: relative;
	float: left;
}

#socialWrapper a {
	width: 40px;
	height: 40px;
}

#socialWrapper i {
	padding-right: 20px;
	font-size: 40px;
}

#fb {
	color: #4267b2;
}

#linkedin {
	color: #0077b5;
}

#links1 {
	width: 150px;
	height: 80%;
	position: relative;
	float: left;
	margin-left: 25%;
}

#links2 {
	width: 150px;
	height: 80%;
	position: relative;
	float: left;
	margin-left: 40px;
}

.footerLinkA {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 20px;
	text-decoration: none;
	color: #666666;
	transition: 0.3s;
}

.footerLinkB {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
	transition: 0.3s;
}

.footerLine {
	position: absolute;
	width: 3px;
	height: 0px;
	bottom: 0px;
	left: -10px;
	background-color: #ed7268;
	transition: 0.3s;
}

.footerLinkA:hover {
	color: #ed7268;
	transition: 0.3s;
}

.footerLinkA:hover .footerLine {
	height: 32px;
	transition: 0.3s;
}

.footerLinkB:hover {
	color: #ed7268;
	transition: 0.3s;
}

.footerLinkB:hover .footerLine {
	height: 26px;
	transition: 0.3s;
}

#bottom {
	width: 100%;
	height: 20%;
	position: relative;
	float: left;
	border-top: 1px solid #aaaaaa;
}

#copyright {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 14px;
	color: #666666;
}

#developer {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 14px;
	color: #666666;
}

#developer a {
	text-decoration: none;
	color: #ed7268;
}
