:root {	
  --textcolor: #59493B;
  --bgcolor: #FFFFFF;
  --colorone: #59493B;
  --colortwo: #986952;
  --colorthree: #F4D4B0;
  --colorfour: #F4F4F3;
  --fontone: "Montserrat", Arial, sans-serif;	
  --fonttwo: "DM Serif Display", "Times New Roman", serif;	
}

html, body, div, span, applet, object, iframe,
h3,h2,h4,h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button, input, textarea {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family:var(--fontone);
   vertical-align: baseline;
   text-decoration:none;
   color:var(--textcolor);
   text-align: center;   
}

body{
	margin: 0;
	min-width: 360px;
	padding: 0;
	background:var(--bgcolor);
	overflow-x:hidden;
}

.wrap{
	margin: 0 auto;
	padding:0 10px;
    max-width: 1000px;
	box-sizing:border-box;
	width:100%;
}

.clear{
	clear:both;
}

hr{
	border:none;
	border-top:1px solid var(--colortwo);
	margin:0;
}

ul, li{
	margin:0;
	padding:0;
}

button, a{
	outline:none;
	cursor: pointer;
}

.homesection{
	padding: 30px 0;
}

.bg1{
	background: url(../images/bg1.jpg) no-repeat left center;
	background-size: cover;
}

.bg2{
	background: var(--colorthree);
}

#header h1{
	float: left;
	text-align: left;
	font-family: var(--fonttwo);
	margin: 10px 0;
	font-size: 32px;
	font-weight: normal;
}

#header h3{
	float: right;
	text-align: right;
	font-family: var(--fonttwo);
	margin: 10px 0;
	font-size: 32px;
	font-weight: normal;
}

.leftimage,
.rightimage{
	font-size: 0;
}

.leftimage h2,
.rightimage h2{
	text-align: center;
	font-family: var(--fonttwo);
	margin: 25px 0;
	font-size: 40px;
	font-weight: normal;
}

.leftimage .left{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-right: 5%;
}

.leftimage .right{
	display: inline-block;
	vertical-align: middle;
	width: 55%;
}

.rightimage .right{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-left: 5%;
}

.rightimage .left{
	display: inline-block;
	vertical-align: middle;
	width: 55%;
}

.leftimage .left img,
.rightimage .right img{
	width: 100%;
}

.leftimage h4,
.rightimage h4{
	text-align: left;
	font-family: var(--fontone);
	margin: 25px 0;
	font-size: 32px;
	font-weight: normal;
}

.leftimage p,
.rightimage p{
	text-align: left;
	font-family: var(--fontone);
	margin: 15px 0;
	font-size: 18px;
	font-weight: normal;
}

.leftimage ul li,
.rightimage ul li{
	text-align: left;
	font-family: var(--fontone);
	margin: 15px 0;
	font-size: 18px;
	font-weight: normal;
	list-style-position: inside;
}

.cta{
	font-size: 0;
}

.ctablock1,
.ctablock2{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 20px 5%;
	padding: 15px;
	box-sizing: border-box;
}

.ctablock1{
	background-color: var(--colorone);
}

.ctablock2{
	background-color: var(--colortwo);
}

.ctablock1 h4,
.ctablock2 h4{
	text-align: center;
	font-family: var(--fonttwo);
	color: var(--colorfour);
	margin: 15px 0;
	font-size: 32px;
	font-weight: normal;
}

.ctablock1 p,
.ctablock2 p{
	text-align: center;
	font-family: var(--fontone);
	color: var(--colorfour);
	margin: 15px 0;
	font-size: 14px;
	font-weight: normal;
}

.cta button{
	background-color: var(--colorfour);
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 10px;
	margin: 20px auto;
}

.iframeScaler {
    height: 0;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 49%;
    position: relative;
    width: 100%;
}


.iframeScaler iframe {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video{
	font-size: 0;
}

.videoblock1,
.videoblock2{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 20px 5%;
	box-sizing: border-box;
}
