#About {
    background: rgb(179, 176, 176,0.1);
}
.container {
    margin-right: 0%;
    padding: 0%;
}
/* .anchor { 
    padding-top: 70px; 
    } */
body {
    /* min-height: 2000px; */
    padding-top: 70px;
  }

  html { height:100%; }

.fit-image {
    width: 100%;
    object-fit: cover;
    height: 100%; /* only if you want fixed height */

}

#intro_txt {
    margin-top: 2em;
    margin-left: 3em;
}

#intro_sub_txt {
    margin-left: 3.5em;
}
.navbar {
    background-color: #F5F5F5 !important;
    
}

/* brand name and logo */
.navbar-brand {
    font-size: 3em !important;
    font-weight: bold !important;
    color : #0038a6 !important;
}
