
.bg-cover {
    background-repeat: no-repeat;
    background-size: 100%;
}

.jumbotron {margin-bottom: 0;}

h1{
    font-family: 'Lobster', cursive;
    color: white;
    padding: 55px;
}

.display-3{
    font-size: 90px;
}

body{
    background-image: url(../images/background.jpg);
    background-size: cover;
}

.page-container{
    height: 1200px !important;
    padding: 40px 0 0 0;
}

header .btn {
     font-family: 'Lobster', cursive;
     color: white;
     background-color: black;
     border-radius: 5px;
     width: auto;
     }

header h1:hover{
    color: rgb(253, 228, 0);
}

.top-left {
    top: 0;
    left: 0;
    }

.top-right {
    top: 0;
    right: 0;
    }

    h1.shadow {
   
        box-shadow: none !important;
        
    text-shadow: 2px 7px 7px black, 0px 6px 0 black;
     }
     
      
nav{
height: 60px;
font-size: 17px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

.nav-item{
    padding: 0px 14px 0 14px;
}

.navbar-custom {background-color:black;}

.navbar-brand  { 
    font-family: 'Lobster', cursive;
    color: white;
    font-size: larger;
    }  

    .page-container{
        height: 1100px;
        padding-top: 50px;
    }

    .dropdown-item:hover{
        background-color:rgb(253, 228, 0);
        color: black;
    }

a:hover { 
        color: rgb(253, 228, 0);
        text-decoration: none;
      }

.btn:hover { 
    color: rgb(253, 228, 0);
      }

.vertical-menu {
  height: 620px;
  overflow-y: auto;
  background-color: rgba(2, 2, 19, 0.822);
  padding: 60px 100px 10px 100px;
  border-radius: 10px;
  font-weight: 600;
}

.genre-record{
 width: max-content !important;

}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5);  */
  }

.btn {
    font-family: 'Lobster', cursive;
    color: white;
    background-color: black;
    border-radius: 0;
    width: 71rem;
    border-radius: 10px;
    font-size: large;
    }

.btn-dark{
    border: none;
}


h5 {
    font-family: 'Lobster', cursive;
}

p{
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
}

a {
    color: black;
    text-decoration: none;
}

.carousel{
    font-family: 'Lobster', cursive;
    color: white;
    text-shadow: 2px 7px 7px black, 0px 3px 0 black;
}

.display-img{
    /* drop-shadow: 2px 7px 7px black, 0px 6px 0 black ; */
    filter: drop-shadow(15px 15px 15px #000000b6);
}

.card {border: none;
background: none;
}

.card-body{
    background-color: white;
    padding: 35px;
    border-radius: 10px;
}

.card-body:hover{
    text-decoration: underline;
    color: black;
}

.card-block p{
 color: white;
 text-align: center;
}


footer {
    background-color: black;
    font-family: 'EB Garamond', serif;
    margin: 0;
    color: white; 
}

footer .nav-link {padding-bottom: 0;}


.navbar-toggle {
    background-color:white!important;
}

@media (max-width: 575.98px){
           .logo, header .btn {display:none;}
           
            }

/* Mobile Version */
@media (max-width: 1000px)
{

.page-container{
    height: 1450px !important;
}

.bg-cover
{background-repeat: repeat ;}

.navbar{
    padding: 0 0 7px 5px;
}

.navbar-toggler{
background-image: url("../images/hamburger.png") !important;
outline: none !important;

}

.navbar-toggler:hover{
    background-image: url("../images/hamburger_hover.png") !important;
    outline: none;
}

.navbar-brand{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 20px !important;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: black;
    border: 0;
    border-radius: 5px;
}

.navbar-brand:hover{
    background-color:rgb(253, 228, 0);
    color: black;
}



li{
    z-index: 9999;
margin-bottom: 5px;
border-radius: 15px;
    
}

ul{
    padding-top: 30px;
}

.display-img{
    filter: drop-shadow(5px 5px 5px #000000b6);
    margin-bottom: 50px;
}

.genre_title{
    color: white;
    background-color: black;
    border-radius: 15px;
    padding: 10px 15px;
    width: 225px;
    font-family: lobster;
    font-size: 40px;
    margin: auto;
    margin-bottom: 30px;
}

.vertical-menu {
    height: 600px;
    width: 95%;
    overflow-y: auto;
    background-color: rgba(2, 2, 19, 0.822);
    padding: 60px 100px 10px 100px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .img-fluid{
    max-width: 150%;
}

.genre-record{
    padding-bottom: 50px;
}


.card-body{
    padding: 20px;
    margin-bottom: 20px;
}

}
