@charset "UTF-8";

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
}

header {
	color: #EC008C;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.35em;
	width: 100%;
	background-color: #fff;
	position: sticky;
  top:0;
	z-index: 9999;
	height: 19em;
}

.header-container {
	width: 100%;
	margin: auto;
	background-color: #fff;
	height: 10em;
}

h1 {
	color: #EC008C;
	font-size: 2em;
	text-align: left;
	font-weight: 600;
}

h2 {
	color: #EC008C;
	font-size: 1em;
}

h3 {
	color: #EC008C;
	font-size: 1.5em;
	text-align: left;
}

h4 {
	color: #EC008C;
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
}


h5 {
	color: #EC008C;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
}

h6 {
	color: #EC008C;
	font-size: 1.2em;
	text-align: left;
}


.mobile-show{
	display: block;
	width:100%;
}

.mobile-hide{
	display: none;
}

.image-head-shots {
	display: block;
	height: 11em;
}
.center h1{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 2.8em;
	font-weight: 600;
}

.center h2{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}

.center h3{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.2em;
}

.page-container {
	background-color: #00AEEF;
}

.content-wrap {
	background-color: #fff;
}

.footer-wrap {
	background-color: #00AEEF;
	padding-bottom: 11.6em;    /* Footer height */
}

.contents{
	position: inherit;
	display: inline-block;
}

.logo {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 10em;
}

nav {
	background-color: #fff;
}

nav ul {
	text-align: right;
	list-style-type: none;
	background-color: #fff;
	display: block;
}

nav ul li a{
	background-color: #fff;
	text-decoration: none;
	color: #EC008C;
	text-align: center;
	text-transform: uppercase;
	padding: .1em;
	display: block;
	letter-spacing: 0.5 em;
	font-size: 1em;
}

nav ul li a:hover{
	color: #00AEEF;
	transition: .6s;
}

.video{
	position: relative;
	padding: 0em 0em;
	width: 100%;
	display: inline-block;
	align-items: center;
}

.container {
	position: relative;
	width: 50%;
}

.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #00AEEF;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
}

.container:hover .overlay {
	bottom: 0;
	height: 100%;
}

.text {
	color: white;
	font-size: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.footer-grad {
	height: 100%;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	background-color: #00AEEF;
	padding: 2em 10%;
	bottom: 0;
}

.footer-grad a{
	text-decoration: none;
	color: #fff;
}

.footer-grad a:hover{
	color: #EC008C;
	transition: .4s;
}

.table-1 {
	position: inherit;
	display: inline-block;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: 0.8em;
}

.table-2 {
	width: 100%;
}

.outside-section-wrap {
	width: 100%;
	margin: auto;
}

.container-sections-wrap {
	width: 95%;
	margin: auto;
}

.box-1 {
	position: relative;
	width: 100%;
	padding: 2em;
	display: block;
}

.box-2 {
	position: relative;
	width: 100%;
	display: block;
	padding: 0.5em;
}

.box-3 {
		position: relative;
		width: 100%;
		display: block;
		padding: 2em;
	}



/*Tablet View*/
@media (min-width:650px){
	
	.mobile-show{
	display: none;
	}
	
	.mobile-hide{
	display: block;
	}
	
	.text {
	font-size: 2em;
	}

	header{
		height: 15em;
	}
	
	.logo {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 10em;
	}
	
	nav ul li{
		display: inline-block;
		padding: 0;
	}
	nav ul {
		text-align: center;
	}
	nav {
		padding: 0.5em;
	}
	
	.container-sections-wrap {
		width: 90%;
		margin: auto;
	}

	.box-1 {
		position: relative;
		width: 100%;
		padding: 2em;
		display: block;
	}
	
	.box-2 {
		position: relative;
		width: 100%;
		display: block;
		padding: 0.5em;
	}
	
	.box-3 {
		position: relative;
		width: 100%;
		display: block;
		padding: 2em;
	}
	
	.footer-grad {
	padding: 2em 10%;
	}
}

/*Desktop View*/
@media (min-width : 1030px ){
	.text {
	font-size: 2em;
	}

	header{
		height: 10.5em;
		padding: .5em;
	}
	
	.header-container {
	width: 80%;
	}
	
	.logo {
		display: inline-block;
		width: 10em;
	}
	
	nav ul li{
		display: inline-block;
		padding: 0;
	}
	nav ul {
		text-align: center;
	}
	nav {
		padding: 4em;
		float: right;
	}
	
	.container-sections-wrap {
	width: 80%;
	margin: auto;
	display: flex;
	}
	
	.box-1 {
	position: relative;
	width: 50%;
	padding: 2em;
	display: block;
	}

	.box-2 {
	position: relative;
	width: 50%;
	padding: 0.5em;
	display: block;
	}

	.box-3 {
	position: relative;
	width: 50%;
	padding: 0.5em;
	display: block;
	}
}