body {
    background-color: black;
    margin: 0;
    font-family: Georgia, serif;
    overflow-x: hidden;
}

.navbar {
    margin: 0;
    height: 3.125rem;
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: black;
    z-index: 3;
}

.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;
}
/* Show when toggled */
.dropDown-content.show {
  display: block;      /* ensures layout */
  max-height: 500px;   /* adjust to fit your menu */
  opacity: 1;
}

.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;
}

.intro {
    background-color: White;
    background-image: url(arms.png) ;
    background-size: 15%;
    background-repeat: no-repeat;
    margin: 1.25px;
    text-align: center;
    border: solid silver 5px;
    border-radius: 50px;
    font-size: larger;
}

.intro h3 {
    font-size: 30px;
    font-weight: 500;
}

.intro2 {
    display: grid;
    color: white;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
}

.intro2 div {
    align-content: center;
}
.deals1 {
    display: inline-flex;
    position: relative;
    max-height: 250px;
    min-width: 99%;
    grid-column: span 2;
    margin: 2em;
    margin-left: 0;
    margin-right: 0;
}
.deals {
    width: 100%;
}
.deals img{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    height: auto;
    
}
.dealborder {
    display: block;
    max-height: 200px;
    z-index: 2;
    position: absolute;
    left: -115px;
    top: -50px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 750px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .intro2 {
        grid-template-columns: subgrid;
        margin-bottom: 0;
    }
    .tattoo, .coverUp, .piercing img {
        width: auto;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .deals1 {
        position: relative;
        display: inline-flex;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .deals img {
        width: 100%;
        height: auto;
    }
    .dealborder {
        display: none;
    }
}

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;
    z-index: 1000;
}

footer ul {
    list-style: none;
    padding: 0;
}

.tatgif {
    border-radius: 50px;
}

@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%;
    }
}

.thankYou {
    text-align: center;
    align-content: center;
    color: white;
}
.thankYou a {
    color: blue;
}
