/*
Theme Name: Simple Parallax Website
Description: Simple Parallax Scrolling Effect
Author: Samuel Dalusung
*/

/*= GENERAL STYLING
--------------------------------------------------------*/
#wrapper {
height: auto !important;
min-height: 100%;
margin: 0 auto -1px;
}

body{
	margin: 0;
	padding: 0;
	font-size: 95%;
	width: 100%;
}

h1 { 
    font-family:"Arvo";
	font-weight:normal;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
   font-family:"Arvo";
   font-weight: normal;
   font-size: 1.3rem;
   text-align: center;
   color: #fff;
   margin: 1em;
	padding: 0;
	z-index: 99;
}

h3 {
   font-family: Oswald;
   font-weight: normal;
   font-size: 1.2rem;
   text-align: center;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1rem;
	padding-left: 1%;
	padding-right: 1%;
	font-weight:550;
}
h4 img {
	max-width: 200px;
	height: auto;
	padding: 3px;
}

.center { margin: 0 auto; }
.content{ margin: 0 auto; max-width: 800px; }
.clear { clear: both; }
/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%;
	height: 110px;
	background-image: url(../../../images/header_bg.png);
	background-repeat: repeat-x;
	position: fixed;
	margin-top: 0;
	z-index: 95;
}
@media (min-width: 700px) {
#logo a:link { color: #fff; text-decoration: none; float: left; font-size: 1.5rem; margin-top: 0px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
}
@media (max-width: 699px) {
#logo a:link { color: #fff; text-decoration: none; float: left; font-size: 1rem; margin-top: 0px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
}
#logo img {
	vertical-align:middle;
}
@media (min-width: 990px) {
#nav { width: auto; float: right; }
}
@media (max-width: 989px) {
#nav { width: 40%; float:right; }
}
/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1{
	background:url('/images/bgimage1.jpg') 50% 50% no-repeat fixed;
	color: #fff;
	padding-top: 110px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll !important;	  	
}

/*= FOOTER 
--------------------------------------------------------*/

#copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }