@font-face {
font-family: 'Futura Condensed PT Medium';
font-style: normal;
font-weight: normal;
src: url("../fonts/futura-condensed-pt-medium.woff") format('woff');
}

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background: #F6F8F7;
	-webkit-text-size-adjust: 100%; /*Fix font size rendering inconsistently*/
}

header{
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
	z-index: 999;
    color: #FFFFFF;
}

.header-top {
    background: #131320;
	width: 100%;
	padding: 8px 0px;
	text-align: right;
	font-size: 12px;
	line-height: 2.5;
}

.wrapper {
	max-width: 1200px;
	padding: 0px 10px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}

.motto{
	position: absolute;
	top: 200px;
}

.header-btm { 
	padding: 0px 0px;
    width: 100%;
}

.mainmenu{
    width: 100%;
	border-bottom: 1px solid #40404B;
}

.mainmenu::after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.logo{
	text-decoration: none;
	color: #ffffff;
}

nav{	
	float:right;
}

nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

nav ul li {
	font-size: 14px;
	float:left;
}

nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 9px 0 9px;
	line-height: 58px;
	text-transform: capitalize;
}

nav ul li a:hover {
	border-bottom: 2px solid #2AA9D9;
}

nav ul li a.active {
	color: #FDBC35;
}

nav ul li a.last {
	padding-right: 0px;
}

header img {
    float:left;
 }

.banner{
	position: relative;
	background: lightblue url("../img/BannerImageGS.jpg") right;
    background-size: cover;
	height: 800px;
	color: #F6F8F7;
	z-index: -999;
}

.overlay{
	background-color: rgba(19, 19, 32, 0.8);
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.card-section{
	//background-color: green;
	margin-top: -78px;
	min-height: 300px;
	z-index: 999;
	color: #131320;
}

.card-container{
	//background:red;
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: flex-start;		
	justify-content: space-between;
}

.card{
	margin-bottom: 30px;
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
	border-top: 2px solid #2AA9D9;
}

.card-title{
	width: 80%;
	margin: 0 auto;
	height: 76px;
	line-height: 76px;
	//background-color: #2AA9D9;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #D0D0D2;
	font-family: Futura Condensed PT Medium, sans-serif;
	font-size: 31px;
}

.card-content{
	width: 80%;
	margin: 0 auto;
	//background-color: #2AA9D9;
	box-sizing: border-box;
	padding: 10px 0px;
}

.about-section{
	margin-bottom: 130px;
	color: #131320;
}

.about-section h2{
	text-align: center;
}

.about-container{
	margin: 0 auto;
	max-width: 900px;
}

.contact-section{
	min-height: 400px;
	background-color: #2C2C36;
	color: #FFFFFF;
}

.contact-container{
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: flex-start;			
	justify-content: space-between;
}

.contact-picture{
	//background-color: green;
	background: lightblue url("../img/contact.jpg") no-repeat left;
	height: 400px;
	width: 300px;
	order: 1;
}

.contact-form{
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	order: 2;
}

.contact-message{
	padding: 10px 0px;
	order: 3;	
}

.contact-picture,
.contact-message,
.contact-form{
	width: 300px;
}

.contact-form input,
.contact-form textarea{
	margin: 10px 30px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #2AA9D9;
	padding: 5px 0px;
	width: 80%;
	color: #D0D0D2;
}

.contact-form textarea{
	height: 117px;
}

.contact-form input[type="submit"]{
	border: none;
	outline: none;
	height: 37px;
	color: #FFFFFF;
	background: #2AA9D9;
	cursor: pointer;
	font-size: 14px;
}

footer{
    background: #131320;	
}

footer h3{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px;	
	border-left: 2px solid #2AA9D9;
}	

.footer-top {
	padding: 0px 0px;
	min-height: 280px;
    width: 100%;
	color: #FFFFFF;
}

.sitemap{
	padding: 60px 0px;
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
}	

.linkset{
	width: 200px;
	margin-bottom: 20px;		
}

.linkset ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.footer-btm { 
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 2.5;
	color: #40404B;
}

/* Page wide definitions */
.orange-text {
	color: #FDBC35;
}

.blue-text {
	color: #2AA9D9;
}

h1{
	font-family: Futura Condensed PT Medium, sans-serif;
	font-weight: normal;
	font-size: 42px;
}

h2{
	font-family: Futura Condensed PT Medium, sans-serif;
	font-weight: normal;
	font-size: 31px;	
}

h3{
	font-family: Futura Condensed PT Medium, sans-serif;
	font-weight: normal;
	font-size: 22px;	
}

.z-base{
	z-index: 0;
}

.z-up{
	z-index: 0;
}

@media screen and (max-width: 1024px) {
	/*Card section from row to column*/
	.card-container{
		flex-flow: column wrap; /*Essential*/
		align-items: center;	/*Essential*/
	}
	
	.card{
		//width: auto;
		height: auto;
	}
	
	.contact-picture{
		display: none;
	}	
	
	.contact-form{
		order: 3;
	}

	.contact-message{
		order: 2;	
	}
	
	.contact-container{
		flex-flow: column wrap; /*Essential*/
		align-items: center;	/*Essential*/
	}

	.sitemap{
		flex-flow: column wrap; /*Essential*/
		align-items: center;	/*Essential*/
		flex-direction: column-reverse;	/*Essential*/	
	}

}

@media screen and (max-width: 480px) {
	/*Header top text alignment to center*/ 
	.header-top{text-align: center;}
	/*Navigation from horizontal to vertical*/ 
	nav {
		width: 100%; 	/*Essential*/
	}
	nav ul li {
		float:none;		/*Essential*/
		background-color: rgba(19, 19, 32, 0.8);
	}
	nav ul li a{
		line-height: 30px;
	}
	nav ul li a:hover {
		border: none;
	}
	nav ul li a.last {
		padding-right: 9px;
	}
	
	h1{
		font-size: 31px;
	}
}