/*!
    #064C6E - deepblue
    #DCE7ED - light blue
    #D94B25 - orange
*/

body {
    font-family: 'Urbanist', 'Verdana', Sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1 {
    font-weight: 700;
}

p {
    font-size: 1.1rem;
}

h4 {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

h3 {
    font-weight: 600;
    font-style: italic;
}

header {
    background-repeat:no-repeat;
    background-size: 80%;
    background-position-x: 0px;
    background-position-y: 0px;
    overflow-y: visible;
    z-index: 10;
    margin-bottom: -180px;
    padding-bottom: 180px;
}

i {
    color: #064C6E;
}

.header-wrapper{
    background-size: cover;
    background-position: center;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

#logo-wrapper {
    padding: 20px 40px;
}

img#logo {
    width: 15%;
}

#main {
    background-repeat:no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    z-index: 10;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -10%;
    padding-top: 10%;    
    text-align: center;
    color: #ffffff;
}

.intro-wrapper {
    background-color: #064C6E;
    margin-left: 0px;
    margin-right: 0px;
}

.team-wrapper {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.company-info {
    text-align: center;
}

.team-wrapper {
    color: #064C6E;
    text-align: left;
}

.bio-content p {
    margin-bottom: 5px;
}

.bio-content a {
    color: #064C6E;
    font-style: italic;
}

.icon-mobile {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.icon-building {
    margin-right: 0.2rem;
}

.amy, .wicky {
    background-repeat: no-repeat;
    background-size: auto 3.75rem;
    color: #ffffff;
    padding: 10px;
    padding-left: 28px;
    margin-top: -12px;
    margin-left: -28px;
}

.achievement {
    font-size: 0.9rem;
    font-weight: 400;
}

.bio-pic img {
    width: 100%;
}

.achievement ul {
    padding-left: 12px;
}

.footer-wrapper {
    background-size: cover;
    background-position: center;
    z-index: 10;
    margin-top: -240px;
    padding-top: 240px;    
}

footer {
    background-color: #DCE7ED;
    padding-top: 50px;
}

footer a {
    color: #064C6E;
    font-style: italic;
}

@media (min-width: 1200px) {
    .broker {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .header-wrapper{
        height: 560px;
    }

    #main {
        margin-top: -10%;
        padding-top: 10%;    
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .header-wrapper{
        height: 360px;
    }

    header {
        background-size: 90%;
    }

    #logo-wrapper {
        padding: 15px 30px;
    }
    
    img#logo {
        width: 16%;
    }    

}

@media (max-width: 575.98px) {
    .header-wrapper{
        height: 300px;
    }

    header {
        background-size: 100%;
    }

    #logo-wrapper {
        padding: 10px 20px;
    }
    
    img#logo {
        width: 18%;
    }    

}

@media (max-width: 767.98px) {
    .title, .name, .contact-info {
        text-align: center;
    }

    .title {
        margin-top: 5px;
    }

    .amy, .wicky {
        background-position: center;
        padding: 6px 10px 10px 10px;
        margin-left: auto;
        margin-top: 0px;
    }
}