
.bg-cover {
    background-repeat: no-repeat;
    background-size: 100%;
}

.jumbotron {margin-bottom: 0;}

h1{
    font-family: 'Lobster', cursive;
    color: white;
    padding: 55px;
}

header h1{
    font-size: 90px !important;
    padding: 0 !important;
}

.display-3{
    font-size: 90px;
}

body{
    background-image: url(../images/background.jpg);
    background-size: cover;
}

.page-container{
    height: 1200px;
    padding: 40px 0 0 0;
}

.sell-form{
    color: white;
    background-color: black;
    padding: 50px 40px 30px 40px;
    border-radius: 15px;
    font-family: 'EB Garamond', serif;
    font-size:18px;
}

.sell{
    text-align: middle;
}

.col-6{
    max-width: 100%;
}

div .col-6{
    margin-bottom: 45px !important;
    margin-top: 30px !important;
    background-color: black;
    color: white;
    margin: auto;
    border-radius: 15px;
}

div .col-6 h1{
    text-align: center;
    font-size: 60px;
    padding: 55px 55px 55px 55px;
}

div .col-6 p{
    text-align: center;
    font-family: 'EB Garamond', serif !important;
}

 .sell-form  #text{
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    font-style: bold;
}



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);
      }

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
  }

.btn {
    font-family: 'Lobster', cursive;
    color: white;
    background-color: black;
    border-radius: 0;
    border-radius: 10px;
    }

    .sell-form .btn{
        font-size: xx-large;
        padding-top: 4px;
        padding-left: 0;
    }

.btn-dark{
    border: none;
}

h5 {
    font-family: 'Lobster', cursive;
}


#text{
    font-family: 'Open Sans', sans-serif;
    font-size: medium;
    padding-top: 15px;
}

a {
    color: black;
    text-decoration: none;
}

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: 1250px;
}

.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;
}

h1{
    font-size: 33px !important;
    padding: 20px 1px 20px 1px !important;
}


.sell-form{
    padding-bottom: 7px !important;
}

.sell-form .btn{
    padding-top: 7px;
}

}