body{
	background: #fff;
}

#homepage{
	min-height:500px;
	margin:70px 0 0;
}

#homepage .textstrip{
	margin:70px 0 0;
	display: block;
	background:var(--colortwo);
}

#homepage .textstrip h1{
	color:var(--colorone);
	font-size:32px;
	padding:40px 0;
	text-align:center;
	margin: 0;
}

#homepage h2 {
  text-align: center;
  margin: 30px 0 0 !important;
  font-weight: 400;
  font-size: 40px;
	line-height: 48px;
  color: var(--textcolor) !important;
	display: inline-block;
	width: 100%;
}

#homepage h4{
	text-align:center;
	font-size:24px;
	font-weight:400;
	line-height:32px;
}

.homeslidefull{
	width:100%;
	position:relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.homeslidefull .slideimage{
	width:100%;
	height: auto;	
	padding-top: 39.58%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeslidefull .slideimage::after {
  background: -webkit-linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  background: -o-linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.homeslidefull .slidecontent{
	width:100%;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
}

.slidecontent h2 {
  text-align: center;
  margin: 20px 0 !important;
	font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 700;
  font-size: 45px;
	line-height: 55px;
  color: #fff !important;
	display: inline-block;
	width: 100%;
}

.slidecontent h5 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  color: #ccc;
	font-family: 'Merriweather', 'Georgia', serif;
	display: inline-block;
	width: 100%;
}

.slidecontent button img{
	display: inline-block;
	vertical-align: middle;
}

.slidecontent font {
	color: #999;
	font-size: 15px;
}

#homeimageblocks{
	text-align: center;
  	font-size: 0;
}

.homeslide{
	width:44%;
	display: inline-block;
	vertical-align: top;
	position:relative;
	overflow: hidden;
	margin: 30px 3%;
	border-radius: 5px;
}

#homeimageblocks .homeslide:nth-of-type(1){
	
}

.homeslide .slideimage{
	width:100%;
	height: auto;	
	padding-top: 56.52%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeslide .slidecontent{
	position: relative;
    background: #bbb;
    padding: 10px 0;
	width:100%;
	height: auto;
	text-align: center;
}

.homeslide .slidecontent button img{
	display: inline-block;
	vertical-align: middle;
}

.homeslide .slidecontent font {
	color: #555;
	font-size: 15px;
}

#homepage .yellowstrip{
	margin: 50px 0 30px;
	padding:30px 0;
	background:var(--colortwo);
}

#howtouse{
	text-align: center;
	font-size: 0;
}

#howtouse .item{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 10px 1%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

#howtouse .item .image{
	width:100%;
	height: auto;	
	padding-top: 56.52%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/*#howtouse .item .image::after {
  background: -webkit-linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  background: -o-linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
  height: 50%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}*/

#howtouse .item h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff !important;
	display: inline-block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
}

#homepage #feestructure{
	text-align:center;
}

#homepage .actionboxes{
	font-size:0;
	text-align:center;
}

#homepage .actionboxes .item{
	display:inline-block;
	vertical-align: top;
	margin:10px 0;
	width:45%;
	padding-top:15px;
	padding-bottom:15px;
}

#homepage .actionboxes .item:first-child{
	margin-right:5%;
}

#homepage .actionboxes .item:last-child{
	margin-left:5%;
}

#homepage .actionboxes h4{
	text-align:center;
	font-size:26px;
	font-weight:400;
	line-height:40px;
}

#homepage .textblock{
	padding:10px 0;
}

.textblock h2 {
  text-align: center;
  margin: 10px 0 !important;
  font-weight: 700;
  font-size: 25px;
  color: var(--textcolor) !important;
	display: inline-block;
	width: 100%;
}

.textblock p {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 22px;
}

#homepage .colorblock{
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 25px;
}

#homepage .colorblock p{
	text-align: left;
}

@media screen and (max-width: 959px) {	
	
#homepage{
	margin:60px 0 20px;
}	
	
#homepage .textstrip{
	margin:60px 0 0;
}	
	
}

@media screen and (max-width: 767px) {
	
.homeslidefull{
	margin-bottom: 0;
}	
	
.homeslidefull .slideimage::after {
	display: none;
}
	
.homeslidefull .slidecontent{
	position: relative;
	background: #444;
	padding-bottom: 10px;
}
	
}

@media screen and (max-width: 669px) {
	
#homepage .textstrip h1{
	font-size:25px;
}	
	
#howtouse .item{
	width: 48%;
}	
	
}

@media screen and (max-width: 549px) {
	
.homeslide{
	width: 100%;
	margin: 15px 0;
}	

#homepage .actionboxes .item{
	width:100%;
}

#homepage .actionboxes .item:first-child{
	margin-right:0;
}

#homepage .actionboxes .item:last-child{
	margin-left:0;
}
	
}

@media screen and (max-width: 479px) {
	
#homepage .textstrip h1{
	font-size:18px;
}	
	

	
}