@charset "utf-8";
/* CSS Document */

* a {
	text-decoration: none;
	color: inherit;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	height: 100%;
	background-color:rgba(70,115,135,0.8);
	#background-image: url("images/teal-bkg_3.jpg");
	background-size: 100%;
	background-attachment: fixed;
}

#contain {
	min-height: 100%;
	padding-bottom: 0px;
}

#main {
	padding-top: 70px;
	overflow: auto;
	width: 100%;
	padding-bottom: 300px;
}

::-webkit-scrollbar {
	width: 10px;
}

/*-------------------Footer-----------------------*/
#footer {
	background-color:rgba(0,100,100,0.90);
	position: relative;
	height: 300px;
	margin-top: -300px;
	clear: both;
	color: rgba(10,10,10,1.00);
}

.foot-nav {
	display: block;
	position: relative;
	width: 130px;
	top: 10%;
	left: 5%;
	font-size: 20px;
}
.foot-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-nav ul li a {
	color: rgba(10,10,10,1.00);
}

.foot-text {
	text-align: center;
	margin-top: 50px;
}

a.foot-link {
	color: rgba(10,10,10,1.00);
}
/*-------------------Footer-----------------------*/

/*-------------------Header-----------------------*/
header {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
}

.container {
	width: 90%;
	margin: 0 auto;
}

header::after {
	content: '';
	display: table;
	clear: both;
}

.logo {
	float: left;
	height: 50px;
	width: auto;
	padding: 10px 0;
}

nav {
	float: left;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav li {
	display: inline-block;
	margin-left: 70px;
	padding-top: 25px;
	position: relative;
}
nav a.main-menu {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 27px;
	padding-top: 20px;
}
nav a.main-menu:hover {
	color: rgba(0,100,100,1.00);
}
nav a.main-menu::before {
	content: '';
	display: block;
	height: 5px;
	width: 0%;
	background-color: rgba(0,100,100,1.00);
	
	position: absolute;
	top: 0;
	
	transition: all ease-in-out 250ms;
}
nav a.main-menu:hover::before {
	width: 100%;
}
nav ul li:hover div {
	display: block;
	
}

.dropdown {
	display: none;
	width: auto;
	position: absolute;
	right: -15%;
}
.dropdown ul {
	background-color: rgba(0,0,0,0.70);
	margin-top: 27px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.dropdown li {
	margin-left: 5px;
	padding-top: 20px;
	width: 180px;
}

.sub-menu {
	color: #FFFFFF;
	text-decoration: none;
}
/*-------------------Header-----------------------*/

.hero {
	position: relative;
	width: 100%;
	z-index: -1;

	height: 680px;
	background-color: rgba(50,150,150,1.00);
	background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0,100,100,1.00), rgba(10,10,10,1.00));
}

.over_hero {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	opacity: 1;
	
}

.quote {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: center;
	
}

#q-quote {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1.5em;
	color: rgba(0,0,0,1.00);
	margin: 0;
	padding-top: 20px;
}

#q-author {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 1em;
	color: rgba(50,50,50,1.00);
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*-----------------Home Menu---------------------*/
.home-menu {
	background-color: rgba(0,37,37,0.80);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	height: 600px;
	width: 100%;
}
.gen-menu {
	background-color: rgba(0,37,37,0.80);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	height: 300px;
	width: 100%;
}	/*Generic menu option*/

.menu-tag {
	color: rgba(10,150,150,1.00);
	text-align: center;
	display: grid;
	height: 43%;
	border: solid;
	border-width: thick;
	border-color: rgba(10,150,150,1.00);
	margin: 20px;
/*	background-image: url("")*/
}
.menu-tag p {
	padding-top: 80px;
}

.small-tag {
	color: rgba(10,150,150,1.00);
	text-align: center;
	display: grid;
	height: 43%;
	border: solid;
	border-width: thick;
	border-color: rgba(10,150,150,1.00);
	margin: 20px;
}

.site-menu {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 30px;
}

.menu-left {
	display: inline-block;
	width: 33%;
	height: 99%;
}

.menu-middle {
	display: inline-block;
	width: 33%;
	height: 99%;
	margin-left: -10px;
	margin-right: -10px;
}

.menu-right {
	display: inline-block;
	width: 33%;
	height: 99%;
}

.page-back {
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 100px;
	margin-top: 0;
	height: auto;
	color: white;
	background-color: rgba(0,50,50,0.80);
	border: solid;
	border-width: 8px;
	border-top-width: 0;
	border-color: rgba(0,20,20,1.00);
}

.page-title-block {
	width: 100%;
	height: 125%;
	background-color: rgba(0,50,50,1.00);
	background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0,50,50,1.00), rgba(0,0,0,1.00));
}
.page-title-block h1 {
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 300%;
	width: 95%;
	margin: 0;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: rgba(224,224,224,1.00);
}

.sub-title-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 135px;
	min-height: 75px;
	height: auto;
	text-align: left;
	padding-left: 8%;
	padding-right: 8%;
	background-color: rgba(0,50,50,1.00);
	background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0,50,50,1.00), rgba(0,0,0,1.00));
}
.sub-title-block h1 {
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: rgba(224,224,224,1.00);
	margin: 0 0 0 -3%;
	
}

#sub-title-text {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1em;
	color: rgba(224,224,224,1.00);
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sub-title-text a {
	color: rgba(0,150,150,1);
}

.overview {
	display: block;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	height: auto;
	color: white;
	background-color: rgba(0,50,50,0.80);
	border: solid;
	border-width: 8px;
	border-color: rgba(0,20,20,1.00);
}

#page-content {
	width: 100%;
	padding-top: 50px;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
}
#page-content th {
	height: 3rem;
	padding-left: 10px;
	text-align: left;
	font-size: 2rem;
	background-color: rgba(0, 0, 0, .5);
	border: solid rgba(10,10,10,1.00);
}
#page-content td {
    border-bottom: 3px solid;
	border-color: rgba(10,25,25,1.00);
}
#page-content a {
	color: inherit;

}
.link {
	color: #FFE890;
}

.to-top {
	display: inline-block;
	position: relative;
	bottom: -50%;
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.75rem;
	color: #FFE890;
}

.box-left {
	display: inline;
	float: left;
	height: auto;
	max-width: 98%;
	padding: 1%;
}

.box-right {
	display: inline;
	float: right;
	height: auto;
	max-width: 98%;
	padding: 1%;
}

.img-gen {
	width: 90%;
	padding: 2%;
	height: auto;
	object-position: center;
	background-color: rgba(0, 0, 0, .5);
}

.caption {
	font-size: 1em;
	font-style: italic;
	margin: 5px 0px;
}
.caption em {
	font-style: normal;
}

.button {
    color: rgba(0,150,150,1.00);
    background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 1em;
	display: inline-block;
	/*float: left; */
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid;
	border-width: thick;
	border-color: rgba(0,150,150,1.00);
	margin: 10px;
}
.button:hover{
    color: rgba(134,87,0,0.50);
    background-color: rgba(0,0,0,0.25);
    border-color: rgba(0,100,100,0.50);
}

.videoWrapper {
	text-align: center;
	color: white;
	height: 600px;
}
.videoWrapper iframe {
	margin: 0;
	padding: 0;
	width: 50%;
	height: 500px;
}
/*---------------Contact form-------------------*/
input {
	width: 30%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 3px solid rgba(134,87,0,1.00);
	background-color: rgba(0,0,0,.5);
	color: white;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
input:focus {
	border: 3px solid #555;
}

textarea {
	width: 30%;
	height: 200px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 3px solid rgba(134,87,0,1.00);
	background-color: rgba(0,0,0,.5);
	color: white;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
textarea:focus {
	border: 3px solid #555;
}

button {
	background-color: rgba(134,87,0,1.00);
	border: none;
	color: white;
	padding: 10px 24px;
	text-decoration: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1em;
	cursor: pointer;
}

/*---------------Contact form-------------------*/


/*-----------Horizontal scrollbar---------------*/
.navigate {
	display: block;
	overflow: auto;
	white-space: normal;
	max-width: 50%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.navigate a {
	color: #FFE890;
}
.navigate::-webkit-scrollbar {
	height: 8px;
}
::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.00);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .8);
}
/*-----------Horizontal scrollbar---------------*/

/*-----------Collapsible Drop-down---------------*/
.wrap-collabsible {
 	margin-bottom: 10px;
	margin-top: 5px;
	max-width: 100%;
}

input[type='checkbox'] {
 	display: none;
}

.lbl-toggle {
	display: block;
	width: 100px;
	font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: .75rem;
	text-align: left;
	padding: .25rem;
	padding-left: 1rem;
	color: #FFE890;
  	cursor: pointer;
	transition: 0.2s ease;
	transition-property: color; 
}
.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	border-left-color: #FFE890;
	vertical-align: middle;
	margin-right: .5rem;
	transform: translateY(-2px);
 	transition: transform .2s ease-out;
}

.collapsible-content {
 	max-height: 0px;
 	overflow: hidden;
 	transition: max-height .25s ease-in-out;
}
.collapsible-content .content-inner {
 	background: rgba(0, 0, 0, .3);
 	padding: .5rem 1rem;
}

.toggle:checked + .lbl-toggle::before {
 	transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  	max-height: 500px;
}
.toggle:checked + .lbl-toggle {
	color: #FFFFFF;
}
.toggle:checked + .lbl-toggle::before {
	border-left-color: #FFFFFF;
}
/*-----------Collapsible Drop-down---------------*/

















