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%;
}

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

.logo {
  display: inline-block;
  margin-top: 33px;
  font-family: Rubik;
  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;
}

.hero-section {
  display: block;
  height: 400px;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.nav-link:hover {
  color: #00c400;
}

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

.main-heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #00c400;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
}

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

.menu-button {
  width: 100px;
  height: 80px;
  margin-top: 6px;
  padding: 25px 0px 0px;
  background-image: url('../images/menu-bars_1menu-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_1menu-bars-green.png');
}

.row.bottom {
  margin-bottom: 20px;
}

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

.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;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.hero-text.hero-art {
  margin-top: 60px;
  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: 0px;
}

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

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

.nav-container {
  height: 90px;
}

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

.footer-text {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  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;
}

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

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

.logo-green {
  padding-right: 1px;
  padding-left: 1px;
  color: #02da02;
  font-size: 42px;
}

.art-shop-button {
  margin-top: 10px;
  background-color: #a7a6a6;
  font-family: Lato, sans-serif;
  text-align: center;
}

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

.art-shop-button.green {
  display: block;
  background-color: #5c5c5c;
  font-weight: 400;
}

.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;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.top {
  margin-top: 89px;
}

.grey {
  color: #aaa;
}

.printspace {
  color: #000;
  font-weight: 300;
}

.h2-heading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #00c400;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.h3-heading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #00c400;
  font-size: 21px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.image {
  margin-bottom: 20px;
}

.test-col-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 21%;
  display: none;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

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

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

.test-pic-div {
  height: 192px;
  background-image: url('../images/Pericles-test.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  margin-bottom: 20px;
  text-align: center;
}

@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;
  }

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

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

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

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

  .body {
    padding-top: 85px;
  }

  .nav-container {
    height: 85px;
  }

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

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

  .art-div {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .test-col-image-overlay {
    bottom: 23%;
  }

  .test-pic-div {
    height: 169px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    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;
  }

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

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

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

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

  .body {
    padding-top: 60px;
  }

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

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

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

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

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

  .art-div {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .test-col-image-overlay {
    bottom: 25%;
  }

  .test-pic-div {
    height: 118px;
  }
}

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

  .header {
    height: 60px;
  }

  .header.art {
    height: 80px;
  }

  .logo {
    margin-top: 17px;
    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: 27px;
    line-height: 30px;
  }

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

  .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: 45px;
  }

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

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

  .body {
    padding-top: 60px;
  }

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

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

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

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

@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;
}