@font-face {
    font-family: 'Zona Pro Light';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro Regular';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ZonaPro-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Bold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Black';
    src: url('../fonts/ZonaPro-Black.woff2') format('woff2'),
        url('../fonts/ZonaPro-Black.woff') format('woff');
    font-style: normal;
}
body {
font-family: "Zona Pro Light", Arial;
color: #000000;
text-align: center;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
  background-color:#5bc8db;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}

h1 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  text-align: left;
  font-size: 1.8vw;
  line-height: 2.2vw;
  position: absolute;
  top: 19%;
  left: 4%;
  padding-right:30%;
  color:#ffffff;
  }
h2 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  text-align: left;
  position: absolute;
  top: 2%;
  left: 4%;
  padding-right:3%;
  color:#ffffff;
  font-size: 1.6vw;
  line-height: 1.8vw;
  }
.relheadline {
  font-family: "Zona Pro Bold", Arial;
  font-weight: 100;
  text-align: center;
  position: relative;
  padding:2% 12%;
  color:#ffffff;
  font-size: 2vw;
  line-height: 2.6vw;
}

h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.2vw;
  line-height: 1.7vw;
  text-align:right;
  padding: 0 5%;
  color:#ffffff;
}
p {
  font-family: "Zona Pro Light", Arial;
  text-align: left;
  font-size: 0.7vw;
  line-height: 0.8vw;
  position: absolute;
  top: 53%;
  left: 4%;
  padding-right:40%;
  color:#ffffff;
}

.rounded {
	background-color: #5bc8db; 
	width: 95%;
	margin: 0 auto;
	padding: 4%;
	border: 0.2vw solid white;
	border-top-left-radius: 10vw;
	border-bottom-right-radius: 10vw;
}
.wrapsection {
    margin: 0px auto;
	padding: 0;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  position: relative;
  text-align: center;
}
.spacer {
	display: block;
	height: 20px;
	width: 100%;
	}


.dark {
	font-family: "Zona Pro Bold", Arial;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}

.hero {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.herohalf {
	width: 50%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.herohalf:after {
  content: "";
  display: table;
  clear: both;
}
.hero28 {
	width: 28%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero28:after {
  content: "";
  display: table;
  clear: both;
}
.hero27 {
	width: 27%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero27:after {
  content: "";
  display: table;
  clear: both;
}
.hero45 {
	width: 45%;
	float: left;
	text-align: left;
	margin: 0px auto;

}
.hero45:after {
  content: "";
  display: table;
  clear: both;
}
.hero25 {
	width: 25%;
	float: left;
	text-align: left;
	margin: 0px auto;
	padding:1%;

}
.hero25:after {
  content: "";
  display: table;
  clear: both;
}
.deskt {
	display: block;
}
.mob {
	display: none;
}
.last {
	width: 50%;
}


/*********************
RESPONSIVE
*********************/


@media all and  (max-width: 600px) {
	

		
		
h1 {
  font-size: 4.4vw;
  line-height: 5vw;
  position: absolute;
  top: 105vw;
  left: 4%;
  padding-right:30%;
}

h2 {
  font-size: 4vw;
  line-height: 5vw;
  position: absolute;
  top: 90vw;
  left: 4%;
  padding-right:3%;
  }
 
h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 3vw;
  line-height: 4vw;
  text-align:center;
  padding: 0 5%;
  color:#ffffff;
}
.mobp {
font-size: 2vw;
  line-height: 3vw;
  position: relative;
  text-align:left;
  padding:2%;
  color:#ffffff;
}

.relheadline {
  padding:4% 2%;
  font-size: 3.8vw;
  line-height: 4.6vw;
}	
.herohalf {
	width: 100%;
}
.deskt {
	display: none;
}
.mob {
	display: block;
}
.hero25 {
	width:50%;
}
.spacer {
	height: 1vw;
}
.rounded {
	border-top-left-radius: 25vw;
	border-bottom-right-radius: 25vw;
}
.last {
	width: 80%;
}
}
