.sps--abv {
    background:rgba(0,0,0,0.8);
  }
  .sps--blw {
    background-color:black  ;
  }

  .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;
}



  .top1{
     /* background-image: url('images/wish1.jpg');*/

      margin-top:100px;
      height:61px !important;
     /* background-color:wheat;
      border:solid 1px black;*/
  }

  .top1 h3{
      text-align:center;
  }

  .top1 p{
      text-align:center;
      font-family:'Times New Roman', Times, serif;
      font-weight:600;
      font-size:20px;
  }

  .top1 h4{
      font-size:55px;
      text-align:right;
      color: rgb(127, 61, 25);
  }

  .top1 h4 a{

    color: rgb(127, 61, 25);
  }