/*--------------------------*/
/*------- Typography -------*/
/*--------------------------*/

/*-----------------------*/
/*------- General -------*/
/*-----------------------*/
.home-cta.odd{
	height:350px;
}
#cta0, #cta2{
	margin:10rem -4px;
}
#cta1.odd{
	height:500px;
}
#cta1 {
    -webkit-clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}


/*----------------------*/
/*------- Header -------*/
/*----------------------*/



/*----------------------*/
/*------- Footer -------*/
/*----------------------*/



/*------------------------*/
/*------- Homepage -------*/
/*------------------------*/



/*-----------------------*/
/*------- Subpage -------*/
/*-----------------------*/



/*---------------------*/
/*------- Forms -------*/
/*---------------------*/



/*-----------------------------*/
/*------- Media Queries -------*/
/*-----------------------------*/

 /* Medium Devices and Down */
@media only screen and (max-width : 1200px) {

}

/* Small Devices, Tables and Down */
@media only screen and (max-width : 992px) {
	
}

/* Extra Small Devices, Phones and Down */
@media only screen and (max-width : 768px) {
	
}

/* SUPER Small Devices, Phones and Down*/ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


/*******************************/


