
.dd{
    border:1px solid #ff0000!important;
}
.dd > *{
    border:1px solid #00ff00!important;
}

html, body{
    height: 100%;
}

body{
    font-family: 'Mulish', sans-serif;
    background-color: #90adcc;
}

section.section{
    padding: 60px 0;
}

section.section-1,
section.section-3 {
    background-repeat: no-repeat;
}

section.section-1 {
    background-color: #90adcc;
    padding-bottom: 360px;
    background-position: bottom center;
    background-image: url('/assets/images/banner-image.jpg');
}

section.section-2{
    background-color: #faa61a;
    background-image: none;
}

section.section-3{
    background-color: #90adcc;
}

section.section-4{
    background-color: #0f2a43;
}

section.section-4 h2{
    margin-bottom: 60px;
}

section.section-4 .intro-icon i:nth-of-type(1){
    color: #faa61a;
}

section.section-4 .intro-icon i:nth-of-type(2){
    color: #0f2a43!important;
}

.team-member{
    margin-bottom: 60px;
}

.team-member img{
    margin-bottom: 20px;
}

.team-member h3{
    margin-bottom: 5px;
}

.team-member h4{
    margin-bottom: 0;
}

.team-member ul{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    list-style-position: outside;
}

.team-member li{
    margin-left: 15px;
    margin-bottom: 5px;
}

.team-member p,
.team-member li{
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.text-roboto{
    font-family: 'Roboto Slab', sans-serif;
}

.text-muli{
    font-family: 'Mulish', sans-serif;
}

.text-yellow{
    color: #faa61a!important;
}

.text-blue{
    color: #0f2941!important;
}

.intro-icon{
    margin-top: 65px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
    font-family: 'Roboto Slab', sans-serif;
}

h1, .h1{
    color: #0f2941;
    font-size: 34px;
}

h1.lead, .h1.lead{
    font-size: 35px;
    line-height: 40px;
}

h2, .h2{
}

h3, .h3{
    font-size: 20px;
}

h4, .h4{
    font-size: 18px;
}

p, li{
    font-family: 'Mulish', sans-serif;
    font-size: 22px;
    line-height: 24px;
}

p, a{
    color: #0f2941;
}

a{
    text-decoration: underline;
}

a:hover{
    color: #0f2941;
}

strong{
    font-weight: 700;
}

li{
    line-height: 32px;
}

footer{
    background-color: #0f2941;
    padding: 50px 0px;
}

footer p{
    font-size: 16px;
}

header{
    padding: 30px 0 0;
}

header.white-bg{
    /* background-color: rgba(255, 2555, 255, 0.5); */
    background-color: #ffffff;
}

header img{
    width: 100%;
    transition: width 0.5s;
}

header.off{
    padding: 30px 0px;
}

header.off img{
    width: 70%;
}

.company{

}

.company:not(:last-child){
    margin-bottom: 80px;
}

.company img{
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.company a{
    text-align: center;
}

.companies-column{
    margin-top: 80px;
}

.contact-details{
    margin-top: 30px;
}

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

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

    section.section-1{
        background-position: bottom left;
        padding-top: 260px;
        padding-bottom: 120px;
    }
}

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

    section.section{
        padding: 150px 0px 90px;
    }

    section.section-1{
        background-position: bottom left;
        min-height: auto;
        max-height: 660px;
        height: 100vh;
    }

    section.section-3 {
        /*
        background-image: url('/assets/images/section-1.jpg');
        */
        background-position: top left;
        height: auto;
    }

    section.section-2{
        background-image: url('/assets/images/section-2.jpg');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    section.section-4 h2{
        margin-bottom: 150px;
    }

    header{
        position: fixed;
        top: 0px;
        width: 100%;
        padding-top: 90px;
        z-index: 10;
        transition: background-color 0.3s, padding 0.5s;
    }

    .company img{
        width: 25%;
    }

    .companies-column{
        /* padding-top: 120px; */
        margin-top: 0;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1.lead, .h1.lead{
        font-size: 55px;
        line-height: 60px;
    }

    section.section-1
    {
        max-height: none;
        background-position: center right;
    }

    section.section-3
    {
        padding: 70px 0px;
        /* background-position: bottom right;
        background-image: url('/assets/images/banner-image.jpg'); */
    }
}
