@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;
background-image: url("../lpimg/bkg_image.jpg");
background-repeat: no-repeat;
background-attachment: fixed;	
background-position: center;
color: #ffffff;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

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: 2.3vw;
  line-height: 3.2vw;
  color:#ffffff;
  padding: 5% 0 0 5%;
  }
h2 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  text-align: left;
  color:#ffffff;
  font-size: 1.2vw;
  line-height: 1.5vw;
  padding: 5%;
  }


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: 1vw;
  line-height: 1.3vw;
  color:#000000;
  padding: 3%;
}

.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;
}
.hero29 {
	width: 29%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero29:after {
  content: "";
  display: table;
  clear: both;
}
.hero19 {
	width: 19%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero19: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;
}
.hero32 {
	width: 32%;
	float: left;
	text-align: center;
	margin: 0px;
}
.hero32:after {
  content: "";
  display: table;
  clear: both;
}
.hero23 {
	width: 23%;
	float: left;
	text-align: center;
	margin: 0px;
}
.hero23:after {
  content: "";
  display: table;
  clear: both;
}
.hero13 {
	width: 13%;
	float: left;
	text-align: center;
	margin: 0px;
}
.hero13:after {
  content: "";
  display: table;
  clear: both;
}
.hero22 {
	width: 22%;
	float: left;
	text-align: center;
	margin: 0px;
}
.hero22:after {
  content: "";
  display: table;
  clear: both;
}
.deskt {
	display: block;
}
.mob {
	display: none;
}



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


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

		
		
h1 {
  font-size: 6vw;
  text-align: center;
  line-height: 7vw;
  padding: 0;
}

h2 {
  font-size: 3vw;
  text-align: center;
  line-height: 4vw;
  }
 
p {
  font-size: 2.5vw;
  line-height: 3vw;
  } 
 
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%;
}
.hero19 {
	width: 100%;
	float: none;
}
.hero23 {
	width: 100%;
	float: none;
}
.hero29 {
    width: 100%;
	float: none;
}

.spacer {
	height: 1vw;
}
.rounded {
	border-top-left-radius: 25vw;
	border-bottom-right-radius: 25vw;
}
}

.contentbackgroundcolor {
	background-image: url('https://www.avoncosmetics.com.mk/PRSuite/static/campaign/C14/nrep/lpimg/bkg_image.jpg');
	    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
