* {
    font-family: "Montserrat", Helvetica, sans-serif !important;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

html, body {
    color: white;
    font-weight: 300;
}

/* 1. Reset html and body */


#ekg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}


#pulse {
    cursor: pointer;
    border-radius: 100%;
}

#pulse img {
    width: 150px;
    height: 150px;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

strong {
    font-weight: 600 !important;
    margin: 0;
}

#by-mohe img {
    width: 100%;
}

#your-signal {
    opacity: 0;
    transition: 0.5s opacity;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
}

#your-signal strong {
    letter-spacing: 2px;
    display: inline;
    font-weight: 600 !important;
}


@media (orientation: landscape) {
    html, body {
        margin: 0;
        padding: 0;
        color: white;
        width: 100vw;
        height: 100vh;

        background-color: #067090;
        overflow: hidden;
        background-image: url("human.png");
        background-position: left top;
        background-size: auto 120vh;
        background-repeat: no-repeat;
    }

    #gradient {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: transparent radial-gradient(closest-side at 50% 47%, #95D3E6 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        mix-blend-mode: lighten;
        transform: rotate(20deg);
    }


    h1 {
        position: fixed;
        bottom: 58vh;
        left: 0;
        right: 15px;
        text-align: center;

        font-size: 5vw;
        font-weight: 600;
        letter-spacing: 4px;

    }

    h1 .white-space {
        display: inline-block;
        width: 50px;
    }

    #ekg {
        position: fixed;
        top: calc(50vh - 15.5vw);
        height: 31vw;
        left: 0;
        right: 0;
    }

    #pulse {
        position: fixed;
        right: calc(20vw - 75px);
        top: calc(50vh - 75px);
    }


    #by-mohe {
        position: fixed;
        top: calc(50vh + 50px);
        right: calc(20vw - 100px);
        width: 200px;
    }


    #your-signal {
        position: fixed;
        top: calc(55vh + 150px);
        right: calc(20vw - 100px);
        width: 200px;
    }

    #launch {
        position: fixed;
        top: 85vh;
        left: 5vw;
        max-width: 30vw;
    }

    #press {
        position: fixed;
        top: 85vh;
        left: 50vw;
        transform: translateX(-50%);
        max-width: 30vw;
    }

    #contact {
        position: fixed;
        top: 85vh;
        right: calc(20vw - 150px);
        max-width: 30vw;
        width: 250px;
    }

    #copyright {
        font-size: smaller;
        position: fixed;
        bottom: 2em;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0.8;
    }
}


@media (orientation: portrait) {

    html, body {
        margin: 0;
        padding: 0;
        color: white;
        width: 100vw;
        height: 100vh;

        background-color: #067090;
        overflow: hidden;
        background-image: url("human.png");
        background-position: left -150px top;
        background-size: auto 120vh;
        background-repeat: no-repeat;
    }

    #gradient {
        position: fixed;
        top: 30vw;
        left: 30vw;
        width: 100vw;
        height: 100vh;
        background: transparent radial-gradient(closest-side at 50% 47%, #95D3E6 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        mix-blend-mode: lighten;
        transform: rotate(120deg);
    }


    h1 {
        position: fixed;
        bottom: 75vh;
        left: 0;
        right: 15px;
        text-align: center;
        font-size: 3em;
        font-weight: 600;
    }

    h1 .white-space {
        display: block;
    }

    #ekg {
        position: fixed;
        top: calc(40vh - 15.5vw);
        height: 31vw;
        left: 0;
        right: 0;
    }

    #ekg img {
        transform: scaleX(1.5) scaleY(2.5);
    }


    #pulse {
        position: fixed;
        right: calc(20vw - 75px);
        top: calc(40vh - 75px);
    }


    #by-mohe {
        position: fixed;
        top: calc(40vh + 25px);
        right: calc(20vw - 60px);
        width: 120px;
    }


    #your-signal {
        position: fixed;
        top: calc(40vh + 100px);
        right: calc(20vw - 100px);
        width: 200px;
    }

    #launch {
        position: fixed;
        bottom: 15em;
        left: 0;
        right: 0;
        text-align: center;
    }

    #press {
        position: fixed;
        bottom: 10em;
        left: 0;
        right: 0;
        text-align: center;
    }

    #contact {
        position: fixed;
        bottom: 5em;
        left: 0;
        right: 0;
        text-align: center;
    }

    #copyright {
        font-size: smaller;
        position: fixed;
        bottom: 1em;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0.8;
    }

    strong {
        display: block;
    }
}
