
.bg-cover {
    background-repeat: no-repeat;
    background-size: 100%;
}

.jumbotron {margin-bottom: 0;}

h1{
    font-family: 'Lobster', cursive;
    color: white;
    padding: 55px;
}

h2{
    color: white;
    background-color: black;
    border-radius: 15px;
    padding: 15px;
    width: 200px;
    font-family: lobster;
    font-size: 32px;
    margin-bottom: 30px;
}

 h2 #find-us{
     width: 150px !important;

}

.display-3{
    font-size: 90px;
}

body{
    background-image: url(../images/background.jpg);
    background-size: cover;
}

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{
   padding: 50px 0 50px 0;
}


    .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);
      }


::-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);  */
  }

 .form-group .btn {
    font-family: 'Lobster', cursive;
    color: white;
    background-color: transparent;
    border-radius: 15px;
    font-size: x-large;
    padding: 5px 0 0 0;
    }

    .form-group .btn:hover {
        color: rgb(253, 228, 0);
        text-decoration: none;
    }

.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;
}

.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;}
           
            }



/* CSS contact page */

#maps_p {
    padding: 15px 0 0 20px;
    color: white;
    font-family: 'EB Garamond', serif;
   
}

.the_map{
    background-color: rgba(0, 0, 0, 0.712);
    padding: 28px 20px 35px 40px;
    border-radius: 15px;
    font-family: 'EB Garamond', serif;
    
}

#phone{
    color: white;
    font-family: 'EB Garamond', serif;
   padding: 8px 40px 0 0;
}

#form_container{
    color: white;
    background-color: rgba(0, 0, 0, 0.959);
    padding: 25px 50px 30px 50px;
    border-radius: 15px;
    font-family: 'EB Garamond', serif;
    font-size: 17px;
}

#name {
    width: 440px;
}

 #email {
   width: 440px;
}

/* Mobile Version */
@media (max-width: 1000px)
{

.page-container{
    height: 900px;
    padding-top: 50px;
}

.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;
}

.map-column{
    display: none;
}

h2{
    font-size: 33px !important;
    margin: auto;
    margin-bottom: 40px;
}

#name{
    width: 100%;
}

#email{
    width: 100%;
}

p{
    text-align: center;
}

}