* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
 
main {
  display: flex;
    flex-direction: column;
    align-content: space-between ;
    flex: 1;
    margin: 0 auto;
    padding: 3%;
    width: 95%;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(/images/home/tourbus1.png);
    box-shadow: rgb(0, 0, 0,.5) 0px 5px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-title {
  font-family: 'Ovo', serif;
  font-weight: 400;
  font-size: 36px;          /* smaller, more controlled */
  text-align: center;
  color: #00175A;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  margin: 20px 0 40px 0;    /* spacing above/below */
}
   hr {
    border:none;
    height: 20px;
    width: 90%;
    padding: 10px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px rgb(10, 10, 10);
    margin: -10px auto 10px; 
  }

  .service {
    font-family: 'Ovo';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #00175A;
  }
  .statement {
    font-family: 'Ovo';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 79px;
    text-align: left;
    color: #00175A;
  }
h1 {
 color: #00175A;
 font-family: 'Ovo', serif;
}

  #description {
    display: block;
    color: #00175A;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 37px;
    text-align: left;
}  
.explain {
    display: block;
    color: #00175A;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 501;
    font-size: 14px;
    line-height: 37px;
    text-align: left;
    padding-top: 10px;
}
  
form {
  padding-top: 5px
}
.form-container {
    margin: 0 auto;
    padding: 5;
    width: 100%;
}
.form-sec1 {
  display: flex;
}
      
label {
        margin-right: 5px;
        text-align: left;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 37px;
        display: inline-block;
        color: #00175A;
}

input, textarea {
      font-family: 'Arial';
      font-size: 12px;
      font-weight: 700;
      color:#00175A;
    }
   
input[type=text], select {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: 700;
    color:#00175A;
        padding: 12px 20px;
        display: block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }  
  
input[type=date] {
        width: 98.5%;
        padding: 12px 20px;
        margin-right: 2%;
        display: block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
input[type=time] {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 2%;
  }
input[type=tel]  {
  display: block;
  width: 98%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 2%;
}
input[type=email]  {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 2%;
}
#fname-input {
  width: 100%;
}
#lname-input {
  width: 100%;
}
#zip-input {
  text-align: center;
  width: 80%;
} 
#client-input {
  width: 35.55%;
} 
#street-input {
  width: 25%;
}
#address2-input {
  width: 25%;
}
#phone-input {
  font-weight: 700;
}
.questions {
    color: #00175A;
    margin-top: 20px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 37px;
    text-align: left; 
}


#label-excellent {
    margin-right: 5px;
        text-align: left;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 37px;
        display: block;
        color: #00175A;
}
.experience-desc {
    color: #00175A;
    margin-top: 20px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    text-align: left;
}
textarea {
      background: #FFFFFF;
      border: 3px solid #ccc;
      border-radius: 8px;
     
      resize: none;
      padding: 10px;
}
#addrequest {
  width: 100%;
  max-width: 100%;
  height: 200px;
}
 
input[type=submit] {
        
      background-color: #00175A;
      border: none;
      color: white;
      padding: 16px 32px;
      text-decoration: none;
      margin: 0 auto;
      cursor: pointer;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      text-align: center;
       box-shadow: 0px 4px 4px rgba(114, 109, 109, 0.25);
      border-radius: 10px;
      padding: 0.5rem 1rem;
    }
    input[type=submit] a {
      color:#00175A;
    } 
    input[type=submit]:hover {
      background-color: #333;
    }
    

  /* MEDIA QUERIES */
  @media all and (max-width: 480px) {
   /* .nav-nav {
      flex-direction: column;
    }
    .menu {
      display: block;
      position: absolute; 
      right: 15px;
      top: 15px;
    }
    .nav-list .nav-item {
      display: block;
      border-top: 1px solid white;
    }
    .nav-list {
      list-style-type: none;
      width: 100%;
      text-align: center;
      padding-top: 10px;
      display: none;
    }
    .logo {
      width: 50%; 
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 5px;
    }
    
    .active-list {
      display:block;
    }
    .info-container {
      display: none;
    }*/
    hr {
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      height: 15%;
      width: 90%;
      padding: 10px;
      margin-top: 0;
      border-bottom: 1px solid #1f1209;
      box-shadow: 0 20px 20px -20px #333;
      margin: 0 auto;
  }
  .service {
    font-size: 6vw;
  }
  .statement {
    font-size: 4vw;
    font-weight: 500;
    line-height: 50px;
  }
  #description {
    font-size: 3vw;
  }
  #driver-input {
    padding-left: 0%;
  }
  .experience-desc {
    font-size: 14px;
  } 
  .questions {
    font-size: 12px;
  }
  
 /*  #addrequest {
      width: 50%;
   }*/
  
 /* footer {
      padding: 5%;
    }
    .copyright {
      font-size: 11.5px;
      line-height: 20px;
    }
    .phone {
      font-size: 11.5px;
      margin-right: 3%;
      line-height: 25px;
    }
    .material-icons {
      font-size: 10px;
     
    }
    .address-container {
      font-size: 11.5px;
      line-height: 25px;
    }*/
  }
@media (min-width: 481px) and (max-width: 800px) {
/*  .logo {
    width: 65%;
    margin-top: 3%;
    padding-left: 3%;
}

.info-container {
  
    margin-bottom: 200px;
    padding-right: 15%;
}
.phone-header {
  font-size: 11.5px;
}
.address-header {
  font-size: 11.5px;
}
.nav-list {
   width: 100%;
}*/
hr {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    height: 15%;
    width: 90%;
    padding: 10px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: 0 auto;
}
.service {
  font-size: 5vw;
}
.statement {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 50px;
}

#addrequest {
  width: 100%;
}
/*footer {
  padding: 5%;
}
.copyright {
  font-size: 11.5px;
}
.phone {
  font-size: 11.5px;
  margin-right: 3%;
}
.address-container {
  font-size: 11.5;
}*/
}
