@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:#ffffff;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}
h1 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  padding-top: 20px;
  }
h2 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 22px;
  line-height: 26px;
  }
.wraplp {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 0px auto;
  
}
.wrapsection {
    margin: 0px auto;
	padding: 0;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}
.herohalf {
	width: 50%;
	float: left;
	color: #000000;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.herohalf:after {
  content: "";
  display: table;
  clear: both;
}


p {
	font-family: "Zona Pro Light", Arial;
	text-align:left;
  	font-size: 18px;
	line-height: 22px;
	padding: 0px;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}

.logo {
	width:25%; 
	padding:3%;
}

a { color: #8f2427; text-decoration: none; }
.button_round {
	width: 300px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	padding: 12px 20px;
	
}
.button_round:hover {color: #fff; opacity: 0.8;}
.spacer {
	display: block;
	height: 20px;
	width: 100%;
	}
	
.mobi {
	display: none;
}
.tabl {
	display: none;
}
.deskt {
	display: block;
}

.special {
	 background-color:#fce1e6;
	 margin: 2%;
	 padding: 0 2%;
	 border-radius: 120px 0 120px 0;
}

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


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

		
		
p {
	font-size: 3vw;
	line-height: 4vw;
	padding: 0 4vw;
}

.button_round {
	width: 30vw;
	padding: 1.2vw 2vw;
}
.spacer {
	display: block;
	height: 2vw;
	width: 100%;
}
.mobi {
	display: block;
}
.tabl {
	display: none;
}
.deskt {
	display: none;
}
.herohalf {
	width: 100%;
	float: none;
}
h1 {
  padding: 4%;
  text-align:center;
  font-size: 4.5vw;
  line-height: 5.5vw;
  }
h2 {
  padding: 0 4%;
  text-align:center;
  font-size: 4vw;
  line-height: 5vw;
  }
  .logo {
	width:50%; 
	padding:3%;
}
}

@media all and (min-width: 481px) and (max-width: 960px) {


p {
	font-size: 1.8vw;
	line-height: 2.9vw;
	padding: 0px;
}
.button_round {
	width: 30vw;
	padding: 1.2vw 2vw;
}
h1 {
  font-size: 2.5vw;
  line-height: 2.8vw;
  padding:4% 0 0 8%;
  }
h2 {
  font-size: 2.2vw;
  line-height: 2.6vw;
  padding:0 0 0 8%;
  }
p {
  	font-size: 1.6vw;
	line-height: 2vw;
	padding: 0 4%;
}
.spacer {
	display: block;
	height: 2vw;
	width: 100%;
}
.mobi {
	display: none;
}
.tabl {
	display: block;
}
.deskt {
	display: none;
}
.special {
	 margin-top: 2vw;
}
}