.GeneralButton {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  height: 50px;
  background-color: rgb(210, 43, 43);
  border-radius: 10px;
  color: white;
  border: none;
  width: 180px;
  transition-duration: 200ms;
}

.RightBelowHeader {
  margin-top: 60px;
}

.GeneralButton:hover {
  background-color: rgb(238, 112, 112);
  cursor: pointer;
}

.ConcreteButton {
  background-color: rgb(161, 116, 72) !important;
}

.ConcreteButton:hover {
  background-color: rgb(196, 164, 132) !important;
  cursor: pointer;
}

@media (max-width: 800px) {
  .GeneralButton {
    font-size: 22px;
  }
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

.MasterWrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.CenterBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
}

h1 {
  font-family: "Archivo Black", sans-serif;
  color: rgb(210, 43, 43);
  text-align: center;
  font-size: 2vw;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-family: "Slabo 27px", sans-serif;
  color: rgb(210, 43, 43);
  font-size: 42px;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}

.NoMarginH2 {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.PageTitleH1 {
  color: white;
}

.ConcreteH2 {
  color: rgb(161, 116, 72) !important;
}

.WhiteH2 {
  color: white !important;
}

.BlackH2 {
  color: Black !important;
}

.FooterH2 {
  font-family: "Archivo Black", sans-serif;
  color: rgb(210, 43, 43);
  font-size: 22px;
  padding-top: 15px;
  margin-bottom: 0px;
}

.FooterBrownH2 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Slabo 27px", sans-serif;
  color: rgb(161, 116, 72);
  font-size: 42px;
}

.SpecialH2 {
  color: rgb(161, 116, 72) !important;
  font-family: "Archivo Black", sans-serif !important;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8) !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 42px;
}

h3 {
  font-family: "Lato", sans-serif;
  color: black;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.LargeP {
  font-family: "Lato", sans-serif;
  color: black;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }

  .ConcreteH2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }
}

.FooterH3 {
  font-family: "Archivo Black", sans-serif;
  color: rgb(213, 212, 211);
  font-size: 18px;
  text-align: left;
}

.HeaderH2 {
  font-family: "Archivo Black", sans-serif;
  color: black;
  font-size: 1.5vw;
  text-align: left;
}

.FooterH3Link {
  font-family: "Archivo Black", sans-serif;
  color: rgb(213, 212, 211);
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 892px) {
  .FooterH3Link {
    font-size: 18px;
  }
}

p {
  font-family: "Lato", sans-serif;
}
