/*

   MEDIA QUERIES STYLESHEET FILE v1.0

*/

@media only screen and (max-width:1024px) {

  #hero,
  .fixed-bg {
    background-attachment: scroll !important;
    background-position: top center !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .quicksilver-navigation ul li a {
    font-size: 12px;
  }
}

@media only screen and (max-width:991px) {
  body,
  .text-right {
    text-align: center;
  }
  	
  ul.features-list-2 li .icon-container {
    float: none;
    margin: 0 auto;
  }
  
}

@media only screen and (max-width:767px) {

  h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  p.lead {
    font-size: 18px;
  }

  .page-header {
    padding-bottom: 20px;
  }

  .page-header h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  h1.main-headline {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-top: 80px;
  }

  .subscription-form .subscribe-input {
    width: 75%;
    margin: 15px auto;
  }

  #subscribe-button {
    width: 75%;
  }

  #page-footer {
    padding: 20px 0;
  }

  #button-submit {
    margin-top: 15px;
  }

  ul.social-icons {
    float: none !important;
    margin: 20px auto;
  }

  .navbar-fixed-top.quicksilver-navigation,
  .navbar-fixed-bottom.quicksilver-navigation {
    background: #495a60;
  }

  .fixed-bg .overlay {
    padding-top:80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width:479px) {

  body {
    font-size: 14px;
    line-height: 24px;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  h6 {
    font-size: 14px;
  }

  .page-section {
    padding: 60px 0;
  }

  .subscription-form .subscribe-input,
  #subscribe-button {
    width: 95%;
  }

  .quicksilver-navigation {
    padding: 4px 0;
  }


   #page-footer p{line-height:28px;}
}
