@font-face {
  font-family: "Intelligent Design - AvertaCY-Black";
  src: url("../fonts/Intelligent Design - AvertaCY-Black.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Bold";
  src: url("../fonts/Intelligent Design - AvertaCY-Bold.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Light";
  src: url("../fonts/Intelligent Design - AvertaCY-Light.otf")
}
@font-face {
  font-family: "AvertaCY-Black";
  src: url("../fonts/AvertaCY-Black.woff")
}
@font-face {
  font-family: "AvertaCY-Bold";
  src: url("../fonts/AvertaCY-Bold.woff")
}
@font-face {
  font-family: "AvertaCY-Light";
  src: url("../fonts/AvertaCY-Light.woff")
}
body {
font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
width: 100%;
text-align: center;

}

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

p {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  	font-size: 20px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	color: #f0611f;
}
.addinfo {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 20px;
	color: #000000;
}


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

.wrapsection {
    margin: 0px auto;
	text-align: center;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}

.half {
	width: 50%;
	float: left;
	color: #000000;
	text-align: center;
	margin: 0px auto;
}
.half:after {
  content: "";
  display: table;
  clear: both;
}





h1  {
  
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  font-weight: 100;
  
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	padding: 30px 0 0 0;
	color: #000000;
}
h2  {
  
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  font-weight: 100;
  
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	padding: 30px 0 0 0;
	color: #000000;
}

h3 {
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  font-size: 22px;
  line-height: 26px;
  font-weight:100;
  padding: 10px;
}
 .up {
	 margin-top: -5px;
 }

.spacer {
	display: block;
	height: 20px;
	width: 100%;
	background-color: white;
}

.wraplpRep {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 0px auto;
  
}

.yellowbox {
	background-color:#ffc000;
	
	
}
.light {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
}
.dark {
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
}
.darker {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
}

.logo {
	width:20%; 
	padding:1%;
}
a { color: #000000; text-decoration: none; }
.button_round {
	border-radius: 25px;
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	padding: 8px 20px;
}
/*********************
RESPONSIVE
*********************/



/*********************
RESPONSIVE
*********************/
@media (min-width: 240px) and (max-width: 1119px) {
  .half.wraps {
    width: 96%;
  }
    .needlp .half.wraps {
    width:96%;
  }
}

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

		
		
p {
	font-size: 5vw;
	line-height: 8vw;
	padding: 4vw;
}
.addinfo {
	font-size: 4vw;
	line-height: 5vw;
	padding: 4vw 8vw;
}
h1  {
  	font-size: 7vw;
	line-height: 10vw;
	padding: 4vw;
}
h3 {
   	font-size: 5vw;
	line-height: 6vw;
	padding: 0.5vw;
}

.yellowbox {
	height: auto;
	margin-bottom: 2vw;
	
}
.hero3 {
	width: 100%;
	padding: 4vw 8vw;
}

.heroplus {
	width: 100%;
	padding-top: 2vw;
	text-align: center;
}
.heroplus img {
	width: 10%;
}
.spacer {
	height: 4vw;
}
.logo {
	width:60%; 
	padding:1%;
}
.half {
	width: 100%;
	text-align: center;
}
}



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

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



.addinfo {
	
  	font-size: 1.6vw;
	line-height: 2vw;
	padding: 2vw;
	}

h1  {
  	font-size: 3.2vw;
	line-height: 4.5vw;
	padding: 3vw 0 0 0;
}


h3 {
  font-size: 2.2vw;
  line-height: 2.6vw;
  padding: 1vw;
  }
.heroplus {
	padding-top: 25vw;
}
.yellowbox {
	
	height: 15vw;
	margin-bottom: 2vw;
	
}
.button_round {
	width: 15vw;
	border-radius: 2.5vw;
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	padding: 0.8vw 1.5vw 1.5vw;
}
}