@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	font-family: "Roboto", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #660000;
}

::-webkit-scrollbar-thumb {
	background-color: #000000;
}

#header {
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	background-color: #ffffff;
}

#nav1 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

#nav1 span {
	display: none;
}

.nav {
	width: 20%;
	height: 47px;
	position: relative;
	float: left;
}

.nav a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 14px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #aaaaaa;
}

#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: 40%;
	height: 50%;
	position: absolute;
	right: 0;
}

#phone h3 {
	margin-top: 24px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #4a5278;
}

#nav2Label {
	width: 40%;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	border-top: 2px solid #555555;
	border-left: 2px solid #555555;
	color: #333333;
}

#nav2DownArrow {
	position: absolute;
	left: 14px;
	top: 26px;
	font-size: 20px;
	color: #333333;
}

#nav2UpArrow {
	position: absolute;
	left: 14px;
	top: 26px;
	font-size: 20px;
	color: transparent;
}

#nav2 {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	margin-top: 140px;
	z-index: 9;
}

.subNav {
	width: 100%;
	height: 80px;
	position: relative;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px dotted #555555;
}

.subNav a {
	width: 80%;
	height: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 20px;
	text-decoration: none;
	color: #333333;
}

.subNav i {
	display: none;
}

.dropdown {
	display: none;
}

/*-------------------------------------*/

#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: 100%;
	height: auto;
	position: relative;
	float: left;
}

#picBG {
	width: 80vw;
	height: 80vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #ffffff;
}

#picBG img {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 70px;
}

#info {
	width: 100%;
	height: 600px;
	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;
	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 wrap;
	justify-content: space-around;
}

#flex a {
	display: block;
	background-color: #ffffff;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40%;
	height: 120px;
	margin-top: 20px;
	border-radius: 4px;
	transition-duration: 0.3s;
}

.flexbox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.flexbox img {
	width: 85%;
	height: auto;
	max-height: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#flex1, #flex3 {
	padding-top: 15px;
}

#flex2 {
	padding-top: 10px;
}

.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: 100%;
	height: 80%;
	position: relative;
	float: left;
	margin-top: 0px;
}

#address h4 {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}

#footerLogo {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}

#footerLogo img {
	width: 200px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#socialWrapper {
	width: 40%;
	height: 60px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.social {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	text-align: center;
}

#socialWrapper a {
	width: 40px;
	height: 40px;
}

#socialWrapper i {
	font-size: 40px;
}

#fb {
	color: #4267b2;
}

#linkedin {
	color: #0077b5;
}

#links1 {
	width: 40%;
	height: 20%;
	position: relative;
	float: left;
	margin-left: 10%;
}

#links2 {
	width: 40%;
	height: 20%;
	position: relative;
	float: left;
	margin-right: 10%;
}

.footerLinkA {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #666666;
	transition: 0.3s;
}

.footerLinkB {
	display: none;
}

.footerLine {
	display: none;
}

#bottom {
	width: 100%;
	height: 60px;
	position: relative;
	float: left;
	border-top: 1px solid #aaaaaa;
}

#copyright {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#developer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#developer a {
	text-decoration: none;
	color: #ed7268;
}