/* mobile */
body{
    background: rgb(247, 247, 247);
}

.header{
    background: rgb(248, 248, 248);
    height: 7em;
}


.mobile_tablet_header_grid{
    position:fixed !important;width:110%;z-index: 100;box-shadow: 1px 1px 1px 1px rgb(228, 227, 227);background: rgb(241, 241, 241);
}

.mobile_logo{
    height:3em;
    width: 3em;
    margin-top: 1.5em;
    margin-left:1em;
}

.mobile_title{
    color:purple;
    font-weight: 600;
    font-size: 16px;
    padding-top:1.8em;
}

.mobile_menu{
    color: purple;
    font-size: 20px;
    padding-top: 1.7em;
    text-align: center;
}

.mobpnav{
    line-height: 40px;
    padding-left: 2em;
    border-bottom: 1px solid purple;
}

.mobpnav a{
    color: black;
}
.mobile_main_image{
    background-image: url(../../assets/images/nairobi-647347_960_720\ street.jpg);
    background-position: center;
    background-size: 100% 100%;
    height: 24em;
}

.punchline_container{
    background: rgba(255, 0, 0, 0);
}

.punchline{
    font-size: 30px;
    padding:10px;
    font-weight: 600;
    line-height: 25px;
    color: rgb(0, 0, 0);
}


.puncline_tag{
    color:rgb(0, 0, 0);
    padding: 10px;
    margin-top:0.5em;
    font-weight: 600;
    font-size:20px;
}

.intro_p{
    padding: 10px;
    font-size: 15px;
}

.intro_head{
    padding-top: 2em;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}


.intro_text{
    max-width: 80em;
    margin: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
}


.about_topline{
    font-size: 20px;
    text-align: center;
    max-width: 30em;;
    margin: auto;
    line-height: 30px;
}

.about_icon{
    height:10em;
    width: 10em;
    margin: auto;
}
.about_head{
    font-weight: 600;
    text-align: center;
    padding-top: 2em;
    font-size: 18px;
}
.about_text{
    padding-top:3em;
    font-size: 16px;
    line-height: 25px;
    padding-left: 1em;
}

.investment_banking_image{
    height:20em;
    padding: 0 !important;
    background-image: url(../../assets/images/frankfurt-1804481_1920.jpg);
    background-position: center;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    
}

.investment_management_image{
    height:20em;
    padding: 0 !important;
    background-image: url(../../assets/images/african-3797852_1920.jpg);
    background-position: center;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    
}

.investing_and_lending_image{
    height:40em;
    padding: 0 !important;
    background-image: url(../../assets/images/african-american-investinf\ 3650966_1920.jpg);
    background-position: center;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
}


.investing_and_lending_image_container{
    background:rgba(102, 51, 153, 0.295);
    height: 100%;
    color: #fff;
}

.investment_banking_image_container{
    background:rgba(102, 51, 153, 0.295);
    height: 100%;
    color: #fff;
}

.investment_management_image_container{
    background:rgba(102, 51, 153, 0.295);
    height: 100%;
    color: #fff;
}

.vision_mission_image_container{
    background:rgba(102, 51, 153, 0.295);
    height: 100%;
}

.goals{
    text-align: center;
    padding-top: 2em;
    font-size: 32px;
    font-weight: 600;
}

.goals_sub{
    text-align: center;
    padding-top: 2em;
    font-size: 16px;
}


/* tablet */
@media only screen and (min-width:425px){
    body{
    background: rgb(247, 247, 247);
    }
}
/* desktop */
@media only screen and (min-width:768px){
    body{
    background: rgb(247, 247, 247);
    }

    .header{
        background: rgba(221, 221, 221, 0);
        height: 10em;
       
    }

    .header_container{
        height: 55em;
        background-image: url(../../assets/images/nairobi-647347_960_720\ street.jpg);
        background-position: center;
        background-size: 100% 100%;
    }

    .left_head{
        height: 8em;
        background:linear-gradient(rgba(255, 255, 255,1),rgba(255, 255, 255, 0.549));
        position: fixed;
        width: 110%;
        z-index: 100;
    }

    
    .right_head{
        height: 8em;
        background:linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .header_grid{
        margin-top: -10em !important;

    }

    .computer_logo{
        height: 5em; 
        width: 5em;
        margin-left:1em;
        display: inline-block;
    }
    
    .computer_title{
        display: inline-block;
        width:auto;
        color: purple;
        font-size: 30px;
        font-weight: 600;
        line-height: 80px;
        padding-left: 1em;
        font-family: 'Times New Roman', Times, serif;
    }

    .compnav{
        padding-top:2em;
        padding-bottom:1em;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
    }

    .compnav:hover{
        color: purple;
        border-bottom: 1px solid purple;
        transition: 1s;
    }

    .compnav a{
        color: black;
    }

    .computer_right_col{
        height: 50em;
    }

    .punchline_container{
        background: rgba(255, 0, 0, 0);
        margin-top:10em;
        color: #fff;
        padding-top: 14em;
    }
    .punchline{
        font-size: 50px;
        padding:10px;
        font-weight: 600;
        width: 90%;
        line-height: 55px;
        color: #fff;
        font-family: 'Times New Roman', Times, serif;

    }

    .puncline_tag{
        color:rgb(255, 255, 255);
        padding: 10px;
        margin-top: 1em;
        font-size: 25px;
    }

    .intro_p{
        padding: 10px;
        font-size: 15px;
        width: 80%;
    }

    .intro_text{
        max-width: 80em;
        margin: auto;
        text-align: center;
    }

    .investment_banking_image{
        height:40em;
        padding: 0 !important;
        background-image: url(../../assets/images/frankfurt-1804481_1920.jpg);
        background-position: center;
        /* background-size: 100% 100%; */
        background-attachment: fixed;
        
    }

    .investment_management_image{
        height:40em;
        padding: 0 !important;
        background-image: url(../../assets/images/african-3797852_1920.jpg);
        background-position: center;
        /* background-size: 100% 100%; */
        background-attachment: fixed;
        
    }

    .investing_and_lending_image{
        height:40em;
        padding: 0 !important;
        background-image: url(../../assets/images/african-american-investinf\ 3650966_1920.jpg);
        background-position: center;
        /* background-size: 100% 100%; */
        background-attachment: fixed;
    }


    .goals{
        text-align: center;
        padding-top: 7em;
        font-size: 45px;
        font-weight: 600;
    }
    
    .goals_sub{
        text-align: center;
        padding-top: 2em;
        font-size: 16px;
    }
    
}
