@charset "utf-8";
/* CSS Document */

body {
	background-color: #0033AB !important;
}

/* Page Dividers */

#about {
	background-color: cornsilk;
	padding-top: 16vh;
	padding-bottom: 16vh;
}

#contact {
	background-color: cornsilk;
	padding-top: 16vh;
	padding-bottom: 16vh;
}

#footer {
	background-color:#0033AB;
	padding-top: 20vh;
	padding-bottom: 20vh;
}

#national {
	background-color: #F7B512;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

#program {
	background-color: #0033AB;
	height: 50vh;
}

#program-one {
	background-attachment:  scroll;
	background-image: url(images/image4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}

#program-two {
	background-attachment:  scroll;
	background-image: url(images/image3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}

#program-three {
	background-attachment:  scroll;
	background-image: url(images/image6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}

#title {
	background-attachment: scroll;
	background-image: url(images/image1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
	height: 100vh;
	padding: 0;
	position: relative;
}

/* Content Formatting */

#about a:link {
	color: #0033AB;
	text-decoration: none;
}

#about a:visited {
	color: #0033AB;
	text-decoration: none;
}

#about a:hover {
	color: #F7B512;
	text-decoration: none;
}

#about a:active {
	color: #F7B512;
	text-decoration: none;
}

#about table {
	border: none;
	margin: auto;
}

#about td {
	padding-left: 8px;
	padding-right: 8px;
}

#contact a:link {
	color: #0033AB;
	text-decoration: none;
}

#contact a:visited {
	color: #0033AB;
	text-decoration: none;
}

#contact a:hover {
	color: #F7B512;
	text-decoration: none;
}

#contact a:active {
	color: #F7B512;
	text-decoration: none;
}

#contact table {
	border: none;
	margin: auto;
}

#contact table a:link {
	color: black;
}

#contact table a:visited {
	color: black;
}

#contact table a:hover {
	color: black;
}

#contact table a:active {
	color: black;
}

#contact td {
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:link {
	color: #F7B512;
	text-decoration: none;
}

#footer a:visited {
	color: #F7B512;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer a:active {
	color: white;
	text-decoration: none;
}

#footer table {
	border: none;
	margin: auto;
}

#footer td {
	padding-left: 22px;
	padding-right: 22px;
}

#national a:link {
	color: #0033AB;
	text-decoration: none;
}

#national a:visited {
	color: #0033AB;
	text-decoration: none;
}

#national a:hover {
	color: white;
	text-decoration: none;
}

#national a:active {
	color: white;
	text-decoration: none;
}

#title hr {
	border-color: #F7B512;
	border-width: thick;
	width: 200px;
}

#title-overlay {
	background-color: rgba(0,51,171,0.30);
	height: 100vh;
}

.about-text {
	font-size: 22px;
	font-weight: bold;
	margin: auto;
	max-width: 1000px;
	padding-top: 5vh;
	text-align: center;
}

.about-head {
	font-size: 32px;
	font-weight: bolder;
}

.footer-backtotop {
	color: #0033AB;
	font-size: 38px;
	padding-top: 8vh;
	text-align: center;
}

.footer-backtop-circle {
	background-color: #F7B512;
	border-radius: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-credit {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5vh;
	text-align: center;
}

.footer-disclaimer {
	color: white;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5vh;
	text-align: center;
}

.national-text {
	font-size: 32px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

.ruinvolved {
	clear: both;
	padding-bottom: 5vh;
}

.ruinvolved img {
	float: left;
}

.ruinvolved-head {
	font-size: 28px;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
}

.ruinvolved-subhead {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.text-smallcaps {
	font-variant: small-caps;
}

.title-header-text {
	color: #F7B512;
	font-size: 64px;
	font-variant: small-caps;
	font-weight: bolder;
}

.title-subheader-text {
	color: #F7B512;
	font-size: 34px;
	font-variant: small-caps;
	font-weight: bold;
}

.vhcenter {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* Bootstrap Overwrite */

.container-fluid {
	padding: 0;
}

@media (max-width: 991.98px) { 

	.ruinvolved img {
		display: block;
		float: none;
		margin: auto;
	}
	
}

@media (max-width: 767.98px) { 

	#email {
		padding-top: 40px;
	}
	
	#title {
		background-attachment: scroll;
	}
	
	#program {
		height: 150vh;
	}
	
	#social {
		padding-bottom: 40px;
	}
	
	.title-header-text {
		font-size: 44px;
	}

	.title-subheader-text {
		color: #F7B512;
		font-size: 22px;
		font-variant: small-caps;
		font-weight: bold;
	}
}

@media (max-width: 575.98px) { 
	
	#footer td {
		padding-left: 12px;
		padding-right: 12px;
	}		
	
	.about-text {
		font-size: 16px;
		font-weight: bold;
		margin: auto;
		max-width: 1000px;
		padding-top: 5vh;
		text-align: center;
	}

	.about-head {
		font-size: 26px;
		font-weight: bolder;
	}
	
	.footer-credit {
		color: white;
		font-size: 12px;
		font-weight: bold;
		padding-top: 5vh;
		text-align: center;
	}

	.footer-disclaimer {
		color: white;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		padding-top: 5vh;
		text-align: center;
	}
	
	.national-text {
		font-size: 26px;
		font-variant: small-caps;
		font-weight: bold;
		text-align: center;
	}
	
	.ruinvolved-head {
		font-size: 22px;
		font-variant: small-caps;
		font-weight: bolder;
		text-align: center;
	}

	.ruinvolved-subhead {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	
}

@media (max-height: 500px) {
	
	#title {
		height: 500px;
	}
	
	#title-overlay {
		height: 500px;
	} 
}