:root {
  --color-primary: #d2232a;
  --color-secondary: #d2232a;
  --color-tertiary: #eb9ba4;
  --color-quarternary: #d84e61;
  --color-gold: #bf9663;
  --font-heading: "Noto Serif", serif;
  --font-body: "Avenir", Arial, Helvetica, sans-serif;
  --padding-page: 24px;
}

body,
html {
  background-color: #d2232a;
  background-color: var(--color-secondary);
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-family: var(--font-body);
  font-weight: 700;
  height: 100vh;
  max-width: 100vw;
}

section {
  display: block;
}

body {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

h2 {
  border-radius: 5px;
  color: white;
  font-size: 25px;
  padding: 5% 0px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  border-bottom: 2px solid white;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0.2em 0px 0.8em;
  padding: 0.1em 0px 0.3em;
  text-transform: uppercase;
}
h4 {
display: flex;
  flex-direction: column;
  line-height: 2em;
  margin: 2% auto 0px;
  padding: 0px 0px 3em;
  width: 100%;
}
h5 {
  border-radius: 5px;
  color: ;
  font-size: 25px;
  padding: 1% 0px;
  text-align: center;
  text-transform: uppercase;
}
h6 {
  color:#dd2941;
  margin-bottom: .5em;
  margin-top: .5em;
  font-size: 20px;
  padding: 5%;
  text-align: center;
  font-weight: 700;
}

.topheader {
  width:101%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -moz-box-align: center;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
}