body {
    background-color: black;
    margin: 0;
    font-family: Georgia, serif;
    overflow-x: hidden;
}

.navbar {
    margin: 0;
    height: 50px;
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: black;
    z-index: 11;
}

.badge {
    flex: 0 1 80%;
}

.navbuttons {
    flex: 0 0 auto;
}

auto.dropDown {
    display: flex;
    background-color: firebrick;
    width: 210px;
    height: 50px;
}


.dropDown  button {
    background-color: firebrick;
    height: 100%;
    width: 210px;
    text-align: center;
    align-content: center;
    padding: 10;
    margin: 1px;
    color: white;
}

button:hover {
    cursor: pointer;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.navbar a:hover {
    border-radius: 100px;
    cursor: pointer;
    font-size: 30px;
}

/* Hide by default */
.dropDown-content {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  width: 210px;
  text-align: center;
  background-color: black;
  border: 2px solid white;
  z-index: 10000;
}

.opener {
    text-align: center;
    color: white;
    background-image: url(shop-blur.jpeg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    
}

.serv {
    text-align: center;
    color: white;
}

footer {
    display: inline-flex;
    color: white;
    font-family:sans-serif;
    font-size: 12px;
    opacity: 75;
    width: 100%;
    height: auto;
    background-color: black;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 750px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .dropDown-content {
        width: 100%
    }
    .dropDown-content p {
        background-color: black;
        border: 1px white solid;
        padding: 0;
        margin: 0;
    }
    .intro {
        background-size: 100%;
        color: white;
        background-color: black;
    }
    .intro2 {
        background-size: 100%;
    }
}



/*.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 0;
    left: 0;
    top: 75px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 700px;
}

.modal-content::-webkit-scrollbar {
    display: none;
}

.modal::-webkit-scrollbar {
    display: none;
}

/*#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width: 700px) {
    .modal-content {
        margin: 0;
        max-width: 400px;
        height: auto;
        padding-top: 40px;
    }
}*/







