* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
}

body {
    background: rgb(44, 44, 44);
    min-height: 100vh;
    text-align: center;
    overflow-x: hidden;
}

.rotate {
    animation: rotation 4s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.gradient-border-pseudo {
    position: relative;
    padding: 10px 20px;
    background: rgba(245, 245, 245, 0.6);
    margin: 5px;
    border-radius: 5px;
}

.youtube {
    justify-content: center;
    padding: 10px;
}

@media screen and (max-width: 1100px) {
    .youtube {
        justify-content: center;
        padding: 10px;
        width: 70vw;
        height: auto;
    }
}

.tweets {
    justify-content: center;
    padding: 10px;
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 0.2fr);
    gap: 30px;
    object-fit: scale-down;
    padding-top: 10vh;
}

@media screen and (max-width: 1100px) {
    .tweets {
        justify-content: center;
        padding: 10px;
        display: grid;
        text-align: center;
        grid-template-columns: repeat(1, 0.2fr);
        gap: 10px;
        object-fit: scale-down;
        padding-top: 10vh;
    }
}

.centered {
    position: absolute;
    top: 50%;
    padding-left: 0;
    padding-top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headerbg {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #777777;
    border-radius: 0.25em;
    border-width: 10px;
}

#storenav {
    position: relative;
    text-align: center;
    color: white;
}

h1 {
    display: block;
    font-size: 4vh;
    font-weight: bold;
    text-align: center;
    margin: auto;
    border: 5px solid #777777;
    border-radius: 0.5em;
    position: relative;
    color: #f0f0f0;
    background: rgba(12, 12, 12, 0.5);
    padding: 20px;
    width: 40%;
}

h2 {
    display: block;
    font-size: 3vh;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
}


.esofamMain {
    object-fit: scale-down;
    padding-top: 10vh;
}

@media screen and (max-width: 1024px) {
    .esofamMain {
        max-width: 100vw;
    }
}

@media screen and (min-width: 1024px) {
    ::-webkit-scrollbar {
        width: 20px;
    }
     ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
     ::-webkit-scrollbar-thumb {
        background: rgba(10, 10, 10, 0.6);
        border-radius: 10px;
    }
}

.ContactBG {
    background-image: url("../img/map-image.png");
    background-size: cover;
}

.footer {
    position: fixed;
    left: 0;
    padding: 5px;
    overflow: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.6);
    color: #f0f0f0;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .footer {
        position: fixed;
        font-size: 50%;
        left: 0;
        padding: 5px;
        overflow: auto;
        bottom: 0;
        width: 100%;
        background-color: rgba(10, 10, 10, 0.6);
        color: #f0f0f0;
        text-align: center;
    }
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.nav {
    position: fixed;
    width: 20%;
    z-index: 100;
    transition: all 0.25s;
    display: flex;
    flex-basis: fit-content;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0px;
}

.nav:after {
    position: absolute;
    height: 1px;
    width: 95%;
    bottom: 0;
    right: 2.5%;
    background: #000;
}

.nav-open {
    color: rgb(10, 10, 10)
}

.nav-open .nav-menu-side {
    right: 50%;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side {
        right: 0%;
    }
    * {
        font-size: 27px;
    }
}

.nav-open .nav-menu-side-nav {
    width: 100%;
    visibility: visible;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side-nav {
        width: 80%;
        visibility: visible;
    }
}

.nav-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 34px;
    position: relative;
    margin-right: 24px;
}

.nav-menu * {
    pointer-events: none;
}

.nav-menu-side {
    transition: all 0.35s;
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100vh;
    padding-top: 98px;
    padding-right: 8px;
    top: 0px;
    z-index: -1;
    background: rgb(10, 10, 10);
}

.nav-menu-side-nav {
    margin-top: 36px;
    display: flex;
    justify-content: right;
    visibility: hidden;
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .nav-menu-side-nav ul {
        list-style: none;
        text-align: center;
        width: 50%;
    }
}

.nav-menu-side-nav ul {
    list-style: none;
    text-align: center;
    width: 50%;
}

.nav-menu-side-nav ul li {
    padding-bottom: 12px;
}

.nav-menu-side-nav ul li a {
    color: rgb(206, 206, 206);
    text-decoration: none;
    cursor: pointer;
}


/* @import url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css'); */