  header{
    padding: 13px 0;
    width: 100%;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;

  }
  header ul{
    white-space: nowrap;
    text-align: center;
    max-width: 100%;
    margin: 0;
  }
  header li{
    font-family: Verdana, sans-serif;
    width: auto;
    display: inline-block;
    padding: 10px;
    color: white;
    margin: 0 15px 0 15px;
  }
  .banner{
    position: relative;
    top: 4%;
  }
  .banner img{
    max-width: 100%;
  }
  .banner .woman{
    position: absolute;
    left: 4%;
    top: 5%;
    max-width: 38%;
  }
  .banner .logo {
    position: absolute;
    top: 5%;
    left: 55%;
    max-width: 25%;
  }
  .banner .welcome{
    white-space: nowrap; 
    color: whitesmoke; 
    font-family: Verdana, sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: px;
    top: 35%;
    left: 55%;
    position: absolute;
    z-index: 9;
  }
  .banner .experience h2{
    font-family: Tahoma, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 55%;
    left: 43%;
  }
  .banner .experience h2 span{
    color: green;
  } 
  .area1{
    background: white ;
    display: inline-block;
    margin: 0;
    z-index: 15;
    top: -100px;
    position: relative;
    width: 100%;
    height: 300px;
  }
  .area1 h2{
    position: absolute;
    display: inline-block;
    padding: 20px 30px;
    color: white;
    background: #ff0000;
    font-family: Verdana, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 27px;
    left: 30%;
  }
  .area1 h3{
    position: absolute;
    display: inline-block;
    padding: 20px 30px;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 27px;
    left: 30%;
    top: 200px;
  }
  body{
    background-image: url("./img/CorvetteExperienceTeamLogoLGreyAndWhite.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .user_input{
    position: relative;
    top: 50px;
  }
  .user_input .experience .block{
    display: block;
  }
  .user_input label{
    display: inline-block;
    width: 50%;
    text-align: right;
  }

  /* Responsive styles */

  @media screen and (max-width: 1100px){
    header{
      padding: 10px 0;  
    }
    header li{
      font-family: Verdana, sans-serif;
      font-size: 15px;
      padding: 10px;
      margin: 0 12px 0 12px;
    }

    .banner .welcome{
        font-size: 25px;
        font-weight: 700;
    }
    .banner .experience h2{
      font-size: 22px;
    }
  }
  
  @media screen and (max-width: 900px){
    header{
      padding: 8px 0;  
    }
    header li{
      font-family: Verdana, sans-serif;
      font-size: 12px;
      width: auto;
      display: inline-block;
      padding: 10px;
      color: white;
      margin: 0 10px 0 10px;
    }
  
    .banner .welcome{
      font-size: 17px;
      font-weight: 500;
    }
    .banner .experience h2{
      font-size: 17px;
    }
  }  
  @media screen and (max-width: 700px){
    header{
      padding: 5px 0;  
    }
    header li{
      font-family: Arial, sans-serif;
      font-size: 8px;
      width: auto;
      display: inline-block;
      padding: 5px;
      margin: 0 5px 0 5px;
    }
  
    .banner .welcome{
      font-size: 17px;
      font-weight: 500;
    }
    .banner .experience h2{
      font-size: 17px;
    }
  }  
  @media screen and (max-width: 500px){
    header{
      padding: 2px 0;  
    }
    header li{
      font-size: 8px;
      width: auto;
      display: inline-block;
      padding: 5px;
      margin: 0 1px 0 1px;
    }
    .banner{
      position: relative;
      top: 20px;
    }  
    .banner .welcome{
      font-size: 11px;
      font-weight: 500;
    }
    .banner .experience h2{
      font-size: 10px;
    }
    .area1{
      top: -30px;
      position: relative;
      width: 100%;
      height: 100px;
    }
    .area1 h2{
      position: absolute;
      display: inline-block;
      padding: 2px 3px;
      font-family: arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 10px;
      line-height: 10px;
      left: 30%;
    }
    .area1 h3{
      position: absolute;
      display: inline-block;
      padding: 2px 3px;
      font-family: arial, sans-serif;
      font-size: 10px;
      line-height: 10px;
      left: 30%;
      top: 100px;
    }
  
  }