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

@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/Rokkitt-Regular.eot');
  src: url('../fonts/Rokkitt-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rokkitt-Regular.woff') format('woff'),
       url('../fonts/Rokkitt-Regular.ttf') format('truetype'),
       url('../fonts/Rokkitt-Regular.svg#Rokkitt') format('svg');
}

@font-face {
  font-family: 'Rokkitt-Bold';
  src: url('../fonts/Rokkitt-Bold.eot');
  src: url('../fonts/Rokkitt-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rokkitt-Bold.woff') format('woff'),
       url('../fonts/Rokkitt-Bold.ttf') format('truetype'),
       url('../fonts/Rokkitt-Bold.svg#Rokkitt-Bold') format('svg');
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/OpenSans-Semibold.ttf');
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/OpenSans-Bold.ttf');
}

body {
  font-family: OpenSans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #715942;
  background-color: #FAF9F7;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5 {
  font-family: Rokkitt, serif;
  font-style: normal;
  font-weight: 400;
  color: #715942;
  line-height: 1em;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

header {
  padding: 0 30px;
}

header img {
  float: left;
}

header .nav {
  float: right;
  line-height: 70px;
  margin-left: 30px;
  color: #715942;
}

header .nav:hover {
  color: #C4932A;
}

header img#logo {
  display: inline-block;
  margin: 20px 0px;
}

header img#logo-2x {
  display: none;
}

.main {
  text-align: center;
  padding: 0 30px 50px 30px;
  min-height: 100%;
  margin-bottom: -248px;
}

.faq-content {
  text-align: left !important;
}

.faq-content section {
  
  margin-bottom: 70px;
}

.faq-content p {
  line-height: 1.6;
}

.faq-content ul {
  list-style-type: none;
  margin-left: 0;
}

#sheep-container {
  text-align: center;
}

.main a {
  color: #C4932A;
}

.main a:hover {
  text-decoration: underline;
}

.main:after {
  content: "";
  display: block;
  height: 248px;
}

.main #blockbear-2x {
  width: 260px;
}

.main #iphone-2x {
  display: none;
}

.main #heartbear {
  display: inline-block;
}

.main #heartbear-2x {
  display: none;
}

.main h4 {
  margin: 20px 0;
}

.main #store-2x {
  display: none;
}

.main .store-wrap {
  margin-bottom: 60px;
}

.main .desc {
  text-align: left;
  font-size: 18px;
}

.main #features {
  list-style-type: none;
  margin: 0;
}

.main #features li {
  background: url('../img/bullet.png') no-repeat;
  background-position: 0 6px;
  padding-left: 30px;
  padding-bottom: 10px;
}

.main #bottom-desc {
  margin: 10px 0 80px 0;
}

.main #attr-links {
  list-style-type: none;
  margin-left: 0;
  text-align: left;
}

.main #feedback-email:hover {
  text-decoration: none;
}

.fine-print {
  color: #AFA194;
  font-size: 14px;
}

footer {
  padding: 30px;
  padding-bottom: 80px;
  background-color: #F2F1F0;
}

footer p {
  margin-bottom: 5px;
  color: #AFA194;
}

footer a {
  font-size: 16px;
  color: #AFA194;
  display: block;
}

footer a:hover {
  color: #C4932A;
}

footer #tb-tagline {
  margin-top: 10px;
  margin-bottom: 20px;
}

footer .brand #tunnelbear {
  display: block;
}

footer .brand #tunnelbear-2x {
  display: none;
}

footer .icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

footer #fb-icon {
  background-image: url('../img/icon_fb.png');
  margin-right: 10px;
}

footer #tw-icon {
  background-image: url('../img/icon_tw.png');
}

footer .footer-links {
  margin-bottom: 50px;
}

footer .footer-links a {
  margin-bottom: 10px;
}

footer .desktop {
  display: none;
}

footer .mobile {
  display: block;
}

@media (min-width: 641px) {
  .main {
    padding: 50px 30px;
  }

  .main #blockbear-2x {
    display: none;
  }

  .main #iphone-2x {
    display: inline;
    width: 308px;
  }

  .main #heartbear {
    display: inline-block;
    margin-top: 80px;
  }

  .main h4 {
    font-size: 50px;
  }

  .main #content {
    text-align: left;
  }

  footer .desktop {
    display: block;
  }

  footer .mobile {
    display: none;
  }
}

@media (min-width: 641px) and (min-height: 1200px) {
  .main {
    padding-top: 150px;
  }
}

@media (max-width: 640px) {
  header.row {
    text-align: center;
    margin-bottom: 30px;
  }

  header .logo-link {
    display: block;
  }

  header .nav, header img {
    float: none;
  }

  header .nav {
    margin-left: 0;
    padding: 0 5px;
    line-height: normal;
  }
}

/* Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header img#logo {
    display: none;
  }

  header img#logo-2x {
    display: inline-block;
    height: 30px;
    margin: 20px 0;
  }

  #sheep {
    content: url('../img/scared_sheep@2x.gif');
    width: 128px;
  }

  .main #store {
    display: none;
  }

  .main #store-2x {
    display: block;
  }

  .main #store-2x img {
    width: 268px;
  }

  .main #heartbear {
    display: none;
  }

  .main #heartbear-2x {
    display: inline-block;
    height: 245px;
  }

  .main #features li {
    background: url('../img/bullet@2x.png') no-repeat;
    background-size: 19px;
    background-position: 0 6px;
  }

  footer .brand #tunnelbear {
    display: none;
  }

  footer .brand #tunnelbear-2x {
    display: block;
    height: 22px;
  }

  footer #fb-icon {
    background-image: url('../img/icon_fb@2x.png');
  }

  footer #tw-icon {
    background-image: url('../img/icon_tw@2x.png');
  }
}
