@font-face {
    font-family:'Karla Light';
    src: url('fonts/Karla-Light.eot');
	src: url('fonts/Karla-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Karla-Light.woff2') format('woff2'),
		url('fonts/Karla-Light.woff') format('woff'),
		url('fonts/Karla-Light.ttf') format('truetype'),
		url('fonts/Karla-Light.svg#Karla-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
    font-family:'Organetto';
    src: url('fonts/Organetto-Regular.eot');
	src: url('fonts/Organetto-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Organetto-Regular.woff2') format('woff2'),
		url('fonts/Organetto-Regular.woff') format('woff'),
		url('fonts/Organetto-Regular.ttf') format('truetype'),
		url('fonts/Organetto-Regular.svg#Organetto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-007E;
}
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family:'Karla Light';
	color: #ffffff;
	position: relative;
}


.landing-section {
	padding: 0;
	color: #fff;
	background: #023047; /* Old browsers */
	height: 100vh;
}
.landing-section a {
	color: #8ecae6;
	text-decoration: none;
}
.landing-section a:hover {
	color: #8ecae6;
}
.container {
	max-width: 1180px;
	margin: 0 auto;
}
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}
.contact-details {
	margin-top:40px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}
.contact-details a {
	padding-left: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.contact-phone {
	background: url(images/phone-icon.png) no-repeat scroll left center;
    background-size: 20px;
}
.contact-email {
	background: url(images/email-icon.png) no-repeat scroll left center;
    background-size: 20px;
}
.contact-website {
	background: url(images/website-icon.png) no-repeat scroll left center;
    background-size: 20px;
}
.content-area img {
	max-width: 150px;
	height: auto;	
}

.content-area p {
    font-size: 50px;
    line-height: 1.3;
    margin: 50px 0 30px;
}
.content-section {
	position: relative;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;	
}

::-moz-selection {
	background-color: #c6d933;
	color: #fff;
}
::selection {
	background-color: #c6d933;
	color: #fff;
}
@media only screen and (min-width: 1921px) {
	.content-section {
		position: relative;
	    top: 40%;
	    transform: translate(0,-40%);
	}
}
@media only screen and (max-width: 1400px) {
	body:before {
	    width: 80px;
	    height: 198px;
	}
	body:after {
	    width: 200px;
	    height: 344px;
	}
}
@media only screen and (max-width: 1180px) {
	.container {
		max-width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-section {
	    position: relative;
	    top: 50%;
	    transform: translate(0,-50%);
	}
	
	.content-area p, .contact-details {
	    font-size: 20px;
	}
	body:before {
	    width: 60px;
	    height: 149px;
	}
	body:after {
	    width: 100px;
	    height: 172px;
	}
}
@media only screen and (max-width: 800px) {
	.content-section {
	    position: relative;
	    top: 30%;
	    transform: translate(0,-30%);
	}
}
@media only screen and (max-width: 767px) {
	.content-area {
		position: relative;
	    top: 0;
	    transform: translate(0,0);
	    padding-top: 0;
	}
	.content-area {
		text-align: center;
	}
	.content-area p br {
		display: none;
	}
	.contact-details {
		flex-wrap: wrap;
	}
	.contact-details a {
		display: inline-block;
	}
	.content-area h1 {
	    font-size: 20px;
	}
	.content-area img {
		max-width: 280px;
		height: auto;	
	}
	body:before {
	    width: 40px;
	    height: 99px;
	}
	body:after {
	    width: 50px;
	    height: 86px;
	}
}
@media only screen and (max-width: 520px) {
}