html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Helvetica, sans-serif;
  color: #404040;
  line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  font-size: medium;
  line-height: 1.4rem;
  padding: 20px 10px;
}

.page-content {
  max-width: 1000px;
}

.navbar {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.hp-image {
  width: 90%;
  margin: auto;
}

#concept-image {
  padding-bottom: 20px;
}

h2 {
  font-family: "Bodoni Moda", serif;
  letter-spacing: 2px;
  padding: 20px;
}

h3 {
  /* font-family: "Bodoni Moda", serif; */
  color: #44546a;
  letter-spacing: 2px;
  font-size: 1.5em;
  padding: 10px 10px 0px 10px;
}

h4 {
  font-size: 1.2em;
  padding: 10px;
  line-height: 1.6em;
}

.modal-fullscreen {
  max-height: 90vh;
}

.modal-header {
  border: none;
}

.curate-image {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.curate-popup {
  border: 10px solid #ffffff;
  align-items: center;
  max-height: 100vh;
  max-width: 177.78vh;
}

.card-body {
  opacity: 50%;
  padding: 0px;
  height: 50%;
}
.card-text {
  padding-right: 10px;
  text-align: right;
  font-size: small;
  color: lightgrey;
  text-decoration: none;
}

#contact-image {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

#contact-text {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  height: 110px;
}

#concept-image {
}

#concept-header {
  line-height: 20px;
}

#instagram-icon {
  max-height: 20px;
  opacity: 0.5;
}

.footer {
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  height: 60px;
  font-size: small;
  color: lightgrey;
}

a {
  color: #45536a;
  text-decoration: none;
  background-color: transparent;
}

.tagline {
  padding-top: 0px;
  color: #45536a;
}

#names {
  font-weight: bold;
  color: #45536a;
}

@media (max-width: 1200px) {
  h3 {
    font-size: 1.2em;
    margin-bottom: 0px;
  }

  #logo {
    height: 90px;
  }
}

@media (max-width: 992px) {
  h3 {
    font-size: 1.7em;
  }

  #logo {
    height: 70px;
  }

  .hp-image {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }

  .footer {
    font-size: x-small;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.3em;
    padding-top: 0px;
    margin-bottom: 6px;
  }
  .curate-popup {
    max-width: 100vw;
  }
}

@media (max-width: 578px) {
  h3 {
    font-size: 1.1em;
  }
  .curate-image {
    display: block;
    max-height: 400px;
    width: 80%;
    align-items: center;
  }
  .footer {
    font-size: xx-small;
  }
}

@media (max-width: 469px) {
  h3 {
    font-size: 0.8em;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  p {
    font-size: 0.7em;
  }

  #logo {
    height: 50px;
  }
  /* .curate-image {
    display: block;
    max-height: 400px;
    width: 80%;
    align-items: center;
  }
  .footer {
    font-size: xx-small;
  } */
}
