
.logo {
   height:120px;
   width:120px; 
}
body {
    font-family: "Calibri","sans-serif"; 
}
li.nav-item{
    text-transform: uppercase;
  }
a.navbar-brand{
    text-transform: uppercase;
    font-weight: bold;
  }  
a.nav-link.active {
    font-weight: bolder;
  }  
.heading1 {
  font-size: 36px;
  font-weight: bolder;
}
.heading2 {
  font-size: 24px;
  font-weight: bold;
}
.heading3 {
  font-size: 20px;
  font-weight: bold;
}
.AddMarginTop {
  margin-top: 10px;
}