h1 {
  color: #2C4F50;
  font-weight: 800;
}

h3 {
  font-weight: 800;
}

body {
  /*background-color: #f5f5f5;*/
  font-family: "Questrial", sans-serif;
  font-optical-sizing: auto;
  color: #2C4F50;
}

.btn-block {
  width: 100%;
  padding: 15px;
}

.denali-bg {
  background-color: #FFEBCB;
  font-family: "Questrial", sans-serif;
  font-optical-sizing: auto;
  padding: 10px;
  min-height: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.bottom-hero {
  border-bottom: 10px solid #2C4F50;
  /*border-bottom-left-radius: 8px;*/
  /*border-bottom-right-radius: 8px;*/
}

button {
  border: none;
  background-color: #dddddd;
  width: 240px;
  border-radius: 15px;
}

p {
  font-size: 22px;
}

.footer {
  background-color: #2C4F50;
  min-height: 150px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.space {
  height: 100px;
}

.copyright-statement {
  font-size: 18px;
}

.main-content-bg {
  background-color: #F5F5F5;
}

.divider {
  border-bottom: 1px solid #EE804D;
}

.logo {
  width: 130px;
}