﻿#container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	height: auto;
	margin: 0;
	overflow: auto;
	background-color: rgba(225,225,225,0.8);	
	}


@font-face {
   font-family: "Urbanist";
   src: url(fonts/Urbanist-Light.ttf);
}


#heading {

	overflow:auto;
	text-align: center;
	
}


#heading h1 {
	font-family: "Urbanist";
	margin-top: 60px;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 40pt;
	text-align: center;
	font-variant: inherit;
	text-transform: uppercase;
	text-shadow: 2px 2px #0c0;
}
#heading h2 {
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 12px;
	color: #3d9445;
	font-size: 19pt;
	text-align: center;
	text-transform: uppercase;
}

.contact a:link
{
	color: #8f684f;text-decoration:none  
}
.contact a:visited
{
	color: #8f684f;text-decoration:none 
} 
.contact a:active 
{
	color: #8f684f;text-decoration:none
}
.contact a:hover      
{ 
	color: #000;text-decoration:none
}

#logo {
	max-width: 200px;
	border-width: 0;
	margin:15px auto;
}
#logo img {	
	border-radius: 50%;
}

#socialwrapper {
	max-width: 100%;
}
#social {
	max-width:150px;
	margin: 5px auto;	
}
.icon {
	max-width: 32px;
	float: left;
	padding: 5px;
	border-width: 0px;
	
}
#contact {
	max-width: 100%;
	border-width: 0;
	margin: auto;
	text-align: center;
	padding-top: 60px;
}


.hrow {
	max-width: 80%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 20%;

}
.hmiddle {
    width: 60%;

}
.hright {
    width: 20%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 960px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
background-color: transparent;
width: 100%;
margin: auto;
}
#maincontent {
	width: 100%;
	margin: 0 auto;
	background-color: rgba(225,225,225,0.8);
}
.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

#footer {
	background-color: rgba(225,225,225,0.8);
	width: 100%;
	padding: 1em 0;
	clear: both;

}

#footer h5 {
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 1.2em;
	text-align: center;
}




a:link
{
	color: #8f684f;text-decoration:none  
}
a:visited
{
	color: #8f684f;text-decoration:none 
} 
a:active 
{
	color: #8f684f;text-decoration:none
}
a:hover      
{ 
	color: #000;text-decoration:none
}

body {
	height: 100%;
	background: url(images/background.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	font-size: 24px;
	color: #765745;
	margin: 0;
	font-family: "Urbanist";
	font-weight: bold;
}

h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 36pt;
	text-align: center;
}

h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 28pt;
}

h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 24pt;
}

h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #3d9445;
	font-size: 18pt;
}

h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #8f684f;
	font-size: 16pt;
}

h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	font-size: 14pt;
}



p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #333;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	line-height: 30px;
}
.nonelist li
{
	color: #333;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	line-height: 30px;
	list-style-type: none;
}
.numberlist li
{
	color: #333;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	list-style-type: decimal;
	line-height: 30px;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.block {
	max-width: 90%;
	margin:20px auto;
	padding: 20px 20px;
	-moz-border-radius:30px;
	border-radius:30px
}

.brown {
	background-color: rgba(143,104,79,0.4);
}
.green {
	background-color: rgba(61,148,69,0.6);
}
.dorange {
	background-color: #f0b7bd;
;
}
.white {
	background-color: rgba(255,255,255,0.6);
}

.inverse a:link
{
	color: #ff0;text-decoration:none;  
}
.inverse a:visited
{
	color: #ff0;text-decoration:none;
} 
.inverse a:active 
{
	color: #ff0;text-decoration:none;
}
.inverse a:hover      
{
	color: #ff0;
	text-decoration: underline;
}

.inverse h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 36pt;
	text-align: left;
}

.inverse h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 28pt;
	text-align: left;
}

.inverse h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 24pt;
}

.inverse h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 18pt;
}

.inverse h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16pt;
}

.inverse h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14pt;
}



.inverse p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;

}
.inverselist li
{
	color: #fff;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	line-height: 30px;
}
.inversenumber li
{
	color: #fff;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	list-style-type: decimal;
}



.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.noborder {
	border-width: none;	
}



/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
    
