h1, h2, h3, h4, strong, .strong{
  font-family: "quiet-sans", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
}

p, nav, li, ul, a{
  font-family: "quiet-sans", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
}

.bg-blue{
  background-color:#1c3664;
}
.bg-gray{
  background-color:#484848;
}

a.nav-link{
  color:#FFF !important;
}

a.nav-link:hover, a:hover{
  color:#f1c400 !important;
}
.btn-light a.nav-link{
  color:#000 !important;
}
.btn-light a.nav-link:hover{
  color:#1c3664 !important;
}

.nav-item.btn{
  padding:0px 3px !important;
}

.nav-item.btn a{
  padding:5px 3px !important;
}
.nav-item{
  margin-right: 10px;
}
.navbar{
  transition: all 0.2s linear;
}
.navbar-brand img{
  transition: all 0.2s linear;
}
.read-smore__link{
  color:#000;
  margin-bottom:30px;
  text-transform: uppercase;
  font-weight:700 !important;
}
.text-white .read-smore__link{
  color:#FFF !important;
}
#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width:991px){
  .navbar-brand img{
    max-width: 50px !important;
  }

}
@media (min-width:1921px){
  #academics .row, #giving .row, #community .row{
    min-height:800px;
  }
}
