body {
  background-color: #3d5265;
  color: #ffffff;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  min-height: 100vh;
  width: 95vw;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

nav {
  max-width: 95vw;
  width: 100%;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  font-style: normal;
}

main {
  flex: 1;
  max-width: 95vw;
}

footer {
  max-width: 95vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: grey;
}

h1,
h2,
h3,
h4,
h5 {
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.heading {
  font-family: MicrobrewOneInline;
  font-weight: 400;
  font-size: 3rem;
}

.heading-sm {
  font-family: MicrobrewOneInline;
  font-weight: 400;
  font-size: 2rem;
}

.heading2 {
  font-family: MicrobrewOneInline;
  font-weight: 400;
  font-size: 2rem;
}

.copy-center {
  font-size: 1.25rem;
  text-align: center;
}

.btn-white {
  background-color: white;
  color: #3d5265 !important;
  font-family: MicrobrewOneInline;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
  padding: 20px 20px 20px 20px;
  border: none;
  display: flex;
  align-items: center;
}

.team-img {
  background: url("../img/megan_colby.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 580px) {
  .heading {
    font-size: 1rem !important;
  }
  .heading2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 1.5rem !important;
  }
  .heading2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .heading {
    font-size: 2.25rem !important;
  }
}
.nav-brand-img {
  max-height: 100px;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link {
  color: #ffffff !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.25rem;
}

.menu-toggle {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8.5px, -8px);
  margin-left: -1px;
}

footer {
  overflow-y: hidden;
}

.footer-line {
  border-top: 3px solid #ffffff !important;
  color: #ffffff;
}

.footer-col {
  height: 100%;
  text-align: center;
}

.footer-col-section {
  margin: 5px 0px 5px 0px;
}
.footer-col-section h4 {
  margin-top: 1.5rem !important;
  margin-bottom: 0px !important;
}

.social-icons {
  width: 100%;
  margin: 5px 0px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.social-icons a {
  width: 32px;
  height: 32px;
  flex-shrink: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.landing-logo {
  z-index: 5;
  position: absolute;
  padding-top: 20px;
  width: 250px;
  height: 250px;
}
.landing-logo img {
  width: 100%;
  height: auto;
}

.landing-body {
  width: 95vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
}

#landingLeawood {
  background-image: url("../img/leawood_landing_page.png");
  background-position: center;
}

#landingPlaza {
  background-image: url("../img/plaza_landing_page.png");
  background-position: center;
}

.landing-col {
  height: calc(100vh - 100px);
  margin-bottom: 20px;
}

.landing {
  max-width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  text-align: center;
  margin: 10px 0px 10px 0px;
}
.landing .location {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
}
.landing .location img {
  height: 150px;
  width: auto;
}

.index-card {
  padding: 10px 5px 10px 5px;
  position: relative;
}
.index-card img {
  width: 100%;
  position: relative;
  height: auto;
}
.index-card .page-title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.index-card .copy {
  font-size: 1.25rem;
}

.merch-card {
  padding: 20px 10px 10px 20px;
  position: relative;
}
.merch-card img {
  width: 100%;
  position: relative;
  height: auto;
}
.merch-card .copy {
  font-size: 1.25rem;
}

.event-card {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}

.event-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  height: 100%;
  align-self: flex-start;
}

.event-heading {
  font-family: MicrobrewOneInline;
  font-weight: 400;
  font-size: 3rem;
  text-align: left;
}

.event-sub {
  font-weight: bold;
  font-size: 2rem;
}

.event-img {
  width: 340px;
  height: 340x;
}

.event-copy {
  text-align: justify;
  font-size: 1.25rem;
  height: 100%;
  align-self: flex-end;
}
.event-copy p {
  font-weight: bold !important;
}

@media screen and (max-width: 1200px) {
  .event-card {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: center;
  }
  .event-heading {
    margin-top: 1.5rem;
    text-align: center;
  }
  .event-card-copy {
    padding-left: 0px;
    text-align: center;
  }
}
.equity p {
  text-align: justify;
  font-size: 1.25rem;
}

.contact {
  margin-top: 3rem;
}
.contact .copy {
  font-size: 1.25rem;
}/*# sourceMappingURL=rye.css.map */