body {
    background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.w-50 {
    width: 50% !important;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.footer a {
    color: black;
}

a.button {
    text-decoration: none;
    transform: scale(1);
    transition: transform .5s ease-in-out;
}

a.button:hover {
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}

.navbar {
    --bulma-navbar-background-color: transparent;
}

.main-title {
    font-size: 7rem;
}

#main-banner {
    background-image: url('./img/medium-shot-queer-students-outdoors.jpg');
    height: 100%vh;
}


.climate-crisis-bold {
    font-family: "Climate Crisis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "YEAR" 1979;
}

.lexend-regular {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
}

.lexend-bold {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

#banner-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}