/* ######## Variables ######## */
:root {
	--primary: #085698;
	--darkPrimary: #064f8a;
	--background: #ffffff;
    --wallpaper: #f9f9f9;
	--secondary: #7EDE49;
	--tertiary: #248FDE;
}

/* ######## Terms Styles ######## */
#terms-page {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}

#terms-page h2 {
    font-family: 'Signika';
    font-size: 64px;
    width: 100%;
    align-items: center;
    font-weight: normal;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 20px;
}

#terms-page h3 {
    font-family: 'Signika', sans-serif;
    font-weight: normal;
    display: flex;
    gap: 10px;
    flex-direction: row;
    color: var(--primary);
}

#terms-page h4 {
    font-family: 'Signika', sans-serif;
    font-weight: normal;
    display: flex;
    gap: 10px;
    flex-direction: row;
    color: var(--primary);
}

#top-content p {
    max-width: 600px;
}

#terms-page p {
    font-family: 'Inter', sans-serif;
}

#terms-page .transition-image {
    height: 300px;
    width: 100%;
    margin-top: -50px;
}

#terms-content {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid white;
    border-radius: 25px;
    margin-right: 6%;
    margin-left: 6%;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 4%;
    padding: 4%;
    padding-top: 40px;
}

@media (max-width: 580px) {
    #terms-page h2 {
        font-size: 50px;
    }

    #terms-content {
        padding-top: 5px;
    }
}
