body {
  background-color: #462424;
}

.hero h1, .hero h3 {
  color: #f15972;
}

body {
  margin: 0;
  font-weight: 900;
}

nav {
  position: fixed;
}

.hero {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-image: url("./images/image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero h1 {
  font-size: 5em;
  margin: 0;
  margin-bottom: 0.5em;
}

.hero h3 {
  font-size: 1.6em;
  margin: 0;
}

.nav-text {
  color: black;
  font-size: 1.2em;
  font-weight: bold;
}

#logo {
  height: 7vh;
  width: 5vw;
  margin-top: 1px;
}

.card-imgs {
  height: 40vh !important;
  width: 40vw !important;
}

h6 {
  font-weight: bold;
}

.offsetMore {
  margin-left: .25rem !important;
}
/*# sourceMappingURL=main.css.map */