@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
.html {
	box-sizing: border-box;
}

*,
*: before,
*: after{
	/*box-sizing: inherit;*/
	box-sizing: border-box;
}

.row:before,
.row:after {
	display: table;
	content: " ";
	clear: both;
}


.one, 
.one-thirds,
.one-sixth, 
.three-fourths,

.half{
	width: 100%;
}

@media only screen and (min-width: 800px) {
	.one{
		width: 100%;
	}
	.half{
		width: calc(100% / 2);
	}
	.one-third {
		width: calc(100% / 3);
	}
	.one-sixth{
		width: calc(100% / 6);
	}

	.three-fourths{
		width: calc(100% / 4 * 3);
	}

	/*.column{
		float: left;
	}*/
}


body{
	margin: 0 auto;
	padding: 0;
	background: #F9F6E4;
}

.container{
	max-width: 1400px;
	height: 840px;
	margin: 0 auto;
	padding: 0 auto;
}


.row{
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 1400px;
	height: 840px;
}

.row img{
	width: 100%;
	height: auto;
	background-image: url(images/photo-1508780709619-79562169bc64 copy.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	display: block;
	/*float: none;*/
}

.logo{
	/*width: 30%;
	height: auto;*/
	display: inline-block;
	padding-left: 8%;
	padding-top: 5%;
	/*float:  left;*/
	position: absolute;
	z-index: 2;
}

.nav {
	color: #F9F6E4;
	font-family: Futura;
	font-weight: medium;
	padding-left: 10%;
	padding-right: 8%;
	padding-top: 5%;
	text-align: right;
	display: inline-block;
	float:  right;
	/*position: absolute;
	z-index: 2;*/
}

.nav ul li {
	display: inline-block;
	overflow: hidden;
	list-style: none;
}

.nav ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	color: #F9F6E4;
}


.nav ul li a:hover {
	/*background-color: #FDA028;*/
	color: #FDA028;
}

.searchlight{
	margin-top: 5%;
	/*float: right;*/
	display: inline-block;
	/*background-image: url(images/search-light.png);*/
	/*margin-right: 10%;*/
	/*position: absolute;*/
	/*z-index: 3;*/
	float: right;
}

form{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    /*background: white;*/
    box-sizing: border-box;
    border-radius: 25px;
    /*border: 4px solid white;*/
    padding: 5px;
    /*background-image: url(images/search-light.png);*/
    background-position: -1px -1px; 
    background-repeat: no-repeat;
    background-size: contain;
}

input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    /*background-image: url(images/search-light.png);*/
}

.fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #F9F6E4;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover{
    width: 260px;
    cursor: pointer;
    /*background-image: url(images/search-blue.png);*/
    background-position: -1px -1px; 
    background-repeat: no-repeat;
    background-size: contain;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: #FDA028;
    color: #32515C;
}

/*.maincontext {
	position: absolute;
	z-index: 2;
	margin: 0;
	/*margin-top: 20%;
}*/

.maincontext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*margin-top: 3%;*/
  padding-bottom: 10%;
  height: auto;
}

.maincontext h1 {
	font-family: Playfair Display;
	text-align: center;
	color: #F9F6E4;
	font-size: 4em;
	margin-bottom: 3%;
	/*padding-top: 20%;*/
}

.maincontext p{
	font-family: futura;
	font-weight: thin;
	text-align: center;
	color: #F9F6E4;
	font-size: 1.2em;
	padding-top: -1.5%;
	width: 80%;
	margin: auto;
}


html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: -30%;
	padding-bottom: -30%;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


.container2{
	/*position: relative;*/
	display: inline-block;
	margin-top: 5%;
	margin-top: 5%;
	page-break-before: always;
}

.row h2{
	color: #32515C;
	margin: auto;
	text-align: center;
	font-size: 3em;
	padding-bottom: 5%;
}

.row p{
	/*margin-bottom: 30%;*/
}


.one-third{
	color: #32515C;
	margin-left: 8%;
	margin-right: 4%;
	display: inline-block;
	width: 20%;
	height: auto;
	position: relative;
	align-content: center;
}

.one-third img{
	vertical-align: top;
	/*margin-bottom: 50%;*/
	page-break-after: always;
	/*padding-top: 20%;*/
	padding-bottom: 20%;
}


.one-third h6{
	font-family: Futura;
	font-weight: thin;
	color: #32515C;
	/*margin-top: 10%;*/
	padding-top: 110%;
	/*padding-top: 10%;*/
	margin-bottom: 0;
	margin-top: 0;
}

.one-third h3{
	font-family: Playfair Display;
	font-weight: bold;
	/*font-size: 0.5em;*/
	color: #32515C;
	padding-top: -10%;
	margin-bottom: 0;
	margin-top: 0;
}

.one-third p{
	font-family: Futura;
	font-weight: thin;
	color: #32515C;
	width: 80%;
	padding-top: -10%;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 40%;
}



.container3{
	width: 100%;
	height: auto;
	margin-top: 30%;
	display: inline-block;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

/*.half {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	display: inline-block;
	padding-top: 10%;
	align-items: stretch;
}*/


.half img{
	width: 80%;
	height: auto;
	display: inline-block;
	justify-content: space-around;
	align-items: center;
	page-break-before: always;
	float: none;

}


.footer{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	z-index: 1;
}

#colblock{
	background-color: #32515C;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	height: auto;
}

.row2 {
	width: 100%;
	height: auto;
}
.logo2{
	display: inline-block;
	padding-left: 6%;
	padding-top: 7%;
	/*padding-bottom: 10%;*/
	float: left;
	position: absolute;
	z-index: 2;
}

.fcontainer1{
	width: 18%;
	display: inline-block;
	align-items: center;
	padding-bottom: 5%;
	padding-right: 5%;
	padding-left: 4%;
}

.fcontainer1 h2{
	font-family: Playfair Display;
	font-weight: bold;
	/*font-size: 0.5em;*/
	color: #B4DEE5;
}

.fcontainer1 p{
	font-family: futura;
	font-weight: medium;
	color: #B4DEE5;
	padding-top: 90%;
	padding-left: 25%;
	font-size: 0.9em;
}

.fcontainer2{
	width: 15%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5%;
	padding-left: 4%;
	/*text-align: left;
	align-content: left;*/
}

.fcontainer2 h2{
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 1.5em;
	color: #B4DEE5;
	padding-left: 20%;
}

.fcontainer2 ul li {
	display: block;
	overflow: hidden;
	list-style: none;
	font-family: futura;
	font-weight: medium;
	padding-top: 5%;
	font-size: 0.9em;
}

.fcontainer2 ul li a {
	text-decoration: none;
	display: block;
	/*padding: 5px 10px;*/
	color: #B4DEE5;
}


.fcontainer2 ul li a:hover {
	color: #FDA028;
}


.fcontainer3{
	width: 15%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5%;
}

.fcontainer3 h2{
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 1.5em;
	color: #B4DEE5;
	padding-left: 18%;
}

.fcontainer3 ul li {
	display: block;
	overflow: hidden;
	list-style: none;
	font-family: futura;
	font-weight: medium;
	padding-top: 5%;
	font-size: 0.9em;
}

.fcontainer3 ul li a {
	text-decoration: none;
	display: block;
	/*padding: 5px 10px;*/
	color: #B4DEE5;
}


.fcontainer3 ul li a:hover {
	color: #FDA028;
}


.fcontainer4{
	width: 15%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5%;
}

.fcontainer4 h2{
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 1.5em;
	color: #B4DEE5;
	padding-left: 18%;
}

.fcontainer4 ul li {
	display: block;
	overflow: hidden;
	list-style: none;
	font-family: futura;
	font-weight: thin;
	padding-top: 5%;
	font-size: 0.9em;
}

.fcontainer4 ul li a {
	text-decoration: none;
	display: block;
	/*padding: 5px 10px;*/
	color: #B4DEE5;
}


.fcontainer4 ul li a:hover {
	color: #FDA028;
}


.fcontainer5{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5%;
}

.fcontainer5 h2{
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 1.5em;
	color: #B4DEE5;
	padding-left: 15%;
}

.fcontainer5 ul li {
	display: block;
	overflow: hidden;
	list-style: none;
	font-family: futura;
	font-weight: medium;
	padding-top: 5%;
	font-size: 0.9em;
}

.fcontainer5 ul li a {
	text-decoration: none;
	display: block;
	/*font-size: 1.5em;*/
	color: #B4DEE5;
}


.fcontainer5 ul li a:hover {
	color: #FDA028;
}

.lastline{
	text-align: center;
	padding-top: 2%;
	padding-bottom: 6%;
}

.lastline h4{
	color: #B4DEE5;
	font-family: futura;
	font-weight: normal;
	font-size: 0.75em;
}

.sosmed a{
	box-sizing: border-box;
	border-radius: 25px;
	color: #32515C;
}

.sosmed a:hover{
	box-sizing: border-box;
	border-radius: 25px;
	color: #FDA028;
}