
html,
body {
    display: contents;
    height: 100vh;
    min-width: 100%;
    padding: 0%;
    margin: 0%;
    background: white;
    /* border: black solid; */
}

div {
    display: contents;
}

/* ---------------main------------------ */

.main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    justify-content: start;
    align-content: center;
    font-family: var(--font1);
    font-weight: bold;
}

.titlebig {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* margin-top: 3rem; */
}

#murchtitle {
    width: 50%;
    padding-left: 10rem;
    /* border: black solid; */
}

.titlesmall {
    display: none;
}

.videobox .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -16%;
    padding-right: 20%;
    /* margin-right: 28rem; */

    /* border: black solid; */
}

#showreel {
    width: 45%;
    height: auto;
    /* border-radius: 2rem; */
}

#yourmonitor {
    display: none;
}

/* ---------------mediaquery------------------ */


@media only screen and (min-width: 2300px) {
    #main {
        padding-top: 20rem;
    }

    .videobox .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -16%;
        padding-right: 18%;
        /* margin-right: 28rem; */

        /* border: black solid; */
    }

    #showreel {
        width: 35%;
        height: auto;
        /* border-radius: 2rem; */
    }

}


@media (max-width: 1057px) {
    .main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-content: center;
        font-family: var(--font1);
        font-weight: bold;
        height: 100%;
        width: 100%;
    }

    .titlebig {
        display: none;
    }

    .titlesmall {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: 3rem;
    }

    .videobox .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1%;
        padding-right: 0%;
        /* margin-right: 28rem; */
        /* border: black solid; */
    }

    #showreel {
        width: 75%;
        height: auto;
        /* border-radius: 2rem; */
    }

    #murchtitlesmall {
        width: 40%;
        /* border: black solid; */
    }

    .smallscreen {
        display: none;
    }

}

@media (max-height: 620px) {

    .titlebig {
        display: none;
    }

    .titlesmall {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: 0.4rem;
    }

    #murchtitlesmall {
        width: 16rem;
        height: auto;
    }

    .videobox .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1%;
        padding-right: 0%;
        /* margin-right: 28rem; */
        /* border: black solid; */
    }

    #showreel {
        width: 45%;
        height: auto;
        /* border-radius: 2rem; */
    }
}

@media (max-width: 343px) {
    #main {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        height: auto;
        justify-content: center;
    }

    .smallscreen {
        display: flex;
        flex-wrap: wrap;
        justify-self: center;
        align-items: center;
        margin: 5rem;
    }

    #yourmonitor {
        display: flex;
        flex-wrap: wrap;
        font-size: 500%;
        line-height: 150%;
    }

    .flex-container-navbar {
        display: none;
    }

    .titlebig {
        display: none;
    }

    .titlesmall {
        display: none;
    }

    .videobox {
        display: none;
    }

    footer {
        display: none;
    }
}