@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: 713px;
	margin: 0 auto;
	padding: 0 auto;
}


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

.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;
}

.one-thirds{
	padding-left: 10%;
	width: 80%;
	height: auto;
}

.one-thirds img{
	border-radius: 200px;
	margin-top: 10%;
	margin-bottom: 10%;
	display: inline-block;
}

.me{
	background-color: #f9e5b0 ;
}

.me-text h3{
	font-family: Playfair Display;
	color: #32515C;
	display: inline-block;
	margin-left: 30%;
	margin-top: -20%;
	font-size: 2em;
}

.me-text p{
	font-family: futura;
	font-weight: 400;
	color: #32515C;
	display: inline-block;
	margin-left: 30%;
	margin-top: -15%;
}



.chartcontainer {
  padding: 10px 50px;
  text-align: center;
  margin-top: 5%;
}

.chartcontainer h1{
	font-family: Playfair Display;
	color: #32515C;
}

.chartcontainer p{
	font-family: futura;
	color: #32515C;
}


@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.pie {
  --p:20;
  --b:22px;
  --c:darkred;
  --w:150px;
  
  width:var(--w);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  /*margin:5px;*/
  place-content:center;
  
  font-family: futura;
	color: #32515C;
	font-size: 1em;
	margin: 5%;
	margin-bottom: 10%;
}
.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}
.pie:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
  animation:p 1s .5s both;
}
.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}
@keyframes p {
  from{--p:0}
}

/*body {
  background:#ddd;
}*/




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{
	display: inline-block;
}

#grad2{
	background-image: linear-gradient(to right,#b2dde5, #F9F6E4);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 auto;
}

.row2{
	display: inline-block;
	width: 100%;
}

.row2 h2{
	font-family: Playfair Display;
	font-weight: bold;
	color: #32515C;
	margin: 0;
	padding-top: 10%;
	padding-left: 10%;
	font-size: 2.5em;
}

.row2 p{
	font-family: futura;
	font-weight: medium;
	color: #32515C;
	/*padding-top: 10%;*/
	padding-left: 10%;
	width: 40%;
}

.kontainer1{
	display: inline-block;
	/*margin-left: 20%;*/
	vertical-align: top;
	float: right;
	padding-top: 10%;
}

.kontainer1 img{
	padding-right: 2%;
}

button {
	border-radius: 25px;
	width: 13%;
   	height: 5%;
   	text-align: center;
   	/*float: left;*/
	color: #32515C;
	background-color: #B4DEE5;
	font-family:'futura';
	/*margin: auto;*/
	margin-right: 2%;
	margin-left: 10%;
	margin-top: -7%;
	margin-bottom: 13%;
	padding: auto;
	padding-top: 0.5%;
	padding-bottom: 1%;
	font-size: 1em;

	display: inline-block;
}

button a{
	color: #32515C;
}

button:hover{
	color: #F9E5B4;
	background-color: #32515C;
	transition: 0.3s;
}

button a:hover {
	color: #F9E5B4;
	/*font-weight: bold;*/
	/*transition: 0.3s;*/
}

/*body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #5CA4EA;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.container {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}*/

.container3{
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

.container3 h2{
	font-family: Playfair Display;
	font-weight: bold;
	color: #32515C;
	padding-bottom: 3%;
	font-size: 2.5em;
}

.container3 img{
	align-content: center;
	border-radius: 150px;
	display: inline-flex;
	justify-content: space-between;
	padding: 2% 2% 2% 2%;
}


.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;
	width: 70%;
}

.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;
}
