@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    font-family: 'Roboto', sans-serif;
    background-image: url('./background-photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

h3 {
    font-size: 1.875rem;
    line-height: 1.4;
    letter-spacing: .05px;
    font-weight: 500;
    color: white;
}

p {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: .05px;
    font-weight: 300;
    margin-bottom: 0;
    color: white;
}

a {
    text-decoration: none;
    color: white
}

.col-info a:hover {
    color:#ff8c12;
}

.container-info {
    max-width: 950px;
    min-width: 400px;
}

.col-map {
    text-align: center;
    margin: 0 auto;
}

img.logo {
    width: 35%;
}

img[alt="Facebook"]:hover,
img[alt="Instagram"]:hover {
    filter: brightness(.8);
}

#info div .row.mb-5.pb-5.justify-content-center .col-lg-6.col-md-12.mt-5.col-info div {
    margin-top: 6rem !important
}

#map {
    width: 100%;
    border-radius: 5px;
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    color: white;
}

.powered-by {
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {

    .col-info,
    .col-hours {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .col-hours,
    .col-info {
        text-align: center;
    }

    .col-info {
        align-content: center !important;
        align-items: center !important;
    }

    .row.mb-5.pb-5.justify-content-center {
        padding: 0 !important;
        margin-bottom: 1rem !important;
    }

    .col-hours {
        margin-top: 1.5rem !important;
    }

    .col-info {
        margin-top: 0.7rem !important;
    }

    .social {
        margin-top: 0 !important;
    }

    #info>div>div.row.mt-5.pt-5 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #map {
        width: 70%;
    }

    #info div .row.mb-5.pb-5.justify-content-center .col-lg-6.col-md-12.mt-5.col-info div {
        margin-top: 0rem !important;
    }

    .powered-by {
        padding-left: 15%;
    }
}

svg#eshoped {
    width: 200px;
    height: 55px;
    transform: scale(.55);
    position: relative;
    left: -2rem;
}

svg#eshoped .espd_letter {
    fill: white;
}

svg#eshoped .espd_logo {
    fill: #ff8c12;
}

svg#eshoped .espd_logo:hover {
    fill: #ef5024;
}
.days span {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}
.days {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}