/**
 *
 *
 *
 *
/***************************************************************************/
/****************************  $Media Queries  *****************************/
/*
 * The styles by default are for desktops devices with resolutions
 * than 1200px of width or more.
 */
/**
 *
 *
/*****************  $Medium devices (Desktops) <= 1200px  ******************/
@media handheld, only screen and (max-width: 1200px) {
  .features .features-item {
    height: 300px;
    width: 310px;
  }
  .gallery .gallery-item {
    width: 220px;
  }
  .contact .contact-item {
    width: 100%;
  }
}
/**
 *
 *
/*******************  $Small devices (Tablets) <= 992px  *******************/
@media handheld, only screen and (max-width: 992px) {
  .navbar-nav>li>a {
    margin: 25px 10px;
  }
}
/*
 *
 *
/****************  $Extra Small devices (Phones) <= 768px  *****************/
@media handheld, only screen and (max-width: 768px) {
  .navbar-collapse {
    background-color: #000;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav>li {
    border-bottom: 1px solid #fff;
  }
  .navbar-nav>li>a {
    margin: 10px;
  }
  .navbar-nav>li>a:before {
    content: '';
  }
  h1 {
    font-size: 2.7em;
  }
  h2 {
    font-size: 5em;
    margin-top: 10px;
  }
  .features .features-item {
    width: 280px;
  }
  .features .features-item .desc {
    font-size: 1em;
  }
  .home {
    margin-bottom: 50px;
  }
  .gallery .gallery-item {
    width: 290px;
  }
  .pricing {
    padding-top: 50px;
  }
  .testimonials p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
    max-width: 500px;
  }
}
/*
 *
 *
/****************  $Extra Small devices (Phones) <= 600px  *****************/
@media handheld, only screen and (max-width: 610px) {
  .gallery .gallery-item {
    width: 260px;
  }
  .parallax {
    background-attachment: scroll;
    background-position: 0 0;
    background-size: cover;
  }
}
/*
 *
 *
/****************  $Extra Small devices (Phones) <= 400px  *****************/
@media handheld, only screen and (max-width: 400px) {
  .navbar-nav li a {
    padding: 0px;
  }
  h2 {
    font-size: 3em;
  }
}
