:root {
  --font-family: 'Poppins', sans-serif;
  --font-weight: 300;
  --font-size: 18px;
  --color: rgb(33, 37, 41) !important;
}

a {
  color: #CC835C;
}

h1, h2, h3, h4, h5, h6, h7, p {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: rgb(33, 37, 41);
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: rgb(33, 37, 41);
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgb(33, 37, 41);
}

h5 {
  line-height: 24px;
}

.section-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow-wrap: normal;
}

.section-header h1, .section-header h5 {
  color: white;
}

.section-header .container {
  padding: 100px 15px;
}

.section-header::before {
  background-color: rgba(29, 29, 29, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
  display: block;
}

.section-header h1, .section-header h5 {
  position: relative;
}

.section-references p {
  font-size: 14px;
}

.section-footer {
  text-align: center;
}

.section-footer .container {
  padding: 24px 0;
}

#footer-links p {
  font-size: 12px;
  padding-top: 5px;
}

.section {
  position: relative;
  display: flex;
  align-items: stretch;
}

.container {
  padding: 48px;
  flex: 2;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

@media only screen and (max-width: 767px) {
  .section {
    display: block;
  }

  .container {
    max-width: 100%;
  }

  .bg {
    height: 300px;
  }

  .bg-center-mob {
    background-position: center;
  }

  .bg-top-mob {
    background-position: top;
  }
}

.section-highlight {
  background-color: rgb(238, 226, 215);
}

.section-mediumlight {
  background-color: rgb(251, 248, 245);
}

.section-center {
  text-align: center;
}

.section-image-left {
}

.section-image-right {
  flex-direction: row-reverse;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary p {
  color: #004085;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success p {
  color: #155724;
}

.button a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button a:hover, .button a:focus {
  background-color: #218838;
  border-color: #1e7e34;
}

.button2 a {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 25px;
  padding: 10px 50px;
  font-size: 1.25.rem;
  line-height: 1.5;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button2 a:hover, .button2 a:focus {
  background-color: #0069d9;
  border-color: #0062cc;
}

.p-highlight p {
  color: rgb(204, 131, 92);
}
