@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif Regular'), local('DroidSerif'), url('/fonts/DroidSerif.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('/fonts/DroidSerif-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('/fonts/DroidSerif-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('/fonts/DroidSerif-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Voltaire';
  font-style: normal;
  font-weight: 400;
  src: local('Voltaire'), url('/fonts/Voltaire.woff') format('woff');
}

body {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #333538;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  font-family: 'Droid Serif', serif;
  font-size: 21px;
  line-height: 1.4em;
  color: #333538;
}

.contrastbox {
  padding: 15px;
  background-color: #d3dcea;
}

#testimonials img {
  padding: 15px;
}

h4 {
  font-size: 21px;
}

/* Custom container */
.container {
  max-width: 840px;
}
.container > hr {
  margin: 30px 0;
}

/* Custom navbar */
.navbar, .navbar-inner {
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: "Voltaire";
  text-transform: uppercase;
}
.navbar-inverse .nav .current>a, .navbar-inverse .nav .current>a:hover, .navbar-inverse .nav .current>a:focus {
  color: #ffd675;
  background-color: #111111;
}

/* Centered navbar */
.center.navbar .nav,
.center.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.center .navbar-inner {
    text-align:center;
}
.center .dropdown-menu {
    text-align: left;
}

/* Masthead */
.masthead {
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.masthead h1 {
  font-family: "Voltaire";
  font-size: 105px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #fbfbfb;
  margin-top: 5px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.masthead p {
  margin-top: 5px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: normal;
  font-style: italic;
  color: #ffd675;
}

/* Content */
.content {
  margin: 0;
  padding: 20px 65px 10px 65px;
  background-color: #fbfbfb;
}
.content h1, h2, h3, h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.content p {
  margin-top: 15px;
  margin-bottom:15px;
}
.content li {
  margin-top: 10px;
  line-height: 30px;
}


/* Blog Index */
.blog-date {
  font-size: 16px;
  color: #AAA;
  padding-left: 5px;
}

/* Extra */
.extra {
  margin: 0;
  padding: 0 50px 20px 50px;
  background-color: #fbfbfb;
  padding-bottom: 50px;
}

/* Buttons */
.btn-xlarge {
  width: 90%;
  height: 60px;
  font-size: 50px;
  padding: 18px 28px;
  margin-top: 30px;
  margin-bottom: 70px;
  line-height: normal;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

/* Notes */
.warning {
  background-image: linear-gradient(bottom, #9E2712 0%, #6F0D0D 100%);
  background-image: -o-linear-gradient(bottom, #9E2712 0%, #6F0D0D 100%);
  background-image: -moz-linear-gradient(bottom, #9E2712 0%, #6F0D0D 100%);
  background-image: -webkit-linear-gradient(bottom, #9E2712 0%, #6F0D0D 100%);
  background-image: -ms-linear-gradient(bottom, #9E2712 0%, #6F0D0D 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #9E2712),
    color-stop(1, #6F0D0D)
  );
}

.kudos {
  background-image: linear-gradient(bottom, #0389aa 0%, #00617f 100%);
  background-image: -o-linear-gradient(bottom, #0389aa 0%, #00617f 100%);
  background-image: -moz-linear-gradient(bottom, #0389aa 0%, #00617f 100%);
  background-image: -webkit-linear-gradient(bottom, #0389aa 0%, #00617f 100%);
  background-image: -ms-linear-gradient(bottom, #0389aa 0%, #00617f 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0389aa),
    color-stop(1, #00617f)
  );
}

.info {
  background-image: linear-gradient(bottom, #888 0%, #999 100%);
  background-image: -o-linear-gradient(bottom, #888 0%, #999 100%);
  background-image: -moz-linear-gradient(bottom, #888 0%, #999 100%);
  background-image: -webkit-linear-gradient(bottom, #888 0%, #999 100%);
  background-image: -ms-linear-gradient(bottom, #888 0%, #999 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #888),
    color-stop(1, #999)
  );
}

.note {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
  color: #eee !important;
  font-size: 16px;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  line-height: 1.4em;
}

.note b {
  color: #fff !important;
}

.note a {
  color: #AED6EB !important;
}


/* Footer */
.footer {
  color: #fbfbfb;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.footer a {
  color: #BEE4F7;
}
.footer a:hover, a:focus {
  color: #ffd675;
}

/* - Landscape phone to small desktop & portrait tablet - */
@media (max-width: 767px) {
  .masthead h1 {
    font-size: 70px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .lead {
    font-size: 18px;
  }
  .content h1, h2, h3, h4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  h1, h2, h3 {
    line-height: 1em;
  }
  body {
    background-image: none;
    padding: 0;
    font-size: 16px;
  }
  .content {
    padding: 20px 25px 35px 25px;
  }
  .navbar .nav>li>a {
    padding: 5px 10px 5px;
  }
  .extra {
    padding: 0 20px 20px 20px;
    padding-bottom: 30px;
  }
  img.arrow {
    visibility: hidden;
  }
  .nospam {
    font-size: 14px !important;
  }
  .btn-xlarge {
  width: 80%;
  height: 40px;
  font-size: 30px;
  padding: 12px 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: normal;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
}

/* - Up to landscape phone  - */
@media (max-width: 480px) {
  .masthead h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .lead {
    font-size: 18px;
  }
  .navbar .nav>li>a {
    padding: 5px 5px 5px;
  }
  .nospam {
    font-size: 12px !important;
  }
  #mc_embed_signup h3 {
    font-size: 16px !important;
  }
  #mc_embed_signup input.button {
    min-width: 200px !important;
  }
  #mc_embed_signup input.email {
    min-width: 200px !important;
  }
  body {
    padding: 0;
    font-size: 16px;
  }
}

