@font-face {
    font-family: 'abject_failureregular';
    src: url('../fonts/abjectfailure-webfont.eot');
    src: url('../fonts/abjectfailure-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abjectfailure-webfont.woff') format('woff'),
         url('../fonts/abjectfailure-webfont.ttf') format('truetype'),
         url('../fonts/abjectfailure-webfont.svg#abject_failureregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sanslight';
    src: url('../fonts/ClearSans-Light.eot');
    src: url('../fonts/ClearSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ClearSans-Light.woff') format('woff'),
         url('../fonts/ClearSans-Light.ttf') format('truetype'),
         url('../fonts/ClearSans-Light.svg#abject_failureregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'clear_sanslight';
  overflow:scroll;
}

.clear {
  clear:both;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1124px;
  width:100%;
}

.navbar-header {
  margin-bottom: -20px;
}

/* Custom page header */
.navbar-wrapper {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom:10px;
}
/* Make the masthead heading the same height as the navigation */
.navbar h3 {
/*  padding-bottom: 19px;*/
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  font-size:36px;
  font-family: 'Shadows Into Light', cursive;
  color:#333333;
  font-weight:100;
  word-spacing:-10px;
/*  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;*/
}

.navbar a:hover {
  text-decoration:none;
}

.navbar-static-top .navbar-collapse {
  padding-right:45px;
/*  outline:1px solid red;*/
}

.navbar h5 {
  padding:0;
  margin-bottom:20px;
  font-family: 'clear_sanslight';
  text-transform:uppercase;
}

.navbar li {
  font-family: 'clear_sanslight';
  text-transform:uppercase;
}

.nav > li.active > a{
  background:none;
  color:#00d6e9;
}

.nav > li > a:hover, .nav > li > a:focus {
  background:none;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar a {
  color:#333;
}

.header .nav-pills > li > a {
  border:radius:none;
}

.icon-bar {
  background-color:#333333;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background:none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color:#00d6e9;
  background:none;
}



.container .marketing .img-circle {
  border:1px solid #cccccc;
}

.container .marketing .btn-primary {
  color: #FFF;
  background-color: #333333;
  border-color: #333333;
}

.container .marketing .btn-lg, .container .marketing .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}


/*************** About Us Page ***************/
.about-us-store {
  width:100%;
}

.about-us-shave {
  width:100%;
  max-width:500px;
  padding-top:8px;
}

.about-us .col-lg-6 {
  margin:40px 0px;
}

.about-us h2 {
  margin:0 0 10px;
  padding:0;
}




/*************** Contact Page ***************/
.contact-container {
  max-width: 25em;
  margin: 0 auto;
  width: 95%;
}

.customer-service {
  list-style:none;
  margin-bottom: 0 0 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 3;
  padding:0;
}

.customer-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size:30px;
  margin:20px 0 20px;
}

.title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0 0 0.5em 0px;
  text-align: left; 
  color: #5A5A5A;
  border-radius: none;
  margin:20px 0 0 0;
}

.form {
  font: 1em/1.5 Arial, Helvetica, sans-serif;
}

.form ul {
  background: white;
  margin-bottom: 1em;
  list-style:none;
  padding:0;
}

.form li {
  border: 1px solid #ccc; 
  border-bottom: 0;
  margin-bottom: 0px; 
  position: relative; 
}

.form li:first-child {
/*  border-top: 0;*/
}

.form li:last-child {
  border-bottom: 1px solid #ccc;
}

label {
  font-size: .8125em; /* 13/16 */ 
  position: absolute; 
  top: 1em;
  left: 1.23em;
  color: #f1773b;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}

label, input, textarea {
  display: block; 
  border: 0;
}

input, textarea { 
  width: 100%; 
  height: 100%; 
  padding: 2em 1em 1em; 
  outline: 0;
}

textarea {
  height: 16em;
  resize: none; /* remove textarea resize */
}

input[type="submit"] {
  background: #00d6e9;
  margin-bottom: 1em;
  color: white;
  border-radius: none;
  padding: .75em;
  font-size:16px;
  font-weight:600;
  -webkit-appearance: none; /* don't apply default styling */
  -webkit-transition: .333s ease -webkit-transform;
  transition: .333s ease transform;
}
input[type="submit"]:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  cursor: pointer;
}
input[type="submit"]:active {
  -webkit-transform: scale(.975);
  transform: scale(.975);
}

/* Form Javascript classes
   Used for modifying form fields
==================================== */
.js-hide-label label {
  opacity: 0; 
  top: 1.5em
}

.js-unhighlight-label label {
  color: #999 
}

/* Bonus form valiation styles */
.js-error {
  border-color: #f13b3b !important; /* override all cases */
}
.js-error + li {
  border-top-color: #f13b3b;
}
.js-error label {
  color: #f13b3b;
}






/* Custom page footer */
footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

footer a {
  color:#00d6e9;
}

footer a:hover {
  color:#00a8b5;
}


.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}





/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  .container {
    max-width: 1124px;
  }

}

@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }