@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');



*, *:after, *:before{
    box-sizing: border-box;
}

html{
    padding:0;
    margin: 0;
    min-height: 100vh;
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}
body{
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding:0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #231f20;
}

b, strong{
    font-weight: 700;
}
h1, h2, h3, h5{
    font-weight: 600;
    font-size: 1em;
    color: #0477a8;
    text-transform: uppercase;
}

a.button {
    color: #0477a8;
    text-transform: uppercase;
    text-decoration: none;
}

/** Colours **/
.blue{
    color: #0477a8;
    font-weight: 700;
}
/** header **/
header {
    overflow: hidden;
    clear: both;
    padding: 10px 30px 0 30px;
    width: 100%;
}
.logo{
    float: left;
    max-width: 300px;
}
nav{
    float: right;
    font-weight: 600;
}
nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}
nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #231f20;
}
nav ul li a.active {
    text-decoration: none;
    text-transform: uppercase;
    color: #0477a8;
}

/** Mobile **/
.mobileHeader{
    display: none;
    background-color: #fff;
}
.mobileMenu {
    float: right;
    padding-top: 15px;
    cursor: pointer;
}
.mobileMenu img {
    width: 35px;
}
#mobileClose .mobileMenu img {
    width: 22px;
}
#mobileClose{
    display: none;
}
nav.mobile {
    float: none;
    text-align: center;
    text-transform: uppercase;
    padding: 75px 0;
    background-color: #0477a8;
    text-align: center;
    text-transform: uppercase;
    display: none; 
    padding: 15px 0;
}
nav.mobile ul li{
    display: block;
}
nav.mobile ul li a {
    text-decoration: none;
    color: #fff;
}
/** Footer **/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}


.whiteLogo{
    display: none;
}



/******************************* HOME **/

body.home{
    background-image: url('img/home.jpg');
    background-position: center;
}
.home header{
    position: absolute;
}
.home .whiteLogo{
    display: block;
}
.home .colorLogo{
    display: none;
}
.home .main {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
}

.flexWrapper {
    padding: 0 10px;
    margin-top: 50px;
}
.home p{  
    line-height: 1.4em;    
    margin: 16px 0;
}
.home p.mobile{
    max-width: 400px;
}
.angleWrapper hr{
    border-color: #0477a8;
    max-width: 180px;
    margin-left: 0;
}

.contact footer,
.about footer,
.home footer{
    color: #fff;
}


/******** interior pages  **/
.interior{
    background-image: url('img/aboutus.jpg');
}
.interior header,
.interior .main{
    background-color: #fff;
}
.main {
    padding-top: 50px;
}

.row {
    padding: 0 0px 75px 30px;
    clear: both;
    overflow: hidden;
}
.row h1{
    margin: 0;
}
.row p {
    margin: 0;
    text-align: justify;
}
.col {
    float: left;
    max-width: 500px;
}
.col.col-1 {
    width: 10%;
    min-width: 100px;
    text-align: right;
    padding-right: 30px;
}



.col.col-2 {
    width: 40%;
    border-left: 1px solid #0477a8;
    padding: 0 30px;
}
.col.col-3 {
    width: 35%;
    padding: 0 10px;
}

/** The Approach **/
.approach.interior{
    background-image: url('img/approach.jpg');
    background-position: bottom;
}
.approach .col.col-1{
    width: 15%;
    max-width: 210px;
}
.investmentsWrapper {
    margin: auto;
    max-width: 800px;
    padding: 0 20px;
}
.investment {
    float: left;
    width: 33.333%;
    padding: 0 3px;
}
.investmentButton {
    padding: 30px 10px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}
.investmentButton h2{
    margin-bottom: 0;
}
p.animated.pullOut {
    display: none;
    padding: 0 10px 20px 10px;
    text-align: center;
    margin: 0;
}



.activeInvestment .investmentButton {
    background-color: #0477a8;
    color: #fff;
}
.activeInvestment .investmentButton h2{
    background-color: #0477a8;
    color: #fff;
}
.activeInvestment p.animated.pullOut {
    background-color: #0477a8;
    color: #fff;
}












/** Contact **/
.contact.interior{
    background-image: url('img/contact.jpg');
    background-position: bottom;
}
.contact .col.col-1{
    width: 15%;
    max-width: 180px;
}



/** IPAD **/
@media screen and (max-width:768px){
        .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    /** Home **/
    body.home {
        background-position: left;
    }

    .contact footer, .about footer, .home footer {
        background-color: rgba(0, 0, 0, 0.15);
    }
    .row {
        padding: 0 0px 50px 30px;
    }
    .contact .col.col-1,
    .approach .col.col-1,
    .col.col-1 {
        width: 100%;
        /* max-width: 300px; */
        text-align: left;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .col.col-2,
    .col.col-3{
        width: 100%;    
        border-left: 1px solid #0477a8;
        padding: 0 30px;
    }
    .col.col-3{
        padding-top: 20px;
    }
    .col {
        float: left;
        max-width: 100%;
    }
    /* Investment **/
    .investment {
        float: none;
        width: 100%;
    }
    .approach footer {
        position: static;
    }
}

/** IPHONE 6 **/
@media screen and (max-width:650px){
    .logo {
        max-width: 175px;
    }

    body {
        font-size: 16px;
    }
    header {
        padding: 10px 20px 0 20px;
    }
    .main {
        padding-top: 30px;
    }
    /** Interior **/
    .row {
        padding: 0 0px 50px 20px;
    }
    .col.col-2, .col.col-3 {
        padding: 0 20px;
    }
    .col.col-3 {
        padding-top: 20px;
    }
    /** HOME **/
    .home .main {
        padding: 0 20px;
    }
    .flexWrapper {
        margin-top: 120px;
        padding:0;
    }
    .angleWrapper hr {
        max-width: 140px;
    }
    footer {
        font-size: 10px;
    }
    footer p{
        margin: 8px 0;
    }
}

@media screen and (max-width:350px){

    .flexWrapper {
        margin-top: 170px;
    }
    .angleWrapper {
        max-width: 250px;
    }
}