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

@font-face
{
font-family: mission;
src: url('../fonts/Mission-Script.otf');
}

body{ margin: 0; font-family: arial, sans-serif; background: #eee;}
#wrapper{ position:relative; width:100%; }
#main{ width:100%; margin: 0 auto; background: #fff; }
.section{ min-height: 500px; padding: 5%; }

h2 { 
   color:#535353;
   background-color:transparent;
   font-size:25pt;
   font-family: Century Gothic, Arial, sans-serif;
   font-weight: normal;
   line-height: 25pt;
}

h4 { 
   color:#535353;
   background-color:transparent;
   font-size:15pt;
   font-family: Century Gothic, Arial, sans-serif;
   font-weight: normal;
   line-height: 25pt;
   margin:0 10% 0;
}

.road { 
  background: url(../img/road_stretch.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.beige {
	background-color: #e3e3dc;
}

.blue {
  background-color: #5c9aa8;
}

.orange {
  background-color: #dc8554;
}

.stembe { 
   color:#535353;
   background-color:transparent;
   font-size: 20pt;
   font-family: mission;
   font-weight: normal;
   line-height: 20pt;
}