/*media-query -----------------------------------------------------------*/

/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {

    .bodyCText {
        font-size: 18px;
    }

    nav a {
        font-size: 30px;
    }

    .coverCubeWrapper {
        min-height: calc(100svh - 70px);
        padding-top: 70px;
        padding-bottom: 5%;

    }

    .coverCube1 {
        height: calc(32svh - 23.33333333333333px);
    }

    nav a {
        font-size: 20px !important;
    }

    nav li {
        padding: 10px 0;
    }

    /* top right bottom left*/
    ul.navbar-nav {
        padding: 8% 0 8% 0;
    }

    .display-4 {
        font-size: 36px !important;
    }

    img.lb1 {
        display: none;

    }

    img.rb2 {
        display: none;
    }

    .scrollD {
        display: none;
    }

    .scrollDMob {
        display: block;
    }

    .aboutSec {
        /* height: 100svh; */
        height: 100svh;

    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 767.98px) {

    .bodyCText {
        font-size: 18px;
    }

    .coverCubeWrapper {
        min-height: calc(100svh - 70px);
        padding-top: 70px;
        padding-bottom: 5%;

    }

    .coverCube1 {
        height: 45vh;

    }

    nav a {
        font-size: 20px !important;
    }

    nav li {
        padding: 10px 0;
    }

    /* top right bottom left*/
    ul.navbar-nav {
        padding: 8% 0 8% 0;
    }

    .display-4 {
        font-size: 45px !important;
    }

    img.lb1 {
        width: 30vw;
    }

    img.rb2 {
        width: 30vw;
    }

    .scrollD {
        display: none;
    }

    .scrollDMob {
        display: block;
    }

    .aboutSec {
        height: 100svh;
    }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .bodyCText {
        font-size: 20px;
    }

    .coverCubeWrapper {
        min-height: calc(100vh - 70px);
        padding-top: 70px;
        padding-bottom: 0%;
    }

    .coverCube1 {
        height: calc(45vh - 23.33333333333333px);

    }


    nav a {
        font-size: initial !important;
    }

    nav li {
        padding: initial;
    }

    /* top right bottom left*/
    ul.navbar-nav {
        padding: initial;
    }

    .display-4 {
        font-size: 56px !important;
    }

    .scrollD {
        display: block;
    }

    .scrollDMob {
        display: none;
    }

    img.lb1 {
        width: 32vw;
    }

    img.rb2 {
        width: 32vw;
    }

    .aboutSec {
        height: 100vh;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .bodyCText {
        font-size: 23px;
    }

    .maxLogo {
        max-width: 300px;
        width: 100%;
    }

    .coverCube1 {
        height: calc(40vh - 23.33333333333333px);
    }

    .display-4 {
        font-size: 3.5rem !important;
    }

    img.lb1 {
        width: 23vw;
    }

    img.rb2 {
        width: 23vw;
    }

    .aboutSec {
        height: 100vh;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1399.98px) {
    .maxLogo {
        max-width: 400px;
        width: 100%;
    }

    .coverCubeWrapper {
        min-height: 80vh;
    }

    img.lb1 {
        width: 28vw;
    }

    img.rb2 {
        width: 28vw;
    }


    .display-4 {
        font-size: 4rem !important;
    }

    .aboutSec {
        height: 100vh;
    }
}

@media (min-width: 1599.98px) {
    .maxLogo {
        max-width: 400px;
        width: 100%;
    }

    .aboutSec {
        height: 100vh;
    }

    .display-4 {
        font-size: 51px !important;
    }



    .display-4 {
        font-size: 4.5rem !important;
    }


}