@import url('https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&display=swap');
* {
    font-family: 'Mukta Vaani', sans-serif;
    border-spacing: 0;
    line-height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(51, 51, 51, 1.00);
    overflow: hidden;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

canvas,
#animation_container {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    height: 100vh !important;
    width: 100vw !important;
}

.portfolio_home {
    background-image: url(../images/homepage.jpg);
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    height: 100vh !important;
    width: 100vw !important;
    vertical-align: bottom;
    display: table-cell;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.portfolio_home span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: orange;
}

.portfolio_home div {
    font-size: 14px;
    letter-spacing: 1px;
    color: orange;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 20px;
}

.portfolio_home button {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.26);
    color: white;
    text-transform: uppercase;
    box-shadow: none;
    margin: 10px;
    cursor: pointer;
    font-size: 100%;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 25%;
}

.portfolio_home button:hover {
    background-color: black;
}


/* ---------------------------------------------- */

@media (orientation: landscape) {
    .wanda_mobile {
        display: none;
    }
}

@media (orientation: portrait) {
    .wanda_desk {
        display: none;
    }
    .portfolio_home div {
        margin-bottom: 10px;
    }
    .portfolio_home button {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 40%;
        font-size: 90%;
    }
}