/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  margin: 0;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 5.4rem;
  font-weight: 400;
}
@media (min-width: 601px) {
  h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 9.6rem;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 601px) {
  h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 1000px) {
  h2 {
    font-size: 6rem;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 601px) {
  h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1000px) {
  h3 {
    font-size: 4.8rem;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 2.1rem;
  }
}
h4 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 601px) {
  h4 {
    font-size: 3rem;
  }
}
@media (min-width: 1000px) {
  h4 {
    font-size: 3.6rem;
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: 1.8rem;
  }
}
h5 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 601px) {
  h5 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  h5 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h5 {
    font-size: 1.8rem;
  }
}
p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 601px) {
  p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1000px) {
  p {
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  p {
    font-size: 1rem;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.spacer50px {
  height: 50px;
}
.spacer30px {
  height: 30px;
}
.spacer20px {
  height: 20px;
}
.spacer10px {
  height: 10px;
}
.container {
  position: relative;
  min-height: 100vh;
}
.test {
  border: 1px solid red;
}
.test2 {
  border: 1px dotted lawngreen;
}
.container {
  background-color: #120c0c;
  color: #fff0f1;
}
.contentcontainer {
  width: 80%;
  margin: auto;
}
@media (min-width: 601px) {
  .contentcontainer {
    text-align: center;
  }
}
.HeroLogo {
  width: 100%;
  height: auto;
}
@media (min-width: 601px) {
  .HeroLogo {
    object-position: center;
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .HeroLogo {
    width: 60%;
  }
}
.subheader {
  text-align: right;
  margin-right: 10%;
}
@media (min-width: 601px) {
  .subheader {
    text-align: center;
    margin: 0;
  }
}
.logo {
  width: 45%;
}
.homeImg {
  width: 100%;
  height: 20vh;
  object-fit: cover;
  opacity: 75%;
  margin: 10px 0;
  border: 1px solid #c7a2a2;
}
.topnav {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 5%;
  background-color: #fff0f1;
  height: 10vh;
}
.topnav a {
  text-transform: uppercase;
  text-decoration: none;
}
.topnav a:hover {
  background-color: #c7a2a2;
  color: #120c0c;
}
.topnav a.active {
  color: #fff0f1;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    color: #c1272d;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff0f1;
  color: #120c0c;
}
