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

body {
    background-color: #e7b3b3;
    font-family: "Signika", sans-serif;
}

.blurb h2 {
    color: #7c203a;
    font-family: "Merienda";
    font-weight: 100;
    font-size: 2.5rem;
}

.blurb p {
    color: #f7e8e8;
    font-family: "Merienda";
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 2;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}


#mainNavbar {
    font-size: 1.5rem;
    text-transform: uppercase;
}

#mainNavbar .nav-link {
    color: white;
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link:hover {
    color: #7c203a;
}

#mainNavbar .navbar-brand {
    color: #7c203a;
    font-size: 1.5rem;
    font-weight: 900;
}

#headingGroup span {
    color: #7c203a;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 4rem;
    font-family: "Merienda";
    color: #f7e8e8;
}

.bi-balloon-heart {
    color: #7c203a;
}

footer h3 {
    color: #f7e8e8;
}


@media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }

    .blurb h2 {
        font-size: 2rem;
    }
}