@media (max-width: 576px) { 
  .navbar{
    padding: 40px 0 40px 0!important;
  }
  .body{
    padding-top: 120px;
  }
 }
 @media only screen and (max-width : 768px) {
  .bg-primary{
    background-color: #875e28!important;
  }
  .navbar-light .navbar-toggler-icon{
    margin-top: 15px;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .navbar{
    background-color: #575654;
    padding: 20px 5px 20px 5px!important;
  }
  .adminButton{
    text-align: center;
  }
}

@media (max-width: 1199.98px) {

 }
@media (min-width: 997px) {

 }
 body{
  background-color: #f6eee3;
 }
 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-header{
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 17px;
}
.homeCard{
  padding: 40px 40px 40px 20px!important;
}
#back a, a:hover, a:active, a:visited{
  text-decoration: none;
  color: #383838;
}

.dNum{
  background-color: #875e28;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 8px;
} 
.dDes p{
  line-height: 1.3;
}
.dDesS p{
  line-height: 1;
}
.light{
  color: #6d6d6c;
}
.eventName{
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
}
.eventTime{
  font-size: 13px;
}
.eventLocation{
  font-size: 13px;
}
.item{
  border: 1px solid #875e28;
  padding: 15px 15px 10px 5px;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.tomorrow{
  background-color: #875e28;
}
.table-bordered > :not(caption) > * > *, .table-bordered > :not(caption) > *{
  border-width: 0px;
}
.menuButton{
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.button{
  background-color: #fff;
}
.button:hover{
  background-color: #f2eee3;
}
.menuButtonLink{
  text-decoration: none;
  color: red;
}
.btn-tom{
  background-color: #f2eee3;
  color: #875e28;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  width: 250px;
  padding: 10px;
  border: none;
}
.btn-add{
  background-color: #875e28;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  width: 250px;
  padding: 10px;
  border: none;
}
.btn-add:hover{
  background-color: #714c1a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  width: 250px;
}
.btn-add:active{
  background-color: #714c1a!important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  width: 250px;
  box-shadow: none;
}
#today{
  text-align: center;
  margin-top: 40px;
}
#today p{
  line-height: 0;
}

.bg-primary{
  background-color: #875e28!important;
}
h3{
  font-family: 'Cinzel', serif;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  color: #542015;
}
h4{
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
h5{
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 21px;
}
.anniversaryYear{
  font-weight: bold;
  font-size: 13px;
}
.anni_count{
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
.birthday_of{
  font-size: 18px;
  font-weight: bold;
}
p{
  font-family: 'Hedvig Letters Serif', serif;
  font-size: 16px;
  line-height: 1.6;
}
.btn-info{
  font-weight: bold;
}
.btn-fr{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 7px 10px 7px 10px;
}
.btn-fr:hover{
  background-color: #ffffff;
  color: #CC9E62;
}
.btn-fr-r{
  background-color: transparent;
  color: #CC9E62;
  border: 1px solid #CC9E62;
  border-radius: 0;
  padding: 7px 10px 7px 10px;
}
.btn-fr-r:hover{
  background-color: #CC9E62;
  color: #ffffff;
}
.navbar{
  background-color: #875e28!important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.navbar-light .navbar-nav .nav-link,  .navbar-light .navbar-nav .nav-link.active{
  color: #fff;
}
.text-b-left{
  border-left: #875e28 solid 4px;
}
.b-white{
  border: #fff solid 1px!important;
}
#searchTable > .table-bordered > :not(caption) > * > *, .table-bordered > :not(caption) > *{
  border-width: 1px;
}
.searchLabel{
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.searchValue{
  font-size: 13px;
  font-weight: bold;
}
.dropdown-menu{
  background-color: #875e28;
}
.dropdown-item{
  color: #fff;
}
.dropdown-item{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-menu > a:visited{
  color: #fff!important;
}
.dropdown-item:hover{
  color: #383838;
  background: none!important;
}
.dropdown-item:visited{
  color: #fff!important;
  background: none!important;
}
.dropdown-toggle{
  color: #fff!important;
}