@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    background-color: #a53f35;
    color: #fff;
}
.home-bg{
    background-size: cover;
}
.logo{
    margin: 10px 5px;
    max-height: 250px;
}
header {
    text-align: center;
    padding: 1rem;
}
.spot h2{
    font-size: 7.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
.spot h3{
    font-size: 4.6rem;
    text-transform: uppercase;
}
h3{
    font-size: 3rem;
    text-transform: uppercase;
}
h4{
    font-size: 7rem;
}
.container .item{
    background: #a02a20;
    padding: 10px;
}
footer {
    text-align: center;
    background-color: #f0f0f0;
    padding: 1rem;
    font-size: 0.9rem;
    color: #555;
}
a {
    color: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
   h3{
        font-size: 2rem;
   }
}
@media screen and (max-width: 767px){
    .spot h2{
        font-size: 4.5rem;
    }
    .spot h3{
        font-size: 2.6rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4{
        font-size: 4rem;
    }
}