body{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

.sps--abv {
    background: transparent;
  }
  .sps--blw {
    background-color: rgba(0,0,0,0.8);
  }

  .nav-item{   
    margin-left:20px;
}

.nav-link{
    margin-top: 0px;
    margin-left: 10px !important;
    color: white !important; 
    text-transform: uppercase;
    font-family: 'Courgette', cursive;
    font-size:14px;
    
}

.nav-link:hover{
    color: teal !important;
}

.navbar-brand{
    color: white !important;
    font-size: 50px !important;
    font-family: 'Berkshire Swash', cursive;
    text-transform: none !important;
    font-weight: 200 !important;
    text-shadow:5px 4px 4px black;
}



.dropdown-menu{
    background: rgba(0,0,0,0.7) !important;
    border: none !important;
    border-radius: 0px !important;
    margin:0px 0px !important ;
}

.dropdown-item{
    color: white !important;
    padding-top:10px !important ;
    text-transform: uppercase !important;
}

.dropdown-item:hover{
    background: none !important;
    color: teal !important;
}

.banner{
    width: 100%;
    
}


.text {
    font-family: 'Berkshire Swash', cursive;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 8px;
    color: white;
    top: 200px;
    position: relative;
    z-index: 1000;
    text-align: center;
    height: 60px;
    width: auto;
    font-variant: small-caps;
  }

  .text h4{
      font-size:10px;
      margin-top:15px;
      color:rgba(255, 255, 255, 0.5);
      font-family: 'Times New Roman', Times, serif;

  }



.top3 h3{
    text-align:center;
    color:rgb(255, 154, 6);
    font-family: 'Niconne', cursive;
    font-size:60px;
    font-weight:100;
    
}



.top3 h4{

    text-align:center;
    margin:-18px 0px;
    font-family: 'Abril Fatface', cursive;
    font-size:80px;
}

.top h5{
    text-align:center;
    margin:80px 0px;
    font-family: 'Berkshire Swash', cursive;
   
}



input[type="text"]{
    margin:10px 0px;
    box-shadow:none !important;
    border-color:rgb(255, 182, 6) !important;
}

input[type="email"]{
    box-shadow:none !important;
    border-color:rgb(255, 182, 6) !important;

}

#datepicker{
    box-shadow:none !important;
    border-color:rgb(255, 182, 6) !important;

}

input[type="date"]{
    width:100%;
    height:38px;
    border-radius:5px;
    border:solid 2px rgba(221, 221, 221, 0.884);
    
}

input[type="date"]:focus{
    outline:none;
}

select{
    width:100%;
    height:38px;
    border-radius:5px;
    border:solid 2px rgba(221, 221, 221, 0.884);
    box-shadow:none !important;
    border-color:rgb(255, 182, 6) !important;
}

select:focus{
    outline:none;
}

#btn{

    background-color:rgb(255, 182, 6) !important;

}

.top5{
     margin:20px 0px;
}

.btn2{
    width:100%;
    height:50px;
    background-color:rgb(255, 182, 6) !important;
    color:black !important;
    border:none;
    font-size:18px;
    box-shadow:none !important;
    font-family: 'Berkshire Swash', cursive;
}
.btn2:hover{
    background-color:black !important;
    color:white !important;
}

.top6{
    margin:50px 0px;
}

.top6 h2{

    font-size: 30px;
    font-family: 'Oleo Script', cursive;
    color:rgb(255, 154, 6);

}

.top6 p{
    font-size:18px;
    font-family: 'PT Serif', serif;
    font-weight:600;
  
}

.top6 h3{
    font-size:25px;
    font-family: 'Berkshire Swash', cursive;
    color:rgb(255, 154, 6);
}

.top6 h4{
    font-size:25px;
  
    font-family: 'Pattaya', sans-serif;
    margin:10px 0px;
}

.top6 h5{
    font-family: 'PT Serif', serif;
    font-size:16px;
    font-weight:800;
    
}

.top7{
    background-color: black;
    height:410px;
   
}

.top7 h1{
    text-align: center;
   margin:20px;
   color:chocolate;
}

.top7 h2{
    text-align: center;
    color:white;
    font-size: 18px;
    margin:10px;
}

.top7 h3{
    text-align: center;
    color:white;
    margin:20px;
    font-size: 18px;
}

.top7 h3 a{
    text-decoration:none;
    color:white;
}

.top7 h4{
    text-align: center;
   margin:10px 15px;
    color:white;
}

.top7 hr{
    background-color:#353535;
    width:50%;
}

.top7 h5{
    text-align:center;
    color:rgb(204, 192, 183);
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
}

.top7 i{
    padding:5px;
}

.top7 p{
    text-align: right;
    margin-top:-40px;
    font-size:28px;
}

.top7 p a{
    color:chocolate !important;
}


.text-center{
    font-size: 10px !important;
}

#social-fb:hover {
    color: #f39c12;
    box-shadow:white;
}
#social-tw:hover {
    color: #f39c12;
    box-shadow:white;
}
#social-gp:hover {
    color: #f39c12;
  
}
#social-em:hover {
    color: #f39c12;
    box-shadow:white;
}

.text-center i{
    color:blanchedalmond;
}


