@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;600&display=swap');

.bg {
    /* The image used */
    /* background-image: url("synthspace.jpg"); */
    background-color: #000;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    line-height: 3em;
    /*font: 400 15px/1.8 "Lato", sans-serif;*/
    color: #777;
    background-color: #000;
}

.content {
    line-height: normal;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content h2 {
    padding-top: 30px;
}

/*.bgimg-1, .bgimg-2, .bgimg-3 {*/
/*    position: relative;*/
/*    opacity: 0.65;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/

/*}*/
/*.bgimg-1 {*/
/*    background-image: url("img_parallax.jpg");*/
/*    height: 100%;*/
/*}*/

.caption {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 0.7em;
    font-size: 2.0em;
    letter-spacing: 0.3em;
}

.caption span.border .strong {
    font-weight: 600;
}

.caption span.sub {
    color: #aaa;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.patreon-button {
    margin-top: 3.5em !important;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 0px 80px 0px 80px;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }
  
@media only screen and (max-device-width: 600px) {
    body, html {
        line-height: 5em;
    }

    .caption span.border {
        background-color: #111;
        color: #fff;
        padding: 0.5em;
        font-size: 4.0em;
        letter-spacing: 0.3em;
    }

    .caption span.sub {
        color: #aaa;
        font-size: 2.0em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
}

/*h3 {*/
/*    letter-spacing: 5px;*/
/*    text-transform: uppercase;*/
/*    font: 20px "Lato", sans-serif;*/
/*    color: #111;*/
/*}*/