.print{
    display: block;
}
.navbar, .mobile__navbar, .barndo__swiper, .lightbox, .barndo__information, 
.layout, .review, .contact-banner__wrapper, .contact, .contact__mobile, .footer,
.building__detail--wrapper, .building__detail--accordion-wrapper, .divider, .resources
{
    display: none;
}

/*.bold {
    font-weight: bold;
}


.print {
  display: none;
}
.print h2 {
  font-size: 36px;
  color: #003654;
  text-transform: capitalize;
}
.print h3 {
  font-size: 28px;
  color: #003654;
}
.print p {
  color: #003654;
  font-size: 28px;
}
.print__header {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print__header h2 {
  font-size: 36px;
  color: #003654;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Sofia-Sans-Condensed";
}
.print__header svg {
  width: 15%;
}
.print__header--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.print__overview {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print__overview--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print__overview--wrapper h2 {
  width: 90%;
}
.print__overview--gallery {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
}
.print__overview--gallery-main {
  width: 100% !important;
}
.print__overview--gallery img {
  width: 32.5%;
}
.print__overview--facts {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
.print__overview--facts-item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.print__overview--facts-item p {
  color: #006494;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  text-align: center;
  font-size: 18px;
}
.print__overview--facts-item img {
  width: 60px;
  height: 60px;
  padding: 1rem 0;
}
.print__floor {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.print__floor--container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print__floor--wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print__floor--wrapper img {
  width: 80%;
}
.print__floor--wrapper h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.print__floor--wrapper h2 {
  width: 100%;
}
.print__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-bottom: 2rem;
}
.print__details--container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print__details--wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.print__details--wrapper h2 {
  font-size: 28px;
  width: 100%;
}
.print__details--wrapper h3 {
  font-size: 20px;
  margin: 0 0 0.5rem 0;
}*/
.