@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html,body{
    font-family: 'Raleway', sans-serif;
  }
  .main-section{
    padding: 0px 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-heading{
    color: #666666;
  }
  h2{    
    font-weight: 600;
    font-size: 50px;
  }
  .company-description{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    font-size: 16px;
  }
  a.links{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #F36F1D;
    font-size: 24px;
    text-align: left;
    cursor: pointer;
  }
  a.orange-txt{
    color: #F36F1D;
    cursor: pointer;
    text-decoration: none; 
  }
  .woof-input{
    width: 100% !important;
    border: 1px solid #000;
    border-radius: 0;
  }
  input.woof-input{
    height: 40px;
  }
  #myModal{
    padding: 0; 
  }
  .modal-dialog{
    width: 55%;
    margin: 30vh auto;
  }
  .modal-body{
    /*background: #D2CFB9; */
    text-align: center;
    /*border: 4px solid #575757;*/
    padding: 80px 0px;
    color: #666;
  }
  .modal-text{
    font-size: 25px; color: #666;
  }
  .fancybox-title{
    font-size: 16px !important;
    text-align: center !important;
    color: #fff !important;
  }
  @media only screen and (min-width: 769px) and (max-width: 995px){
    .main-section{
      padding: 0px 15px;
      position: static;
      top: unset;
      left: unset;
      transform: unset;
    }
    h2{    
      font-weight: 600;
      font-size: 25px;
    }
    a.links{
      font-size: 16px;
    }
    .company-description{
      font-size: 14px;
    }
    .modal-dialog{
      width: 65%;
    }
  }
  @media only screen and (max-width: 768px){
    .main-section{
      padding: 0px 15px;
      position: static;
      top: unset;
      left: unset;
      transform: unset;
    }
    h2{    
      font-weight: 600;
      font-size: 25px;
    }
    a.links{
      font-size: 16px;
    }
    .company-description{
      font-size: 14px;
    }
    .modal-dialog{
      width: 85%;
    }
  }
