@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #CFDFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #CFDFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #87AEFF;
	border-bottom: 1px solid #20304F;
}

header img {
	width: 5%;
	padding-top: .5%;
	padding-left: .5%;
}
header nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
	overflow: hidden;
}
header nav ul {
	list-style: none;
	float: right;
	overflow: hidden;
}
header nav ul li {
	float: left;
	color: #CFDFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
header ul li a {
	color: #CFDFFF;
	text-decoration: none;
}
header ul li:hover a {
	color: #20304F;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	float: left;
	color:#CFDFFF;
	font-size:14px;
	text-align: left;
	margin-right:25px;
	letter-spacing: 2px;
	font-weight:bold;
	transition: all .03s linear;
	outline: none;
	border:none;
	background-color: inherit;
	font-family: inherit;
	margin:0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color:#20304F;
}

.dropdown-content {
	display:none;
	position:absolute;
	background-color: #CFDFFF;
	min-width:160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
}

.dropdown-content a{
	float:none;
	color:black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color:#B7CEFF;
}

.dropdown:hover .dropdown-content {
	display:block;
}

.hero_header {
	font-family: "Charm";
	color: #932C00;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #FFEACF;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #B27D35;
}
.tagline {
	font-family: "Helvetica";
	text-align: center;
	color: #932C00;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero2 {
	background-color: #FFC987;
	background-image: url("../images/At The Frozen Lake.png");
	height: 500px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;
}

#content .mainContent {
	float: left;
	width: 70%;
	text-align: center;
	padding-left: 4%;
}

#content .mainContent .productRow {
	overflow: auto;
	color: #87AEFF;
}

.mainContent .productRow .productInfo {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 40%;
}

.productRow .productInfo .productContent {
	position: relative;
	font-size: 24px;
	font-family: source-sans-pro, sans-serif;
	font-style: bold;
	font-weight: 600;
	color: rgba(146,146,146,1.00)
}

.productInfo div img {
	width: 100%;
}

#content h1 {
	font-family: "Charm";
	padding-left: 2%;
	color: #20304F;
}

.about h2 {
	font-family: "Charm";
	padding-left: 2%;
	color: #20304F;
}

.description {
	text-align: left;
	font-family: source-sans-pro;
	color: #20304F;
	overflow:inherit;
}

.SPACE {
	float: left;
	pading-right: 10px;;
}

.description h2{
	font-family: "Charm";
	font-weight: 800;
}

.description h3 {
	font-weight: 600;
}

.description p {
	color: #20304F;
	padding-right: 1%;
}

.description img {
	float:left;
	padding-right: 1%;
}

#myvideo {
	padding-right: 1%;
}

.PDFsize #PDFsize {
	height:1200px;
	width:100%;
}

#PDFbutton {
	background-color: #FFEACF;
	color: #B27D35;
	padding:1%;
	border:none;
	display: inline-block;
	font-size: 20px;
	cursor:pointer;
	margin-top:4px;
}

#PDFbutton:hover {
	background-color: #FFC987;
	color: #932C00;
	cursor: pointer;
}

.spacing {
	margin-top: 100px;
}



.profile .profilePhoto img{
	display: inline-block;
	background-color: #20304F;
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
	padding: .5%;
	float: left;
	margin-right: 3%;
	margin-top: 5%;
}

.profileHeader {
	display: block;
}

.profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: #20304F;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}

.profileHeader h3 {
	font-family: sans-serif;
	color: #20304F;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}

.profileHeader hr {
	background-color: #87AEFF;
	height: 1px;
}

.profileHeader p {
	font-family: sans-serif;
	color: #20304F;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	text-align: left;
}

div.gallery {
	border: 1px solid #B7CEFF;
}

div.gallery:hover {
	border: 1px solid #87AEFF;
}

div.gallery img {
	width: 100%;
	height: auto;
}

div.description {
	padding: 15px;
	text-align: center;
}

* {
	box-sizing: border-box;
}

.responsive {
	float: left;
	width: 25%;
		padding-right:1%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

div.scroll-container {
	background-color: #B7CEFF;
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
}

div.scroll-container img {
	padding: 10px;
}

.phtoGrid {
	background-color: #CFDFFF;
	margin-bottom: 10px;
}

.rowGrid {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding: 0 4px;
}

.columnGrid {
	-ms-flex:33%;
	flex:33%;
	max-width: 33%;
	padding: 0 4px;
}

.columnGrid img {
	margin-top: 8px;
	vertical-align: middle;
	width:100%;
}

@media only screen and (max-width:800px) {
	.columnGrid {
		-ms-flex: 50%;
		flex:50%;
		max-width:50%;
	}
}

@media only screen and (max-width:600px) {
	.columnGrid {
		-ms-flex:100%;
		flex:100%;
		max-width: 100%;
	}
}

.containerSlides img {
	vertical-align: middle;
}

.containerSlides {
	position: relative;
	box-sizing: border-box;
}

.mySlides {
	display:none;
}

.cursorSlides {
	cursor:pointer;
}

.prev, .next {
	cursor:pointer;
	position:absolute;
	top:40%;
	width:auto;
	padding:16px;
	margin-top:-50px;
	color: #CFDFFF;
	font-weight: bold;
	font-size:20px;
	border-radius: 0 3px 3px 0;
	user-select:none;
	-webkit-user-select: none;
}

/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #20304F;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #CFDFFF;
	margin-top: 0px;
}

.preview {
	padding-left:5%;
}

.preview img {
	padding-left: 2%;
	padding-bottom: 2%;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #CFDFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #B7CEFF;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #87AEFF;
}
/* Parallax Section */
.banner {
	background-color: #FFEACF;
	background-image: url("../images/Paralax_Banner.png");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	font-family: "Charm";
	color: #932C00;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #932C00;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maincontent {
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}

#mainContent h1, #mainContent h3 {
	color: #20304F;
	font-family: "Charm";
	font-style: normal;
	font-weight: 200;
}

#mainContent p {
	color: #20304F;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}

/* More info */
footer {
	background-color: #CFDFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #20304F;
	text-align: center;
}
footer .footer_column p {
	color: #20304F;
	background-color: #CFDFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	color: #20304F;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #B27D35;
	color: #B27D35;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #B27D35;
	color: #FFEACF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFC987;
	color: #B27D35;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #FFEACF;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
header nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #20304F;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
header nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

#fcf-form {
	display:block;
}

.fcf-body {
	margin: 0;
	font-family: -apple-system, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #20304F;
	text-align: left;
	background-color: #CFDFFF;
	padding: 30px;
	padding-bottom: 10px;
	border: 1px solid #87AEFF;
	border-radius: 0.25rem;
	max-width: 100%;
}

.fcf-form-group {
	margin-bottom: 1rem;
}

.fcf-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	width: 100%;
}

.fcf-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem +2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid #20304F;
	outline: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
	border: 1px solid #20304F;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
	height: auto;
}

textarea.fcf-form-control {
	font-family: -apple-system, Arial, sans-serif;
	height: auto;
}

label.fcf-label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.fcf-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-btn:hover {
	color: #212529;
	text-decoration: none;
}

.fcf-btn:focus, .fcf-butn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
	color: #CFDFFF;
	background-color: #598FFF;
	border-color: #007bff;
}

.fcf-btn-primary:hover {
	color: #CFDFFF;
	background-color: #0069d9;
	border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
	padding: 0.5rem 1rem;
	font-size: 1.25;
	line-height: 1.5;
	border-radius: 0.3;
}

.fcf-btn-block {
	display: block;
	width: 10%
}

.fcf-btn-block+.fcf-btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
	width: 10%;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index:99;
	font-size: 18px;
	border:none;
	outline:none;
	background-color:#FFEACF;
	color:#932C00;
	cursor:pointer;
	padding:15px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: #FFC987;
}

