@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/azx0gwo.css");

/* Start of Desktop styling */
@media screen and (min-width: 1024px){

body{
	background-color: rgba(0,0,0,1.0);
	padding:0vw;
	margin:0vw;
	overflow-x: hidden;
}

.header{
	background-color: rgba(196,180,140,1.0);
	height:6vw;
	display:block;
	position:fixed;
	top:0vw;
	left:0vw;
	width:100vw;
	z-index: 10000;
}

.header h1{
	display:inline-block;
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	text-decoration: none;
	transition:0.8s;
}

.header a.logo{
	display:inline-block;
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	text-decoration: none;
	transition:0.8s;
}

.header a.logo:hover{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	transition:0.8s;
}

.header a.twitter{
	margin-right: 3vw;
	margin-top:1vw;
	width:3.2vw;
	height:3.2vw;
	max-width:3.2vw;
	max-height:3.2vw;
	display:inline-block;
	float: right;
	background-image: url("images/twitter_icon.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	transition:0s;
}

.header a.twitter:hover{
	background-position:left;
	transition:0s;
}

.header a.linkedin{
	margin-right: 2vw;
	margin-top:1vw;
	width:3.3vw;
	height:3.2vw;
	max-width:3.22vw;
	max-height:3.2vw;
	display:inline-block;
	float: right;
	background-image: url("images/li_icon.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	transition:0s;
}

.header a.linkedin:hover{
	background-position:left;
	transition:0s;
}

.intro{
	position: relative;
	width:70vw;
	margin-left:15vw;
	margin-top:10vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
}

.intro img{
	float:left;
	width:20vw;
	height:auto;
	display:inline-block;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.intro .block{
	float:left;
	width:50vw;
	margin-left:10vw;
	display:inline-block;
}

.intro .block h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:2.5vw;
	padding:0vw;
	margin:0vw;
	margin-bottom:1vw;
	width:100%;
	text-align:center;
}

.intro .block h2{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:1.4vw;
	padding:0vw;
	margin:0vw;
	width:100%;
	text-align:center;
}

.intro .block .paragraph{
	width:100%;
}

.intro .block .paragraph p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:0.9vw;
	margin-left:1vw;
}

.homenews{
	position: relative;
	width:70vw;
	margin-left:15vw;
	margin-top:5vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: rgba(196,180,140,1.0);
}

.homenews h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:2.2vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.homenews hr{
	color:rgba(196,180,140,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-bottom:3vw;
}

.homenews .newsblock{
	width:100%;
	min-height:14vw;
	display:block;
	margin-top:2vw;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: rgba(196,180,140,1.0);
}

.homenews .newsblock img{
	height: auto;
	max-width:18vw;
	float:left;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.homenews .newsblock h3{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:1.6vw;
	padding:0vw;
	margin-top:0vw;
	margin-left:0vw;
	margin-bottom:1vw;
}

.homenews .newsblock p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:0.9vw;
	margin-left:1vw;
}

.homenews .newsblock .headtext{
	width: 45vw;
	float:left;
	margin-left:3vw;
}

.homenews .newsblock .text{
	width: 45vw;
	float:left;
	margin-left:3vw;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: rgba(196,180,140,1.0);
}

.homenews .newsblock .text a{
	display:inline-block;
	padding:1vw;
	background-color: rgba(196,180,140,1.0);
	color:rgba(0,0,0,1.0);
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	margin-left:1vw;
	transition:0.8s;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.homenews .newsblock .text a:hover{
	padding-left:1.5vw;
	padding-right:1.5vw;
	transition:0.8s;
	border-style: solid;
	border-width: medium;
	border-color: rgba(255,255,255,1.0);
}

.newsarticle{
	position: relative;
	width:70vw;
	margin-left:15vw;
	margin-top:5vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: rgba(196,180,140,1.0);
}

.newsarticle h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:2.2vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	margin-left:20%;
	width:60%;
	text-align: center;
}

.newsarticle small{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:0.9vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-bottom:1vw;
	text-align: center;
	width:100%;
	display: block;
}

.newsarticle p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:1.1vw;
	margin-left:1vw;
}

.newsarticle img{
	width:50vw;
	height:auto;
	margin-left:10vw;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.newsarticle hr{
	color:rgba(196,180,140,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-top:3vw;
	margin-bottom:3vw;
}

.enquiry{
	position: relative;
	width:100vw;
	margin-top:5vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	background-color: rgba(196,180,140,1.0);
}

.enquiry h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:2.2vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.enquiry h2{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:1.7vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.enquiry hr{
	color:rgba(0,0,0,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-bottom:3vw;
}

	.enquiry input[type=text]{
	margin-left: 28vw;
	width:40vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(255,255,255,0.5);
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.3vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	text-align:center;
	outline:none;
}

	.enquiry input[type=text]:focus{
	border-color:rgba(255,255,255,1.0);
	background-color: rgba(255,255,255,0.8);
	transition:0.8s;
}

	.enquiry textarea{
	margin-left: 28vw;
	width:40vw;
	height:5vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(255,255,255,0.5);
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.3vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	text-align:center;
	outline:none;
}

	.enquiry textarea:focus{
	border-color:rgba(255,255,255,1.0);
	background-color: rgba(255,255,255,0.8);
	transition:0.8s;
}
	
	.enquiry input[type=button]{
	width:20vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	margin-left:41vw;
	text-align:center;
	outline:none;
}

	.enquiry input[type=button]:hover{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
	cursor:pointer;
	background-color: rgba(255,255,255,1.0);
}

	.enquiry small{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,0,1.0);
	font-size:0.7vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-bottom:1vw;
	text-align: center;
	width:100%;
	display: block;
}
}

/* Start of Mobile styling */
@media screen and (max-width: 1023px){

body{
	background-color: rgba(0,0,0,1.0);
	padding:0vw;
	margin:0vw;
	overflow-x: hidden;
}

.header{
	background-color: rgba(196,180,140,1.0);
	height:12vw;
	display:block;
	position:fixed;
	top:0vw;
	left:0vw;
	width:100vw;
	z-index: 10000;
}

.header h1{
	display:inline-block;
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:8vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	text-decoration: none;
	transition:0.8s;
}

.header a.logo{
	display:inline-block;
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:8vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	text-decoration: none;
	transition:0.8s;
}

.header a.logo:hover{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-left:5vw;
	transition:0.8s;
}

.header a.twitter{
	margin-right: 3vw;
	margin-top:1vw;
	width:7.2vw;
	height:7.2vw;
	max-width:7.2vw;
	max-height:7.2vw;
	display:inline-block;
	float: right;
	background-image: url("images/twitter_icon.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	transition:0s;
}

.header a.twitter:hover{
	background-position:left;
	transition:0s;
}

.header a.linkedin{
	margin-right: 2vw;
	margin-top:1vw;
	width:7.3vw;
	height:7.2vw;
	max-width:7.22vw;
	max-height:7.2vw;
	display:inline-block;
	float: right;
	background-image: url("images/li_icon.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	transition:0s;
}

.header a.linkedin:hover{
	background-position:left;
	transition:0s;
}

.intro{
	position: relative;
	width:90vw;
	margin-left:5vw;
	margin-top:10vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
}

.intro img{
	float:left;
	width:35vw;
	height:auto;
	display:inline-block;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.intro .block{
	float:left;
	width:90vw;
	margin-left:0vw;
	display:inline-block;
}

.intro .block h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:6vw;
	padding:0vw;
	margin:0vw;
	margin-bottom:1vw;
	width:100%;
	text-align:center;
}

.intro .block h2{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	width:100%;
	text-align:center;
}

.intro .block .paragraph{
	width:100%;
}

.intro .block .paragraph p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:3vw;
	margin-left:1vw;
}

.homenews{
	position: relative;
	width:90vw;
	margin-left:5vw;
	margin-top:5vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: rgba(196,180,140,1.0);
}

.homenews h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:5vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.homenews hr{
	color:rgba(196,180,140,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-bottom:3vw;
}

.homenews .newsblock{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:2vw;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: rgba(196,180,140,1.0);
}

.homenews .newsblock img{
	height: auto;
	max-width:70vw;
	float:left;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
    margin-left:10vw;
}

.homenews .newsblock h3{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	padding:0vw;
	margin-top:5vw;
	margin-left:10vw;
	margin-bottom:1vw;
    display: block;
    text-align: center;
    width: 70vw;
}

.homenews .newsblock p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:2.8vw;
	margin-left:10vw;
    width: 70vw;
}

.homenews .newsblock .headtext{
	width: 45vw;
	float:left;
	margin-left:3vw;
}

.homenews .newsblock .text{
	width: 45vw;
	float:left;
	margin-left:3vw;
	border-left-style: none;
	border-left-width: medium;
	border-left-color: rgba(196,180,140,1.0);
	margin-bottom:5vw;
}

.homenews .newsblock .text a{
	display:inline-block;
	padding:1vw;
	background-color: rgba(196,180,140,1.0);
	color:rgba(0,0,0,1.0);
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	margin-left:30vw;
	font-size:3.5vw;
	transition:0.8s;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
    width: 20vw;
    text-align: center;
}

.homenews .newsblock .text a:hover{
	padding-left:1.5vw;
	padding-right:1.5vw;
	transition:0.8s;
	border-style: solid;
	border-width: medium;
	border-color: rgba(255,255,255,1.0);
}

.newsarticle{
	position: relative;
	width:90vw;
	margin-left:5vw;
	margin-top:15vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: rgba(196,180,140,1.0);
}

.newsarticle h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(255,255,255,1.0);
	font-size:6vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	margin-left:0vw;
	width:90vw;
	text-align: center;
}

.newsarticle small{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:2vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-bottom:1vw;
	text-align: center;
	width:100%;
	display: block;
}

.newsarticle p{
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:rgba(255,255,255,1.0);
	font-size:3vw;
	margin-left:1vw;
	text-align:center;
}

.newsarticle img{
	width:89vw;
	height:auto;
	margin-left:0vw;
	border-style: solid;
	border-width: medium;
	border-color: rgba(196,180,140,1.0);
}

.newsarticle hr{
	color:rgba(196,180,140,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-top:3vw;
	margin-bottom:3vw;
}

.enquiry{
	position: relative;
	width:100vw;
	margin-top:5vw;
	display:block;
	min-height:10vw;
	overflow: hidden;
	background-color: rgba(196,180,140,1.0);
}

.enquiry h1{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:5vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.enquiry h2{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size:4vw;
	padding:0vw;
	margin:0vw;
	margin-top:2vw;
	margin-bottom:1vw;
	width:100%;
	text-align: center;
}

.enquiry hr{
	color:rgba(0,0,0,1.0);
	width:5vw;
	border-style: solid;
	border-width: medium;
	margin-bottom:3vw;
}

	.enquiry input[type=text]{
	margin-left: 8vw;
	width:80vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(255,255,255,0.5);
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:3.5vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	text-align:center;
	outline:none;
}

	.enquiry input[type=text]:focus{
	border-color:rgba(255,255,255,1.0);
	background-color: rgba(255,255,255,0.8);
	transition:0.8s;
}

	.enquiry textarea{
	margin-left: 8vw;
	width:80vw;
	height:15vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(255,255,255,0.5);
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:3.5vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	text-align:center;
	outline:none;
}

	.enquiry textarea:focus{
	border-color:rgba(255,255,255,1.0);
	background-color: rgba(255,255,255,0.8);
	transition:0.8s;
}
	
	.enquiry input[type=button]{
	width:50vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	font-size:4vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	margin-left:25vw;
	text-align:center;
	outline:none;
}

	.enquiry input[type=button]:hover{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
	cursor:pointer;
	background-color: rgba(255,255,255,1.0);
}

	.enquiry small{
	font-family: moderno-fb, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,0,1.0);
	font-size:2vw;
	padding:0vw;
	margin:0vw;
	margin-top:0.5vw;
	margin-bottom:1vw;
	text-align: center;
	width:100%;
	display: block;
}
}