body {
    background-color: rgba(255, 0, 255, 0.1);
}

/* HOME */

.flexi {
    display: flex;
    flex-direction: row;
}

.enter {
    margin-top: 100px;
}

.second {
    flex: 1 1 auto;
    width: 90%;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.second h1 {
    font-size: 6em;
    font-weight: 100 !important;
    color: rgb(0, 0, 255);
    font-optical-sizing: auto;
    font-style: normal;
}

.second p {
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: rgb(0, 0, 255);
    font-size: 2.2em;
}

.videoframe {
    background-color: white;
    padding: 20px;
}

.hero {
    border: 1px solid white;
    height: fit-content;
    padding: 20px;
    border-radius: 18px;
    border: none;
    background-color: white;
    width: 680px;
}

.hero > p {
    font-size: 1.3rem;
    font-weight: 200;
    color: #000;
}

.courses > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    grid-gap: 1rem;
}

.courses > ul li {
    min-height: 385px;
    margin-top: 10px;
    border: 0px solid #000000;
    background-color: #fff !important;
    border-radius: 5% !important;
}

.courses > ul > li > figure {
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border: none;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}

h2 {
    font-family: 'Urbanist', sans-serif;
    font-size: 4em;
    padding: 0em;
}

h3 {
    font-weight: 200;
    text-transform: none !important;
    line-height: 1.4em;
    font-size: 2.5em;
    margin-left: 20px;
}

.courses > ul > li > a {
    margin: 12px;
}

.courses > ul > li > a:hover {
    background-color: navy;
}

.courses > ul li p {
    color: rgb(70, 70, 70);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.8em;
    line-height: 1.5em;
}

.partner-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 800px;
    grid-gap: 10px;
}

.partner-container > div {
    min-height: 20px !important;
    background: white;
    border-radius: 14px;
    height: 80px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.partnerlogo img {
    width: 130px;
    height: auto;
    margin: 20px 20px 0px 20px;
    padding: 10px;
}

@media (max-width: 720px) {
    .flexi {
        flex-direction: column;
    }

    .second {
        margin: 10px 0px 10px 20px;
    }

    .sveventy {
        width: 80%;
    }

    .courses > ul > li {
        margin: 20px;
    }

    .enter {
        margin-top: 50px;
    }

    .second h1 {
        font-size: 4.1em;
    }

    .courses {
        padding-top: 0rem;
    }

    .hero {
        width: 85%;
        margin: 20px;
    }

    .partner-container {
        margin: 20px;
        width: 400px;
    }
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/app/css/fonts/Urbanist/Urbanist-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/app/css/fonts/Urbanist/Urbanist-Regular.woff2') format('woff2');
}
