/* GENERAL */
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    font-size: 14px;
    font-family: 'Open sans', serif;
    font-style: italic;
    font-weight: 500 !important;
    color: white;
    padding-bottom: 30px;
    background: url("img/hand.png") no-repeat fixed center;
    background-size: cover;
    z-index: -10;
}

#bgrey {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #888;

    opacity: 0.4;
    height: 100%;
    width: 100%;
    z-index: -9;
}

#coming {
    position: relative;
}


div.center {
    position: relative;
    top: 50%;
    margin: 0 auto;
    margin-top: -40%;
    max-width: 60vh;
}

.redbg {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #D41016;
    opacity: 0.7;
    z-index: -1;
}

#coming img {
    width: 75%;
    max-width: 50vh;
    margin: 0 auto;
    display: block;
}

h2 {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 1.2rem;
}


#cafe {
    background-image: url("img/boicafe.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: white;

    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}



/*
.square {
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto;
    background-color: white;
    border-radius: 100%;
    overflow: hidden;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    display: block;
    position: absolute;
    width: 100%;
    padding: 10%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/

/* phone */
@media (orientation:portrait) {

    .redbg {
        width: 100vw;
        height: 80%;
    }

    #coming {
        width: 100%;
        height: 80%;
    }

    #cafe {
        width: 100%;
        height: 20%;
    }
}

/* phone */
@media (orientation:landscape) {

    .redbg {
        width: 30vw;
        height: 100%;
    }

    #coming {
        width: 30vw;
        height: 100vh;
    }

    #cafe {
        width: 70%;
        height: 100%;
    }
}
