body {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.navbar {
  background-color: transparent;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.header.art {
  height: 90px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: rgba(44, 44, 44, 0.85);
}

.header.art.tran {
  background-color: transparent;
}

.logo {
  display: inline-block;
  margin-top: 29px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.logo.art {
  margin-top: 24px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.logo.art.test {
  margin-left: 40px;
}

.logo-blue {
  margin-right: 1px;
  margin-left: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #4ebaff;
  font-size: 34px;
  font-weight: 600;
}

.hero-section {
  display: block;
  height: 450px;
  margin-top: -90px;
  background-image: url('../images/design.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Pericles-test.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Pericles-test.jpg');
  background-position: 0px 0px, 50% 37%;
  background-size: auto, 124%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.nav-link {
  display: block;
  margin-bottom: 5px;
  padding-right: 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: right;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.art {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
}

.main-heading {
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0px;
}

.main-heading.art {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #02da02;
  font-weight: 700;
  text-align: center;
}

.p {
  margin-right: 20px;
  font-family: Rubik, sans-serif;
  color: #777;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}

.p.p-work {
  padding-right: 25px;
}

.p.art {
  font-size: 17px;
}

.p.p-art {
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: justify;
}

.nav-menu {
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #4ebaff;
}

.nav-menu.art {
  padding-bottom: 60px;
  background-color: #333;
}

.intro-text {
  margin-top: 65px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
}

.section {
  margin-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4ebaff;
}

.section.contact {
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom-style: none;
}

.top-section {
  margin-top: 10px;
}

.menu-button {
  width: 100px;
  height: 80px;
  margin-top: 6px;
  padding: 25px 0px 0px;
  background-image: url('../images/menu-bars.png');
  background-position: 100% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-button.art {
  background-image: url('../images/menu-bars-green.png');
}

.row {
  padding-bottom: 30px;
}

.hero-container {
  padding-top: 225px;
}

.hero-container.art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.hero-text {
  display: inline-block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.hero-text.art {
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 700;
}

.hero-text.hero-art {
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.body {
  padding-top: 90px;
  color: #777;
}

.body.no-header-drop {
  padding-top: 90px;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  height: 400px;
  margin-top: 75px;
  background-color: #4ebaff;
}

.footer.art {
  background-color: #333;
}

.design-text {
  margin-top: 70px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

.about-text {
  margin-top: 70px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.sub-head {
  display: inline-block;
  margin-top: 15px;
  color: #4ebaff;
  font-size: 20px;
  font-weight: 300;
}

.nav-container {
  height: 90px;
}

.footer-container {
  padding-top: 75px;
}

.footer-text {
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.lightbox-text {
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}

.centre-div {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35vh;
}

.home-logos {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.home-logos:hover {
  color: #4ebaff;
}

.home-logos.logo-grey {
  color: #fff;
}

.home-logos.bh-art-logo {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.home-logos.bh-art-logo:hover {
  color: #02da02;
}

.home-link {
  margin-top: 70px;
  margin-bottom: 100px;
}

.home-link._1st {
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo-grey {
  color: #ddd;
}

.body-400 {
  font-weight: 400;
}

.grey-circle {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.work-text {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-design {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4ebaff;
}

.section-design-2 {
  padding-top: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4ebaff;
}

.grey {
  color: #aaa;
}

.menu-text {
  display: inline-block;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.menu-text.art {
  color: #fff;
}

.submit-button {
  margin-top: 20px;
  background-color: #4ebaff;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #4ebaff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.form-text-field {
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.icons {
  font-family: 'Fa solid 900', sans-serif;
}

.purple {
  color: #d984ee;
}

.logo-green {
  padding-right: 1px;
  padding-left: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #02da02;
  font-size: 48px;
}

.email-code {
  margin-top: 20px;
}

.contact-text {
  display: inline-block;
  margin-right: 10px;
  font-family: Rubik, sans-serif;
  color: #777;
  font-size: 20px;
  font-weight: 300;
}

.blue {
  color: #4ebaff;
}

.from-dn {
  display: none;
}

.blue-circle {
  display: block;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
}

.shop-button-div {
  display: inline-block;
  margin-top: 20px;
}

.shop-button-closed {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

.column-2 {
  color: #333;
}

.art-shop-button {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #a7a6a6;
  text-align: center;
}

.art-shop-button.shop {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #888;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.body-home {
  background-color: #333;
}

.down-button-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.down-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.down-button:hover {
  color: #02b602;
}

.down-button-div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.art-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .header {
    height: 85px;
  }

  .header.art {
    height: 85px;
  }

  .logo {
    margin-top: 30px;
    font-size: 26px;
  }

  .logo.art {
    margin-top: 26px;
  }

  .hero-section {
    height: 300px;
    background-position: 0% 100%;
    background-size: cover;
  }

  .hero-section.art {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Pericles-test.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Pericles-test.jpg');
    background-position: 0px 0px, 50% 37%;
    background-size: auto, 159%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .nav-link {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .main-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .p.p-work {
    padding-right: 200px;
  }

  .nav-menu {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
  }

  .intro-text {
    font-size: 19px;
    line-height: 38px;
  }

  .section {
    margin-top: 0px;
  }

  .top-section {
    margin-top: 0px;
  }

  .menu-button {
    height: 75px;
    margin-top: 7px;
    padding-top: 22px;
  }

  .hero-container {
    padding-top: 157px;
  }

  .hero-text {
    font-size: 26px;
  }

  .body {
    padding-top: 85px;
  }

  .design-text {
    margin-top: 73px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-text {
    margin-top: 70px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-container {
    height: 85px;
  }

  .lightbox-text {
    font-size: 15px;
  }

  .centre-div {
    width: 450px;
    padding-top: 150px;
    background-position: 73% 61%;
  }

  .work-text {
    font-size: 20px;
    line-height: 30px;
  }

  .section-design {
    margin-top: 0px;
  }

  .section-design-2 {
    margin-top: 0px;
  }

  .menu-text {
    display: inline-block;
  }

  .h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-green {
    font-size: 36px;
    line-height: 18px;
  }

  .rainbow {
    margin-bottom: 10px;
  }

  .blue-circle {
    margin-top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }

  .header.art {
    height: 60px;
  }

  .logo {
    margin-top: 18px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
  }

  .logo.art {
    margin-top: 16px;
  }

  .hero-section {
    height: 250px;
    background-position: 0% 100%;
  }

  .hero-section.art {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Pericles-test.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Pericles-test.jpg');
    background-position: 0px 0px, 50% 37%;
    background-size: auto, 191%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .nav-link {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .main-heading {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 42px;
  }

  .p.p-work {
    padding-right: 0px;
  }

  .nav-menu {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .intro-text {
    margin-top: 5px;
    line-height: 30px;
  }

  .menu-button {
    height: 58px;
    margin-top: 0px;
    padding-top: 15px;
    background-position: 100% 50%;
    background-size: 36px;
  }

  .hero-container {
    padding-top: 124px;
  }

  .hero-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
  }

  .body {
    padding-top: 60px;
  }

  .lightbox-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .design-text {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .about-text {
    margin-top: 5px;
    padding-right: 18px;
    color: #4ebaff;
  }

  .nav-container {
    height: 60px;
    padding-right: 10px;
  }

  .footer-container {
    padding-left: 10px;
  }

  .lightbox-text {
    font-size: 17px;
    text-align: center;
  }

  .centre-div {
    width: 400px;
    padding-top: 75px;
    background-position: 79% 34%;
  }

  .home-logos {
    font-size: 26px;
  }

  .home-link {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .menu-text {
    font-size: 16px;
  }

  .logo-green {
    font-size: 30px;
  }

  .blue-circle {
    margin-top: 0px;
  }

  .down-button-container {
    margin-bottom: 5px;
  }

  .down-button.w--current {
    margin-top: 0px;
  }

  .column-3 {
    text-align: center;
  }

  .column-4 {
    text-align: center;
  }

  .column-5 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
  }

  .header {
    height: 60px;
  }

  .header.art {
    height: 85px;
  }

  .logo {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
  }

  .logo.art {
    margin-top: 27px;
  }

  .hero-section {
    height: 195px;
    background-position: 0% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.art {
    padding-top: 45px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Pericles-test.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Pericles-test.jpg');
    background-position: 0px 0px, 50% 37%;
    background-size: auto, 270%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .nav-link {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .main-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .intro-text {
    font-size: 20px;
    line-height: 32px;
  }

  .menu-button {
    width: 55px;
    height: 58px;
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: 30px;
  }

  .menu-button.w--open {
    height: 58px;
  }

  .menu-button.art {
    margin-top: 13px;
  }

  .hero-container {
    padding-top: 95px;
  }

  .hero-text {
    font-size: 20px;
  }

  .hero-text.hero-art {
    font-size: 13vw;
  }

  .body {
    padding-top: 60px;
  }

  .design-text {
    font-size: 20px;
    line-height: 30px;
  }

  .nav-container {
    padding-right: 0px;
  }

  .centre-div {
    width: 290px;
    padding-top: 100px;
  }

  .home-logos {
    font-size: 24px;
  }

  .home-link {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .work-text {
    font-size: 20px;
    line-height: 30px;
  }

  .h3 {
    line-height: 30px;
  }

  .logo-green {
    font-size: 27px;
  }

  .rainbow {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }

  .down-button-container {
    bottom: 10px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}