.resources{
  background-color: #bbbbbb57;
  color:#ae0e0e;
  font-weight: bold;
  font-size: medium;
  padding-left: 10px;
  border: #ae0e0e;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  
}

html {
  height: -webkit-fill-available;
}





.col-sm-3{
  background-color: black;
  height: 100vh;
}

.mb-2{
  font-weight: bold;
}

.head{
  color: #ffffffdd;
  text-transform: uppercase;
  font-weight:500;
  font-size: large;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.links{
  height: 20px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.nav{
  background-color:#ae0e0e;
  border-radius: 0%;
  text-align: center;
  color:#ffffff;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 8px;
  border: none;
  transition-duration: 0.4s;
  cursor: pointer;
}


.nav:hover {
  background-color:#bbb;
  color:#ae0e0e;
  font-weight: bold;
}

.activ{
  background-color:#bbb;
  color:#ae0e0e;
  font-weight: bold;
}


.icon-link{
  
  padding-left: 20px;
  padding-right: 20px;
}

h3{
  text-align: center;
}

.heading{
  color: #ffffff;
  text-transform: uppercase;
  font-size: medium;
}
h5{
  color: #ae0e0e;
}

h5:hover{
  text-decoration: underline;
}

@media (max-width: 900px) {

  .sticky-top{
    position: relative !important;
    min-height: fit-content;
  }
  .col-sm-3{

    height: fit-content;
  }


  
}

.books{
 text-decoration: none;
  font-weight: bold;
  color:#ae0e0e;
}

.books:hover{
  text-decoration: underline;
}