html,
body{
     height:100%; 
    font-size:1rem;
    font-weight: 300;

}

img{
    max-width: 100%;
}
/* p{
    line-height: 1.3rem;
    
} */

h1,h2,h3,h4, h5,h6{
    color:#333;
    font-weight: 300;
    margin: 0;
}

hr{
    margin-top:2rem;
}
.bg-nav{
    background-color: #003d79;
}

.navbar-toggler{
    font-size:0.8rem;
    border:none;
}

#top-info{
    /* background-color: #003d79; */
    color:#fff;
    padding: 0.2rem 1rem;
    font-size:0.8rem;
    font-weight: 400;

}


.section-content{
    padding:2rem 0 1rem;
    overflow: hidden;
    /* border-bottom:1px solid #ccc; */
}

.section-content .section-title{
    padding-bottom:1rem;
}

#founder p{
    line-height: 1.3rem;
    font-size:0.9rem;
   
}

#recognition .cart-text{
    padding:1rem 0;
}



 footer .card {
    color:#fff;
}
footer .card .card-title{
    font-size:1rem;
    font-weight: bold;
    color:#fff;
}

.card .card-text.media-links a{
    font-size:1.5rem;
    color:#fff;
}

