/** *******************************************************
 ## #############       HOME PAGE CSS       ############ ##
 ******************************************************* **/
.navbar-brand{
 padding-left:15vw;
}

.navbar-nav {
    padding-right: 15vw;
}

#WhatWeDo{
    background-color: var(--MTNZ-bg-primary);
    background-image: url('/assets/img/what-we-do-1500x950.png');
    background-position: 0 25%;
    background-size: 1480px auto;
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: 0 3vh;
}


.description {
    width: 36vw;
    position: absolute;
    top: 34%;
    height: 33%;
    background-color: var(--MTNZ-bg-transparent);
    padding-left: 49%;
    box-sizing: content-box;
}

#WhatWeDo .description h2{
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:0.8rem;
}

#WhatWeDo .description h2 .mtnz-primary{
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.5rem;
}

#WhatWeDo .description p{
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 72%;

}

#ContactUs{
    background-color: var(--MTNZ-bg-primary);
    background-image: url('/assets/img/contact-us-1500x950.png');
    background-position: 0 25%;
    background-size: 1480px auto;
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: 0 15vh;
}

#ContactUs .description h2{
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:1rem;
}

#ContactUs .description h2 .mtnz-primary{
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.5rem;
}

#ContactUs .description p{
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
    text-align: center;
    width: 72%;

}

#ContactUs H3{
    margin: 0 auto;
    text-align: center;
    padding-top: 2vh;
}