@charset "UTF-8";
/* CSS Document */

html, 
html * {
    padding: 10;
    margin: 10;
    box-sizing: border-box;
    background-color: #e2d2b1;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

header {
	padding: 3px;
    }

body {
	margin-left: auto;
	margin-right: auto;
	background: #faf44a;
}

/*style-logo is adjusted to float left at next two widths*/
.style-logo {
	margin-left: 50px;
	margin-right: auto;
	display: block;
	width: 200px;
    float:left;
}

/*style-nav all changes at larger widths*/
.style-nav {
		float: right;
    }
.style-nav ul {
	list-style-type: none;
    color: #34a766;
}
.style-nav ul li a {
	text-decoration: none;
	color: #34a766;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 5px;
    font-size: 15px;
}

.hero {
	width: 100%;
    margin-top:50px;
    background-size: cover;
	padding: 100px 20px 20px 20px;
	color: #ea272b;
	text-align: center;
    text-rendering: auto;
   
}

/*headings*/
h1 {
    font-size:40px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
    margin-top: 100px;
    margin-left: auto;
    margin-right:auto;
    color: #ea272b;
    padding-top:0px;
    padding-bottom: 10px;
    text-align:center;
    background-color: transparent
}

h2 {
	font-size: 30px; 
	text-transform:capitalize; 
	font-weight: bold;
	margin-bottom: 23px;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #34a766;
    background-color: transparent;
}

h22 {
	font-size: 30px; 
	text-transform:capitalize; 
	font-weight: bold;
	margin-bottom: 23px;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #34a766;
    background-color: transparent;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
    color: #34a766;
}

h4 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 35px;
    padding-top: 0px;
    background-color: transparent;
    color:#34a766;
}

h44 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 35px;
    padding-top: 0px;
    background-color: transparent;
    color:#34a766;
}

h45 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 35px;
    padding-top: 0px;
    background-color: transparent;
    color:#34a766;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
}


h5 {
	font-size: 17px;
	margin-bottom: 100px;
    background-color: transparent;
    font:bold;
    color: #34a766;
}

h6 {
    font-size:30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
    margin-top: 100px;
    margin-left: auto;
    margin-right:auto;
    color: #ea272b;
    padding-top:0px;
    padding-bottom: 10px;
    text-align:center;
    background-color: transparent
}
p {
	font-weight: 200;
    margin:10px 10px 10px 10px;
    background-color: transparent;
    font-size:18px;
    width: 95%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.button {
	
    display:inline-block;
    margin-top: 0px;
    border: 2px #ffffff solid;
    padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
    background-color: #8d735e;
}

.col {
    width: 100%;
}

.col-boxes {
	width: 100%;
}

.col-boxes-double {
	width: 100%;
}

.col-banner {
	width: 100%;
}

.col-single-page {
    width: 90%;
    margin-left:auto;
    margin-right: auto;}


.row:before, .row:after {
	content: "";
	display: table;
}
.col-single-button {
    width: 90%;
    margin-left:auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    align-content: center;
    float:center;
}



.row:after {
	clear: both;
}


/*Footer*/
footer {
	padding-top: 30px;
   vertical-align: middle;
}
.footer-content {
	width: 100%;
    display: block;
	padding-bottom:20px; 
   vertical-align: middle;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
  vertical-align: middle;
}
.footer-social li {
	display: inline-block;
    vertical-align: middle;

}
.footer-social li a {
	display: inline-block;
    vertical-align: middle;
	
}
.footer-social li a img {
	width:130px;
	max-width: 25%;
	height: auto;
	vertical-align: middle;
    display: inline-block;
    
}	
.style-nav-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    list-style-type: none;
    text-align: center;
    }
.style-nav-bottom ul {
	list-style-type: none;
    color: #34a766;
    margin:auto;
    align-content:center;
}
.style-nav-bottom ul li {
    display: inline-block;
    margin:auto;
    align-content:center;
}
.style-nav-bottom ul li a {
	text-decoration: none;
	color: #34a766;
	display: inline-block;
	text-transform: capitalize;
	padding: 5px;
    font-size: 15px;
}
.legal {
    font-size:12px;
    margin-top:10px;
    color:#C8C8C8;
    
}


/*RESPONSIVE MEDIA HERE*/

/*small as an iphone view*/
@media (max-width:450px){

h44 {
    display:none;}
}

/*bigger than iphone view*/

@media (min-width:400px){
    
.footer-social li a img {
    width:160px;}

h44 {
    display:none;}
}

/*Tablet View*/

@media (min-width:768px){
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
    }
	.style-nav ul li {
		display: inline-block;
        color: #34a766;
	}
	
	.style-nav ul {
		text-align: center;
        color: #34a766;
        
	}
	.hero {
    margin-top:0px;
	padding: 10px 20px 20px 20px;
    background-color: #34a766;
}
	h1 {
		margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 10px;
        font-size: 100px;
	}
	
	h2 {
		margin-bottom: 16px;
    }
    
    h4 {
	font-size: 30px;
    color: #faf44a;
    background-color: transparent;
}
    
    h44 {
    display:block;
    font-size: 30px;
    color: #faf44a;
    background-color: transparent;
    }
    
    h45 {
    display:none;
    }
    
    h6 {
		margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 10px;
        font-size: 80px;
	}
    
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
    
    .col-boxes {
        float: left;
        width: 50%;
    }
    
    .col-boxes-double {
        float: left;
        width: 50%;
    }
.footer-social {
	width: 100%;
    padding-bottom:0px;
    margin-top:15px;}
}

/*Small Desktop View*/

    @media (min-width: 992px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
    .col {
		float: left;
		padding: 0px 7px 14px;
	}
    .col-boxes {
        float:left;
        width:25%;
    }
    h2 {
        font-size:22px;
        }
 h5 {
        font-size:16px;
        }
h6 {
        font-size:90px;
        }
}
/*large screen View*/

@media (min-width:1150px){

    h2 {
        font-size:25px;
    }
h5 {
        font-size:16px;
        }
    h6 {
        font-size:100px;
        }

}
@media  (min-width:1450px) {

    h2 {
        font-size:27px;
    }
h5 {
        font-size:18px;
        }
h6 {
        font-size:100px;
    }
}
