/*
* CSS
* by TG Studio Marijan
*/

/* Typography */


html {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

h1 {
    font-family: "Arima", system-ui;
    font-weight: 600;
    font-size: 6rem;
    line-height: 1.3em;
    margin-bottom: 0.8rem;
}
.column-full-pad {
    padding: 1.2rem;
}

.hero {
    background-position: center center;
    background-size: cover;
    padding-bottom: 10vw;
    padding-top: 5vw;
    margin-bottom: -20vw;
    background: #98dbff;
    color: #000033;
}
.hero .container {
    position: relative;
    z-index: 5;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .1;
    object-fit: cover;
}
.subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}
.wave-svg {
    z-index: 3;
}
.wave {
    width: 105vw;
    margin: 0;
    margin-left: -2.5vw;
    padding: 0;
    margin-bottom: -1px;
    z-index: 3;
    position: relative;
}

.hero .container {
    max-width: 820px;
    z-index: 5;
}
.rounded-edge {
    border-radius: 0.8rem;
}

.mini-bottom-margin {
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 940px) { 
    .yt-embed {
        max-height: 157vw;
    }
    html {
        font-size: 18px;
    }
    h1 { 
        font-size: 3.2rem;
    }
    .subtitle {
        font-size: 1.2rem;
    }
}