body{
  font-family: 'Raleway', sans-serif;
}
.backgroundColor{
  background-color: #003F5F;
}
.img{
  width: 100%;
}
blockquote{
  background-color: #003F5F;
  padding: 10px;
  color: white;
}
#sidebar-container{
  position: fixed;
  left: 0;
 
  z-index: 12000;
}
h3,li{
  color:#003F5F;
}
.headNo{
  color: yellow;
}
a{
   color: #003F5F;
   font-weight: bold;
}
.headhr{
  height: 3px;
  width: 60%;
  background-color: #003F5F;
}
.breakhr{
    height: 10px !important;
    color: black;
    width: 100%;
}
.text-yellow{
  color: White;
}
.backMost{
    background-color: #003F5F;
}

.navhr{
  
 
  width: 80%;
}