.logo{
    /* width:100%;
    height:auto;
    display:flex;
    flex-direction:row;
    justify-content:center; */
    margin:0px 10px;
}


.header .navbar{
background: #001437;
}

.navbar a{
    color:#ffffff;
}

.header .container-fluid{
    padding: 0px !important;
}
.nav-img img{
    width:150px;
    height:auto;
 
}

.quote{
    margin: 50px 0px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #001437;
    font-size: 24px;
    text-align: center;
}

.tagline{
    font-size: 24px;
    color: #001437;
    margin: 50px 0px;
}

.tagline img{
    width:200px;
    height:auto;
}