html { 
  background: url(../img/bg_4.jpg) no-repeat left center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}


body{  color: #aaa;}

#container { width: 100%; height: 100%; }

#whitebox {
  
  margin: 0 auto 2% auto;
  width: 80%;
}

#main {background: #000000bb;} /* "66" is for the opacity (hex value) */

#logo {font-family: Garamond, serif; margin-top: 50px; height: 100px;}
#logo .name { font-size: 3.5em;}
#logo .subtitle { font-size: 2em;}

nav { float: right; }
nav ul li { display: inline; margin-right: 40px; font-family: 'Open Sans', sans-serif; font-size: 1.0em;}
nav ul li.nav-onpage { font-weight: bold;}
nav ul li a { text-decoration: none; color:  #ccc; }
nav ul li a:hover { text-decoration: underline;}

img { border: 0;} /* Seriously, IE? Sheesh */

header { 
  clear: both; 
  float: none;
  text-align: center;
  position: relative; 
  border-top: 1px solid #333344; border-bottom: 1px solid #333344; 
  color: #aaa; 
  font-family: 'Oswald', sans-serif;
  font-size: 2em; 
  padding: 15px  0 15px 0;
/*  overflow: hidden;*/
}

#main { padding-top: 20px;}

.col-sm { float: left; width: 30%; min-width: 300px; max-width: 400px; }
.col-sm img {
  margin-left: 30px;
}
.col-lg { 
  float: left; width: 65%; min-width: 400px; 
  font-family: georgia, serif; font-size: 1.25em; color: #bbb; 
  line-height: 35pt;
  padding: 0px 20px;
}

.col-lg a { color: #bbb; }

.reviews {margin-top: 40px;}
.reviews .quote {font-weight: bold; margin-top: 40px;}
.reviews .byline {font-style: italic;}

.order-wrapper    { width: 300px; text-align: center; position: relative; margin-top: 30px; left: 10px;}

.order-wrapper .buy  { 
  font-family: 'Open Sans', sans-serif; 
  font-size: 1em; line-height: 1.5em; 
  width: 250px;
  padding: 15px;
  background: #a0c3bc;
  border-radius: 6px;
  cursor: pointer;
}
.order-wrapper .buy:hover {background: #569588;}
.order-wrapper .buy a { color: #fff; text-decoration: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);}

/**
*     CONTACT
**/
form.contact-form input,
form.contact-form textarea {
  font-size: 1.2em;
  width: 70%;
  padding: 8px 25px;
  color: #032c32;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f0f0f0;
}

form.contact-form textarea {  height: 100px;}
form.contact-form label { display: inline-block; position: relative; top: -5px;  width: 80px;}
/*form.contact-form label.message { top: -100px;}*/
form.contact-form button { display: inline-block; position: relative; left: 80px;}


/**
**    BUTTONS
*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-shadow: 0 -1px 1px #333;
}


.btn-lg {
  padding: 10px 16px;
  font-size: 1.1em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn:hover          { background-color: #367FBF; }




footer { 
  bottom: 20px; clear: both; float: none; text-align: center; 
  font-family: 'Open Sans', sans-serif; font-size: .6em; 
  color: #aaa;
  padding-top: 60px;
  padding-bottom: 30px;
}