body {
  font-family: Lato,sans-serif;
}
nav{
    width: 100%;
  }
  .navbar-nav>.active>a {
    color: black;
  }
  .nav-link{
    color: white;
    border-radius:10%;
  }
  :hover.nav-link{
    background-color:rgb(255,255,255,0.15);
    /* background-color: #4CAF50; */
    color: white;
  }
  .text-justify {
    text-align: justify;
  }
  .logo{
    width:50px; 
    height:50px;
    border: 2px solid wheat;
    border-radius: 20%;
  }
  .navbar-toggler {
    border: 1px solid white;
  }
  /* name in center */
  .corner-stone{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-align:center;
  }
  /* links in footer */
  a{
      color: black;
      text-decoration: none;
  }
  a:hover{
      color: lightyellow;
  }
  a:focus, a:active {
    color: white !important;
  }
  .form-group {
    margin-top: 2px;
  }
  .err-msg {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255 193 7) !important;
}
#loading {
  background-color: rgba(0, 0, 0, .5);
}

.spinner-border {
  color: rgb(33, 37, 41);
  position: fixed;
  left: 50%;
  top: 50%;
}