.banner{
    width:100%;
    
}

.text{
    font-family: 'Berkshire Swash', cursive;
    font-size: 55px;
    line-height: 92px;
    letter-spacing: 8px;
    color: white;
    top: 28px;
    position: relative;
    z-index: 1000;
    text-align: center;
    height: 60px;
    width: auto;
    font-variant: small-caps;
  }

  .text h4{
      font-size:30px;
  }

  .top1{
      background-color: rgba(128, 128, 128, 0.295);
      margin-top:-720px;
      height:580px;
  }

  .top1 h3{
      text-align:center;
      color:burlywood;
      
      font-family: 'Kaushan Script', cursive;
  }

  .top1 h4{
      text-align:center;
      color:white;
      margin-top:15px;
      font-family: 'Berkshire Swash', cursive;
   
  }

  .btn1  a{
      color:teal;
      font-weight:600;
      height:50px !important;
  }

  .btn1 a:hover{
      color:teal;
    
  }

 /* .form-control{
      margin-top:20px;
      box-shadow:none!important;
      border:none !important;
    background-color:rgba(128, 128, 128, 0.473) !important;
    color:black !important; 
  }*/

  .form-control{
    margin-top:20px;
    background-color:c1bcbc!important;
   font-size:16px !important;
    color:black !important;
   box-shadow: none !important;
   border:none !important;
    font-family: 'Pattaya', sans-serif !important;
    
  }

  .form-check-input{
      margin-top:25px !important;
  }

  .form-check-label{
      color:white;
      margin-top:20px;
  }

  .btn{
      width:100%;
      background-color: black !important;
      box-shadow:none;
      margin-top:10px;
      border:none !important;
      color:teal !important;
      font-family: 'Pattaya', sans-serif !important;
      font-size:20px !important;
  }

  .btn1{
      margin-top:18px;
      height:305x;
      background-color: black !important;
      box-shadow:none !important;
      border: none !important;
      color:cadetblue !important;
      font-family: 'Kaushan Script', cursive !important;
      font-size:16px !important;
  }

  .top1 h4 a{
      color:white;
      text-decoration:underline !important;
  }

  .top1 h4 a:hover{
    text-decoration:none !important;
    color:thistle;
  }

  .btn2{
    margin:-80px 10px;
    background-color: black !important;
    color: teal !important;
    box-shadow: 2px 2px 8px 0px cornsilk;
    border:none !important;
    
    font-family: 'Berkshire Swash', cursive;
    font-size:18px !important;
    height:42px;
}