
 body {
      font-family: sans-serif;
      color:#351700;
      margin: 0;
    }

header{
    background-color: #FFFCF6;
}

h1{
    font-size: 4rem;
    font-weight: bold;
}

h2{
    font-size: 2.7rem;
    font-weight: bold;
}


h4{
    font-size: 1.7rem;
    font-weight: bold;
}

h5{
    font-size: 1.5rem;
    font-weight: normal;
}

.navbar-nav{
    font-size: 1rem;
}

.main-demo-btn{
    font-size: 1.2rem;
}

.section-top{
    background-image: linear-gradient(to right top, #fffcf6, #fef6e7, #fcf0d8, #fbeac9, #f9e4ba);
}

.section-dark{
    background: #373330;
    height: 500px;
}

.section-light{
    background: #FDF4EB;
    height: 600px;
}

.section-footer{
    background: #373330;
    height: 500px;
    color:#B2AC9D;
    font-size: 0.8rem;
}

.btn-bg-opacity-50 {
  opacity: 0.50;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #351700;
  --bs-btn-border-color: #351700;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #351700;
  --bs-btn-hover-border-color: #351700;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #351700;
  --bs-btn-active-border-color: #351700;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #351700;
  --bs-btn-disabled-border-color: #351700;
}

.benefit-list{
    font-size:1.1rem;
    font-weight: 600;
}

.benefit-list {
  list-style: none !important; 
  margin: 0;
  padding: 0;
}

.benefit-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.benefit-list li:before {
  content: '✓';
  padding-right: 5px;
}

.card{
    font-weight: bold;
}
