@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
@import url('lemonmilk/style.css');


*, html, body, div, table, span, a {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}


/*Fixed top navbar*/
body{
	padding-top: 100px; /*top-bar-height*/
}

/* global section paddings*/
section.content {
	padding-top:5em;
	padding-bottom:4em;
}
section.content.gray{
	background-color: #F2F2F2;
}
section.content.blue{
	background-color: #0E488D;
}
section.content.lightblue{
	background-color: #3278F0;
}

section.content h1.section {
	font-family: 'Lemon/Milk', sans-serif;
	color:#0E488D;
	text-align: center;
	font-size:2.5em;
	padding:0;
	margin:0;
	padding-bottom:1em;
}
section.content.blue h1.section,
section.content.lightblue h1.section
{
	color: #fff;
}

.imgholder{
	width:100%;
	height:350px;
	background-color:#9e9e9e;
}
.help-block {
	font-style: italic;
	font-size: 0.9em;
}

.container-full {
	width:100%;
}


.page-top-image {
	position:relative;
	height: 65vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover; /*auto 120%*/
	/*background-attachment:scroll;*/ /*delete this for paralax effect*/
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}
.page-top-image .container .slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width:90%;
	transform: translateX(-50%) translateY(-70%);
	font-family: 'Lemon/Milk', cursive;
	width:100%;
	color:#fff;
	font-size: 3.5em;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px;
	z-index: 3;
}
/*  pattern overlay */
.page-top-image::after {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
	background-size: 4px 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.page-top-noimage{
	height: 0px;
}






.citation {
	color: #444;
	font-weight: 300;
}


.docs h1.stitle {
	text-align: left;
	font-size:2.5em;
	color:#0E488D;
	padding:0;
	margin:0;
}
.docs h2 {
	text-transform: uppercase;
	font-size:1.2em;
	color:#5d5d5d;
	font-weight: 700;
	margin:0;
	margin-top:0.6em;
	margin-bottom:0.4em;
}
.docs p{
	margin-bottom:3em;
}

.docs ul{
	margin:0;
	padding-left:1em;
	margin-bottom:3em;
}

.docs .row.section {
	padding-top:0em;
	padding-bottom:2em;
}



/* custom button color */

.btn-custom {
	background-color: #3278F0;
	border-color: #3278F0; /*0E488D*/
	color: #FFFFFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
	color: #FFFFFF!important;
	background-color: #EFC415;
	border-color: #EFC415;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
	background-color: #3278F0;
	border-color: #0E488D;
}
.btn-custom .badge {
	color: #3278F0;
	background-color: #FFFFFF;
}
.btn-custom-inverted {
	color: #3278F0!important;
	background-color: #FFFFFF;
	border-color: #0E488D;
}




/* FOOTER */
footer.main-footer{
	position:relative;

}
footer.main-footer a,
footer.main-footer a:active,
footer.main-footer a:visited{
	color: #ffffff;
}
footer.main-footer::after {
	content: "";
	background-image: url('../../../data/design/background.footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0E488D;
	opacity: 0.8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
footer.main-footer .footer-content {
	padding-top:5em;
}
footer.main-footer, 
.footer-left, 
.footer-right{
	color:#ffffff;
}
.footer-left,
.footer-right{
	padding:3em;
	line-height: 2em;
}

footer.main-footer h1{
	font-family: 'Lemon/Milk', sans-serif;
	text-align: center;
	font-size: 3em;
}
/*.footer-logo {
	width:400px;
	padding-bottom: 2em;
}*/

.footer-icons {
	float:left;
	width:25px;
	color: #fcb715;
}



/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.page-top-image .container .slogan {
		font-size: 5vw;
		transform: translateX(-50%) translateY(-70%);

	}}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	body{
		padding-top: 90px; /*top-bar-height*/
	}
	.page-top-image {
		height: 400px;
		background-attachment: scroll;
	}
	.page-top-image .container .slogan {
		font-size:10vw;
		transform: translateX(-50%) translateY(-70%);

	}
	.row .linebreak{
		padding-top:1.5em;
	}
	section.content h1.section {
		font-size:8vw;
	}
	.footer-left,
	.footer-right{
		position:relative!important;
		width:300px!important;
		margin:auto!important;
		float:none!important;
		clear:both;
	}
	.footer-left{
		padding-bottom:0em;
	}
	footer.main-footer h1{
		font-size: 2em;
	}
	.movieplayer{
		width:100%;
	}
	.plyr.plyr--video{
		border:1px solid #777;
	}
	video{
		width:100%;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.page-top-image .container .slogan {
		transform: translateX(-50%) translateY(-70%);

	}
}

