@charset "UTF-8";


/* Core
============================================================================= */
:root {
	font-size: 100%;
}

body {
	/*padding-top: 45px;*/
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 400; /* Regular */
}

/* Navbar
============================================================================= */
.navbar {
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
}

.bg-custom {
	background-color: #1c232f;
}

.nav-link {
  color: #e4e8ef !important;
}

.nav-link:hover, .nav-link:focus {
  color: #778bae !important;
}

.nav-link.active {
	color: #3266ba !important;
	pointer-events: none;
	cursor: default;
}

.navbar-none {
	margin-top: 16px;
	font-size: 0.8em;
}


/* Banner
============================================================================= */
.banner-image {
	background-image: url(/images/HomepageBanner_w1980xh1080.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: calc(100vh - 100px);
}

.banner-text-main {
	position: relative;
	width: 100%;
	left:0;
	height: calc(100vh - 67px);
	padding: 0 15px;
}

.banner-text {
	position: absolute;
	bottom: 10% !important;
	padding-left: 0 !important;
	top: inherit !important;
}

.banner-content {
	font-size: 2.7em;
	line-height: 1.1;
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 100; /* Thin */
	color: #ffffff !important;
	margin-bottom: 12px;
}

.banner-content span {
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 600; /* Semi-bold */
	color: #778bae;
}

.banner-description {
	font-size: 1.2em;
	color: #ffffff !important;
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 400; /* Regular */
	line-height: 1.2;
	margin-bottom: 5px
}

/* Sections
============================================================================= */
section h2 {
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 100; /* Thin */
	font-size: 1.8em;
}

section h3 {
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 600; /* Semi-bold */
	font-size: 1.1em;
	margin-bottom: 4px;
}

section h4 {
	font-family: 'Catamaran', Sans-Serif;
	font-weight: 600; /* Semi-bold */
	font-size: 1.0em;
	color: #3266ba;	
	margin-bottom: 0px;
}

section#activities {
	/*height: 100px;*/
	font-size: 1.0em;	
	color: #1c232f;	
	background-color: #ffffff;	
}

.activities-content-margin {
	margin-top: 48px;
	margin-bottom: 24px;
}

.activities-h2-margin {
	margin-top: 40px;	
}

.activities-section-image {
	background-image: url(/images/activities-section-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

section#about {
	font-size: 1.0em;	
	color: #1c232f;	
	background-color: #e4e8ef;
}

.about-content-margin {
	margin-top: 40px;
	margin-bottom: 24px;
}

.about-h2-margin {
	margin-top: 32px;	
}

.about-section-image {
	background-image: url(/images/about-section-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

section#contact {
	font-size: 1.0em;	
	color: #1c232f;	
	background-color: #ffffff;
}

.contact-content-margin {
	margin-top: 32px;
	margin-bottom: 24px;
}

.contact-h2-margin {
	margin-top: 24px;	
}

.contact-section-image {
	background-image: url(/images/contact-section-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Footer
============================================================================= */
footer {
	height: 64px;
	background-color: #1c232f;
}

footer#footer {
	font-size: 0.8em;	
	color: #ffffff;	
}

.footer-left-content-margin {
	margin-top: 10px;
	margin-bottom: 0px;
}

.footer-right-content-margin {
	margin-top: 20px;
	margin-bottom: 0px;
}


