@import url('https://fonts.googleapis.com/css2?family=Agdasima&family=Bree+Serif&display=swap');

body {
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Bree Serif', serif;
}

.brandText{
  text-transform: uppercase;
  font-family: 'Bree Serif', serif;
  color: white;
}

.btn-success{
  background-color: white;
  color: #4c1d95 !important;
  border: none;
  outline: none !important;
}

.btn-success:hover{
  background-color: skyblue !important;
  color: #4c1d95 !important;
}

.loginLink:hover{
  color: white !important;
  text-decoration: underline !important;
}

p {
  font-family: 'Agdasima', sans-serif;
}

span {
  font-family: 'Agdasima', sans-serif;
}

.dbBtn{
  background-color: #4c1d95;
  border: none;
  outline: none;
}


.navbar-light{
  background-color: #4c1d95 !important;
  color: white !important;
}
.card-subtitle {
  font-family: 'Agdasima', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.card-footer a u {
  color: #000000 !important;

}

 a u:hover{
  color: #4c1d95 !important;
}


.card-footer{
  background-color: #ffffff !important;
  border-top: none !important;
}

/* .sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
  }
  
  .sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
    font-family: 'Bree Serif', serif;
  }
   
  .sidebar a.active {
    background-color: #337ab7;
    color: white;
  }
  
  .sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
  
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
  }
  
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  } */