@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;
}

#title h3 {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #aaaaaa;
}

#pic {
	width: 50%;
	min-height: 550px;
	position: relative;
	float: left;
	margin-top: 30px;
}

#picBG {
	width: 35vw;
	height: 35vw;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
}

#imgLink {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

#imgLink img {
	width: 95%;
	height: auto;
	position: absolute;
	top: -20px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.0);
	transition: 0.3s;
	z-index: 10;
}

#overlay i {
	width: 100%;
	height: auto;
	position: absolute;
	top: 46%;
	text-align: center;
	font-size: 40px;
	color: #aaaaaa;
	opacity: 0.0;
	transition: 0.3s;
}

#imgLink:hover #overlay {
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.4s;
}

#imgLink:hover #overlay i {
	opacity: 1.0;
	transition: 0.3s;
}

#details {
	width: 45%;
	min-height: 550px;
	position: relative;
	float: left;
	margin-top: 30px;
}

#details h3 {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: 30px;
	color: #ffffff;
}

#details p {
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 20px;
	text-align: left;
	font-size: 20px;
	color: #aaaaaa;
}

#details a {
	text-decoration: underline;
	color: #ed7268;
}

#citation {
	width: 100%;
	position: absolute;
	bottom: 20px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

#citation cite {
	text-decoration: underline;
	color: #ed7268;
}

/*-------------------------------------*/

#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;
}
