/* MAIN SECTIONS */
.nav {
    margin-top: 40px;
    margin-bottom: 140px;
    background-color: white;
}

.section {
    margin-top: 80px;
}

.footer {
    background-color: #156471;
    padding-top: 50px;
    padding-bottom: 60px;
    min-width: 100vw;
    margin-top: 200px;
}

/* MAIN SECTIONS */



/* CREATIVE BOX COMPONENTS */
.creativeBoxOne {
    position: relative;
    z-index: 100;
    background-color: white;
    padding: 50px 50px 50px 50px;
    max-width: 500px;
    min-width: 500px;
    margin-right: -190px;
    margin-top: 50px;
 
}

.creativeBoxTwo {
    margin-top: 20px;
    margin-left: -150px;
    padding: 50px 50px 50px 50px;
    max-width: 450px;
    min-width: 450px;
    background-color: #FFFFFF;
    text-align: right;
 
}

.creativeBoxThree {
    margin-top: 20px;
    padding: 50px 50px 50px 50px;
    max-width: 600px;
    min-width: 600px;
    margin-right: -150px;
    background-color: #FFFFFF;
 
}

.creativeBoxFour {
    margin-top: 20px;
    margin-left: -180px;
    padding: 50px 50px 50px 50px;
    max-width: 610px;
    min-width: 610px;
    background-color: #FFFFFF;

}

.creativeBoxFive {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    margin-left: -65px;
    padding: 50px 50px 50px 50px;
    min-width: 380px;
    max-width: 380px;
    background-color: #FFFFFF;
 
}

.creativeBoxSix {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 50px 50px 50px 50px;
    min-width: 600px;
    max-width: 600px;
    background-color: #FFFFFF;

}

.creativeBoxFourList {
    text-align: center;
    padding-top: 20px;
}

.creativeBoxFourListText {
    font-family: haboro-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 4px;
    letter-spacing: 2.5px;
}

/* CREATIVE BOX COMPONENTS */



/* TYPOGRAPHY */
p {
    font-family: haboro-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 2.5px;
}

h1 {
    font-family: haboro-soft, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 2.5px;
}

h2 {
    font-family: haboro-soft, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 2.5px;
}

/* TYPOGRAPHY */



/* IMAGES */
body {
    background-image: url("../images/background-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain 1200px;
}

.topLogo {
    max-width: 300px;
}

.navLinks {
    display: inline-block;
    line-height: normal;
    margin-top: 80px;
    margin-right: 20px;
}

.navLinksIcons {
    width: 30px;
}

.bottomLogo {
    min-width: 160px;
    margin-right: 40px;
}

.footerLinks {
    display: inline-block;
    line-height: normal;
    margin-right: 20px;
}

.footerLinksIcons {
    width: 30px;
}

.paddington {
    margin-left: 350px;
}

.imageOne {
    z-index: -1;
}

.imageThree {
    width: 440px;
}

.imageFour {
    margin-top: 80px;
}

.clientImage {
    margin-top: 100px;
    width: 350px;
}

.clientImageAlt {
    margin-top: 100px;
    width: 350px;

}

.bottomLogo {
    max-width: 250px;
}

/* IMAGES */

.navLinksBox {
    width: 240px;
}


@media only screen and (max-width: 1000px) {

    .graphic {
        display: none;
    }

    .rc {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .creativeBoxOne {

        min-width: 50vw;
        margin: 0px;
    }

    .creativeBoxTwo {
        min-width: 50vw;
        margin: 0px;
    }

    .creativeBoxThree {
        min-width: 50vw;
        margin: 0px;
    }

    .creativeBoxFour {
        min-width: 50vw;
        margin: 0px;
    }

    .creativeBoxFive {
        min-width: 50vw;
        margin: 0px;
    }

    .creativeBoxSix {
        min-width: 50vw;
        margin: 0px;
    }

    .topLogo {
        width: 25rem;

    }

    body {
        margin: 0px;
    }

    .navLinksBox {
        width: 240px;
        margin-left: -50px;
    }

    .creativeBoxFourListText {
        line-height: 25px;
    }
}

@media only screen and (max-width: 550px) {
    
    .navLinksBox {
        margin-left: 0px;
    }

    .bottomLogo {
        min-width: 100px;
    }

    .footerLinks {
        margin-right: 50px;
        justify-content: center;
        align-items: center;
        display: absolute;
    }

    .paddington {
        margin-left: 50px;
        float: left;
    }

    .footerLinksIcons {
        width: 30px;
        margin-right: -30px;
    }

    .contact {
        display: none;
    }

    .columns {
        float: none;
    }

}