@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;
	
color: #000000;
text-align: center;
}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
  background-color: #f8f2e9;
}
h1 {
  
  font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
  
	font-size: 50px;
	line-height: 55px;
	text-align: center;
}

h2  {
  
  font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
  
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	
}

p {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  	font-size: 20px;
	line-height: 24px;
	text-align: left;
	padding: 20px;
}

.pbig {
	font-size: 22px;
	line-height: 30px;
}
.pbold {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
 }

a {
	text-decoration: none;
	border-radius: 10px;
	margin: 0 auto;
}

.smallh1 {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
  	font-size: 38px;
	line-height: 50px;
	text-align: center;
}
	


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

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

.divider {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}


h3 {
  font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
  font-size: 30px;
  line-height: 38px;
  }

.smallerh3 {
	font-size: 26px;
	line-height: 32px;
}

.wraplpRep {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 30px auto;
  box-shadow: 0 0 30px rgba(255,255,255,1.0), 0 0 10px rgba(255,255,255,1.0);
}




.button3 {
	font-size: 33px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 20px;
}


.ln {
	background-image: linear-gradient(#d586ea, #e65d77); 
	color:#ffffff;
	padding:10px;
	width:200px;
	margin: 10px auto;
}

.modules {
	padding-top: 40px;
}

/*********************
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: 3vw;
	line-height: 3.5vw;
	padding: 2vw;
}
.pbig {
	font-size: 3.2px;
	line-height: 3.7px;
}
h1 {
	font-size: 6vw;
	line-height: 6vw;
}

.smallh1 {
  font-size: 6vw;
  line-height: 8vw;
  padding: 0;
}

h2  {
  font-size: 4vw;
  line-height: 5vw;
}


h3 {
   	font-size: 5vw;
	padding: 1vw;
}
.smallerh3 {
	font-size: 4vw;
	line-height: 5vw;
}


.button3 {
	font-size: 5vw;
	padding: 2vw;
	margin-bottom: 2vw;
}
.ln {
	padding:2vw;
	width:30vw;
	margin: 1vw auto;
}
.modules {
	padding-top: 4vw;
}

}



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

p {
	font-size: 2vw;
	line-height: 2.4vw;
	padding: 2vw;
}
.pbig {
	font-size: 2.2vw;
	line-height: 3vw;
}
h1 {
  font-size: 5vw;

}
.smallh1 {
	font-size: 4vw;
}

h2  {
  
  font-size: 3vw;
  line-height: 3.6vw;

}


	

a {
	border-radius: 1vw;
}



h3 {
  
  	font-size: 3vw;
	line-height: 3.4vw;
	padding: 2vw;
}
.smallerh3 {
	font-size: 2.6vw;
	line-height: 3.2vw;
}


.button3 {
	font-size: 3.3vw;
	padding: 1vw;
	margin-bottom: 2vw;
}

.ln {
	padding:1vw;
	width:20vw;
	margin: 1vw auto;
}
.modules {
	padding-top: 4vw;
}
}