html, body{
	height:100%;
}
body{
	margin: 0;
    padding: 0;
    height: 100%;
	font-size:10pt;
	font-family:arial;
	background:url(/smarty/oya_images/forestbg1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#154000;
	font-family:'Montserrat', sans-serif;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
section.main{
	padding-top:40px;
}
.footer{
	padding:20px;
}
.overlay {
    background-image: url("/smarty/oya_images/overlay-pattern.png") !important;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	/*opacity:0.7;*/
	z-index:-1;
}
a{
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;  
    -moz-transition: all 0.2s linear;  
    -ms-transition: all 0.2s linear;  
    -o-transition: all 0.2s linear;		
}



/* ==============================================
	Typography
=============================================== */
h1, h2, h3, h4, h5, h6{
	color:#fff;
	position:relative;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem; 
}

h3 {
  font-size: 1.375rem; 
}

h4 {
  font-size: 1.125rem; 
}


