﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
    color: #0d2240;
}

h4, h5, h6 {
    color: #edaa7b;
}

.validation-message {
    color: #edaa7b;
}

p {
    font-size: 16pt;
}

li {
    font-size: 16pt;
}

main-container {
    padding: 105px 0px 0px 0px;
}

.btn-primary {
    background-color: #0d2240;
    border-color: #0d2240;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    background-color: #555;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
}

.subpage-logo-header {
    width: 350px;
    margin: 15px 0px;
}

.back-to-top.show {
    display: block;
}

.subpage-layout {
    margin-top: 20px;
    margin-bottom: 75px;
}

.intro-video {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.carousel-img {
    height: 650px;
}

.custom-card {
    height: 100%;
}

.cookie-banner {
    display: block;
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 99;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
}

.partner-logo {
    height: 100px;
    padding: 20px;
    margin-bottom: 10px;
}

@media (max-width:481px) {
    .carousel-img {
        width: 100%;
        height: 160px;
    }

    .subpage-logo-header {
        width: 350px;
        margin: 15px 0px;
    }

    p {
        font-size: 12pt;
    }

    li {
        font-size: 12pt;
    }


    .card-text {
        min-height: 100%;
        height: 100%;
    }

    .partner-card {
        margin-bottom: 20px;
    }
}
