@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.contact-us {
    width: 100%;
    background-color: #fdae05;

    display: flex;

    flex: 1 1 0px;
}

.copy {
    background-color: #fdae05;
    font-family: 'Poppins', sans-serif;
    color: rgb(41, 41, 41);
    text-align: center;
    padding-bottom: 1rem;
}

.foot-col {
    flex-basis: 100%;
    padding: 2rem;
}

.foot-col h1 {
    font-family: 'Bebas Neue', cursive;
    font-weight: lighter;
    color: rgb(41, 41, 41);
}

.foot-col p,
.foot-col a {
    font-family: 'Poppins', sans-serif;

}

.foot-col p {
    color: #ffffff;
    margin-top: 0.3rem;
}

.foot-col p i {
    margin-right: 1rem;
    color: #ffffff;
}

.foot-col a {
    text-decoration: none;
    color: #ffffff;
}

.shop-hours {
    margin: 1rem 0;

}

.shop-hours p,
.shop-hours a,
.shop-hours p i {
    color: rgb(41, 41, 41);
}

.shop-address {
    margin: 1rem 0;
}

@media (min-width: 1500px) {
    .contact-us {
        padding: 0 3rem;
    }
}

@media (max-width: 800px) {
    .contact-us {
        flex-flow: column wrap;
    }

    .foot-col {
        width: 100%;
    }
}
