html, p, h1, h2, h3, h4, h5, button {
    font-family: 'Libre Franklin', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    color: #161B1E;
}

h1 {
    line-height: 2.5rem;
    font-size: 1.8rem;
}

h2 {
    font-size: 18px;
}

.overlay {
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0.75) 3%, rgba(255,255,255,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.75) 3%, rgba(255,255,255,0) 75%);
    background: linear-gradient(0deg, rgba(255,255,255,0.75) 3%, rgba(255,255,255,0) 75%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

#main {
    position: relative;
}

#main #img-wrap {
    height: 100vh;
}

#main img {
    width: 100%;
    height: 100%;;
    object-fit: cover;
}

a.miclub-watermark {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;
    max-width: 165px;
}

#main #text-wrap {
    position: absolute;
    top: 75%;
    transform: translateY(-75%);
    right: 2rem;
    text-align: right;
    width: 50%;
    z-index: 1;
}

button#support-request {
    background-color: #3055a6;
    border: none;
    padding: 10px 12.5px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #fff;
    outline-color: transparent;
    cursor: pointer;
}

button#support-request:active, button#support-request:focus  {
    outline: none;
    box-shadow: 1px 1px 2px rgba(255, 254, 254, 0.5);
}

#support-request .material-icons {
    color: #fff;
    position: relative;
    top: 5px;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 12px;
    padding-left: 5px;
}

.miclub-watermark #logo {
    object-fit: inherit;
    display: block;
    height: auto;
}

@media screen and (max-width: 810px) {
    #main #text-wrap {
        width: 100%;
        left: 0;
        text-align: left;
    }
    #main #text-wrap h1 {
        font-size: 1.5rem;
        margin: 2rem;
    }

    #main #text-wrap h2 {
        font-size: 14px;
        margin-left: 2rem;
        line-height: 26px;
    }


    #main #text-wrap button {
        margin-left: 2rem;
    }

    a.miclub-watermark {
        max-width: 110px;
        bottom: 1rem;
        right: 1rem;
    }

}

@media screen and (max-width: 410px) {
    #main #text-wrap h1 {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    button#support-request {
        font-size: 14px;
    }

    #support-request .material-icons {
        font-size: 16px;
        line-height: 9px;
        top: 4px;
    }
}
