

/* Typography*/
body{   font-family: 'Open Sans', sans-serif;
}
h1{     font-family: 'Quicksand', sans-serif;
        color: #000000;}
p{      color: #666666;}

.header h1{
    font-size: 5.00em;
    color: white;
}

.header p{
    color: white;
    font-size: 1.563em;
    
}

b{
    font-weight: 700;
    color: black;
}

/* background*/
body{
    
    background-image: url('../images/positive@2x.png');
    background-repeat: repeat;
    overflow-x: hidden;
}
/* ------------------------------------------------------------------*/
/* header top fold*/
.header{
    height: 100vh;
    background-image:url('../images/triangle.svg'),url('../images/hero.jpg');
    background-size: 100% auto,cover;
    background-position: center 100.1%, center;
    background-repeat: no-repeat;
}

#logo{
    position: absolute;
    background-color: white;
    padding-left: 10%;;
    padding-top: 8.5px;
    padding-bottom: 7.4px;
    padding-right: 11.1px;
}


#logo img {
    max-width: 200px;
    width: 100%;
}


/* ------------------------------------------------------------------*/
/* Who help*/
.whowehelp{
    margin-top: -100px;    

}

/* ------------------------------------------------------------------*/
/* Why Should podcast*/

/* ------------------------------------------------------------------*/
/* Why Should engage*/


/* ------------------------------------------------------------------*/
/* icons*/
.icons{
    padding-bottom: 250px;
    color: white !important;
    background-image: url('../images/black-tri.svg'),url('../images/line-repeat.svg');
    background-position: center top,center bottom;
    background-size: cover;
    background-repeat:no-repeat,repeat-y;
    text-align: center;


}

.icons h1 p {
    color: white !important;
}

/* ------------------------------------------------------------------*/
/* Get in touch*/
.getintouch{
    position: relative;
    z-index: 11;
    background-color: white;
    text-align: center;
    margin-top: -400px;
    padding: 50px;
}

/* ------------------------------------------------------------------*/
/* Footer*/
footer{
    background-color: #000000;
    padding-top: 220px;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: inherit;
    text-underline-position: above;
}


/* ------------------------------------------------------------------*/
/* MEDIA QUERIES - UPDATE 2020*/


@media all and (max-width: 479px) {
    
    .header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .header p {
        font-size: 16px;
        line-height: 25px;
    }
    
    h1 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .getintouch {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .getintouch .d-inline-block p {
        word-break: break-all;
        font-size: 13px;
        line-height: 20px;
        margin: 5px 0 0;
    }
    
    .getintouch .d-inline-block {
        margin: 0 0 10px!important;
        width: 100%;
    }
    
    .getintouch .d-inline-block:last-child {
        margin-bottom: 0!important;
    }
    
    footer .py-2 {
        font-size: 12px;
        margin: 0;
        padding: 5px 20px 0!important;
    }
    
    footer .clearfix.container {
        padding: 10px 0;
    }
    
    .mb-5, .my-5 {
        margin-bottom: 20px!important;
    }
}
