html, body {
  background-color: #F6F3F0;
  height: 100%;
  width: 100%;
}

div.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

div.hero-content {
  font-family: Montserrat, serif;
  width: 60%;
  height: auto;
}

img.logo {
  width: 100%;
}

.columns {
  margin-top: 0px;
}

.nav-sidebar {
  position:sticky;
  position: -webkit-sticky;
  top:0;
  height:100vh;
  background:#220C5B;
  color: white;
}

a.nav-bar-item:hover, a.navbar-item:hover{
  background-color: #4F309F;
}

a.nav-bar-item.active, a.navbar-item.active{
  background-color: #4F309F;
}

img.nav-icon{
  height: 24px;
  width: 24px;
  margin-right: 12px;
}

.nav-links{
  margin-top: 24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.nav-footer{
  margin-top:50vh;
}

.navbar, .navbar-menu{
  background:#220C5B;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #48C774; /* Bulma's green color */
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.donation-summary{
  border: 3px solid #4F309F;
  border-radius: 10px;
  padding: 48px;
  background: white;
}

.donations-summary-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
}

.donation-summary-values{
  border: 1px solid #DFDFDF;
  padding: 24px;
  gap: 20px;
  opacity: 0px;
  border-radius: 10px;
}

.header{
  color: #220C5B;
}

.purple{
  color: #361B7D;
}

.grey{
  color: #5C616D;
}

.dark-grey{
  color: #474747;
}

.light-grey{
  #5C616D;
}

.allsow-card{
  background-color: white;
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px;
}

.green-border-left{
  border-left: 2px solid #798246;
}

div.announcement-content {
  display: flex;
  align-items: center;
}

.avatar>img{
  border-radius: 20px;
}

div.search-bar {
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

div.explore-card {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

div.explore-content{
  max-width: 80%;
}

.no-shrink{
  flex-shrink: 0;
}

.rounded-10{
  border-radius: 10px;
}

.details-header{
  background-color: white;
}

.details-card-header{
  background-color: #ECEDED;
  padding: 20px 30px 20px 30px;
  border-radius: 10px 10px 0px 0px;
  margin: -20px -30px;
}
