
.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;
    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;
    }  

    .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: 520px;
  overflow-y: auto;
  background-color: rgba(2, 2, 19, 0.822);
  padding: 60px 100px 10px 100px;
  border-radius: 10px;
  font-weight: 600;
}

.img-fluid{
    max-width: 150%;
}

.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;
}

.upcoming-events{
    padding: 40px 0 50px 0;
}

.upcoming-events .btn{
    padding: 12px 0 12px 0;
    font-size: 22px;
}

h5 {
    font-family: 'Lobster', cursive;
}

p{
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
}

a {
    color: black;
    text-decoration: none;
}

.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;
}



/* CSS contact page */

#find_us {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
    font-size: 2rem;
    font-weight: 500;
    
}

#maps_p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
   
}
/* CSS events page */
.boxed {
    margin-top: 10px;
    width: 250px;
    border: 2px solid black;
}
.boxed h2 {
    font-family: 'Lobster', cursive;
    text-align: center;
    font-size: medium;}

.boxed p {
        text-align: center;
        font-size: medium;}   

#left {
    margin: 30px auto;
    justify-content: space-around;}

#left h2 {
    text-align: center;
    margin: 10px;
}

.text {
    font-family: 'Lobster', cursive;
    
}


#left p {margin: 10px;}

#left #jazz {margin-bottom: 40px;

}
#right {margin-top: 30px;}
.p-2 {text-align: center;}

.left {float: left;
padding: 0 20px 20px 0;}

/* CSS sell page */
#text {font-size: large;}




/* Mobile Versions */

@media (max-width: 1200px)
{
    .upcoming-events .btn{
    width: 85%;
    margin: auto;
} 
}

@media (max-width: 1000px)
{

.page-container{
    height: 1300px;
}

.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;
}

.vertical-menu {
    height: 520px;
    width: 85%;
    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;
  }
  .img-fluid{
    max-width: 150%;
}

.genre-record{
    padding-bottom: 50px;
}

.upcoming-events{
     display: none;
}

.card-body{
    padding: 20px;
    margin-bottom: 20px;
}

}


@media (max-width: 575.98px){
    .logo, header .btn {display:none;}
    
     }