
body {
    font-family: 'Arial', sans-serif !important;
    font-weight: 700;
}

a img:hover {
    cursor: pointer;
}

#mwd-logo-section {
    padding: 30px 0;
    background-color: #fff;
}

#mwd-content-section {
    position: relative;
    min-height: calc(100vh - 160px);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bg_big.jpg');
}

#mwd-content-section .container-fluid {
    position: absolute;
}

#mwd-content-section .dwh-container img {
    max-height: 65px;
}

#mwd-content-section .studio-container img {
    max-height: 65px;
}

#mwd-content-section .logo-container {
    margin-bottom: 0px !important;
}

#mwd-content-section .dwh-container .logo-container {
    padding-right: 100px;
}

#mwd-content-section .studio-container .logo-container {
    padding-left: 100px;
}

.arrow-link {
    display: inline-block;
    margin-top: 10px;
}

.arrow-up {
    display: block;
    width: 100%;
    margin-top: 5px;
}

@media all and (min-width: 1440px) {
    #mwd-content-section .container-fluid .align-self-end:first-child {
        padding-left: 10% !important;
    }
    #mwd-content-section .container-fluid .align-self-end:last-child {
        padding-right: 10% !important;
    }
}

@media all and (max-width: 991px) {
    #mwd-content-section {
        min-height: calc(100vh - 180px);
    }
}

@media all and (max-width: 767px) {

    #mwd-logo-section .col-0 {
        display: none;
    }

    #mwd-logo-section {
        padding: 10px 0 13px !important;
    }

    #mwd-logo-section img {
        height: 70px;
    }

    #mwd-content-section .text-right,
    #mwd-content-section .text-left {
        font-size: .9rem;
    }

    #mwd-logo-section .text-right,
    #mwd-logo-section .text-left {
        font-size: .8rem;
        margin-top: 1rem !important;
    }

    #mwd-content-section {
        position: relative;
        min-height: calc(100vh - 163px);
        min-height: calc(var(--vh, 1vh) * 100 - 163px);
    }

    #mwd-content-section .row.h-100 {
        align-content: flex-end;
        flex-flow: column;
    }

    #mwd-content-section .dwh-container .logo-container,
    #mwd-content-section .studio-container .logo-container {
        padding-right: 15px;
        padding-left: 15px;
        text-align: left !important;
    }


    #mwd-content-section .studio-container {
        padding-bottom: 1.5rem;
    }

    #mwd-content-section .dwh-container img.img-fluid{
        height: 50px;
    }

    #mwd-content-section .studio-container img.img-fluid{
        height: 50px;
    }

    .dwh-container,
    .studio-container {
        background-color: #fff;
    }

    .dwh-container a,
    .studio-container a {
        text-decoration: none;
    }

    .arrow-up {
        display: inline-block;
        width: auto;
        margin-left: 30px;
        float: right;
    }

    .mwd-mobile-bg {
        flex: 1;  /* 1 and it will fill whole space left if no flex value are set to other children*/
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('img/bg_big_mobile.jpg');
        overflow: auto;
    }

    #mwd-content-section .container-fluid {
        /*
        position: relative;
        */
    }

    .tab-element {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 575px) {
    #mwd-content-section .dwh-container img {
        max-height: 45px;
    }

    #mwd-content-section .studio-container img {
        max-height: 50px;
    }
}

@media all and (max-width: 509px) {
    #mwd-content-section {
        min-height: calc(100vh - 161px);
        min-height: calc(var(--vh, 1vh) * 100 - 161px);
    }
}

@media all and (max-width: 428px) {
    #mwd-content-section {
        min-height: calc(100vh - 185px);
        min-height: calc(var(--vh, 1vh) * 100 - 185px);
    }
}

@media all and (max-width: 355px) {
    #dwh-toggle .col-6,
    #dwh-studio-toggle .col-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    #dwh-toggle .col-6.text-right,
    #dwh-studio-toggle .col-6.text-right {
        padding-bottom: 0rem !important;
        margin-bottom: 0 !important;
    }

    #dwh-toggle .col-6.text-left,
    #dwh-studio-toggle .col-6.text-left {
        padding-top: 1rem !important;
    }
}

.mwd-bg-light{
    background-color: #fff;
}

.mwd-hidden-box {
    display: none;
}