.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image {
  margin-top: 7px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.container {
  position: fixed;
  left: 0%;
  top: -9%;
  right: 0%;
  bottom: auto;
}

.slider {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.container-2 {
  position: fixed;
  z-index: 2;
}

.logo-hero {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.54);
}

.image-2 {
  overflow: visible;
  width: 382px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.text-block {
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
}

.div-block {
  width: 500px;
  height: 50px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 383px;
  margin-top: 130px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blacklogo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 139px;
  margin-top: 14px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.58);
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.link.proofs {
  font-weight: 500;
}

.text-block-2 {
  padding-right: 6px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.image-3 {
  margin-bottom: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slide {
  background-image: url('../images/backgroundimage1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/backgroundimage2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/backgroundimage3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.7);
  background-color: rgba(0, 0, 0, 0.83);
}

.image-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-link-2 {
  margin: 15px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 300;
}

.nav-link-2.w--current:hover {
  font-weight: 300;
  text-decoration: underline;
}

.nav-link-2.proofs {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2.proofs:hover {
  text-decoration: underline;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 200;
}

.heading {
  margin: 24px 12px;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.div-block-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25))), url('../images/backgroundimage2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.25)), url('../images/backgroundimage2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-5.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25))), url('../images/backgroundimage4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.25)), url('../images/backgroundimage4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-5.proofs {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25))), url('../images/backgroundimage5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.25)), url('../images/backgroundimage5.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.div-block-5.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25))), url('../images/backgroundimage6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.25)), url('../images/backgroundimage6.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.paragraph {
  display: none;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph.about {
  padding-left: 0px;
  text-align: left;
}

.paragraph.services {
  display: block;
  text-align: left;
}

.image-5 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.paragraph-2 {
  font-size: 12px;
  line-height: 13px;
  font-weight: 200;
}

.link-2 {
  color: #fff;
}

.container-4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.text-block-3 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
}

.text-block-4 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  text-align: right;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.text-block-6 {
  margin-top: 30px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 200;
  text-align: right;
}

.text-block-7 {
  margin-top: 27px;
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.text-block-8 {
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}

.div-block-7 {
  border-bottom: 1px solid #fff;
}

.slide-4 {
  background-image: url('../images/backgroundimage4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/backgroundimage5.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/backgroundimage6.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/backgroundimage7.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/backgroundimage8.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallerycategory {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 350px;
  height: 250px;
  margin-right: 19px;
  border-top: 1px solid #fff;
  border-top-right-radius: 50px;
}

.gallerycategory.proofs {
  height: 245px;
}

.image-6 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 0px;
}

.image-6.proofs {
  margin-top: 2px;
}

.div-block-8 {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 350px;
  height: 50px;
  border-top-right-radius: 49px;
  background-color: rgba(0, 0, 0, 0.83);
}

.text-block-9 {
  margin-top: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-9.proofs {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid.services {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid.posters {
  margin-bottom: 48px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid.gallery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid.portfolio {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid.purchase {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.website {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-10 {
  padding-bottom: 36px;
  font-size: 28px;
}

.image-7 {
  margin-top: 0px;
}

.slider-2 {
  z-index: -1;
}

.image-8 {
  margin-top: 12px;
}

.image-9 {
  width: 600px;
  margin-top: 13px;
}

.slide-9 {
  background-image: url('../images/2019MarillieRoycover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/loriduffcover.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/2019WelcomeHorseShowcover.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/2019OttawaFestivalCover.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/2018OttawaIntlCover.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  z-index: -1;
}

.slide-14 {
  background-image: url('../images/2018OttawaFestivalCover.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.italic-text {
  text-align: left;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  padding-left: 16px;
  font-size: 29px;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.image-10 {
  margin: 3px;
  text-align: center;
}

.lightbox-link {
  text-align: center;
}

.lightbox-link-2 {
  text-align: center;
}

.lightbox-link-3 {
  text-align: center;
}

.lightbox-link-4 {
  text-align: center;
}

.lightbox-link-5 {
  text-align: center;
}

.lightbox-link-6 {
  text-align: center;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.lightbox-link-7 {
  overflow: hidden;
  height: 338px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.lightbox-link-7.websites {
  height: 262px;
}

.lightbox-link-7.bizcards {
  height: 296px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-13 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.div-block-10 {
  margin-top: 34px;
  text-align: center;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.div-block-11 {
  width: 100%;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.link-13 {
  color: #fff;
  text-decoration: none;
}

.bold-text {
  display: none;
  font-size: 25px;
  text-decoration: underline;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-4 {
  font-style: normal;
}

.slide2020 {
  z-index: -1;
  background-image: url('../images/1574665070.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 383px;
  }
  .link {
    font-size: 26px;
  }
  .text-block-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .nav-link-2 {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 21px;
  }
  .container-3 {
    margin-top: 50px;
  }
  .div-block-5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25))), url('../images/backgroundimage2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 63%, rgba(0, 0, 0, 0.25)), url('../images/backgroundimage2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-block-5.contact {
    background-position: 0px 0px, 50% 51%;
    background-size: auto, cover;
  }
  .text-block-3 {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
  }
  .text-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
  }
  .text-block-6 {
    margin-top: 30px;
  }
  .grid.posters {
    margin-top: 0px;
    margin-bottom: 21px;
  }
  .grid.website {
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .link-5 {
    font-size: 40px;
  }
  .text-block-12 {
    font-size: 24px;
  }
  .lightbox-link-7 {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lightbox-link-7.websites {
    height: 197px;
    margin: 4px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    height: 300px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link {
    line-height: 32px;
    text-align: left;
  }
  .text-block-2 {
    display: none;
  }
  .slide {
    background-position: 50% 50%;
  }
  .slide-2 {
    background-position: 50% 50%;
  }
  .nav-link-2 {
    text-align: right;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, 0.84);
  }
  .menu-button {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .container-3 {
    margin-top: 50px;
  }
  .heading {
    font-size: 30px;
  }
  .div-block-5.gallery {
    background-position: 0px 0px, 68% 50%;
  }
  .div-block-5.proofs {
    background-position: 0px 0px, 18% 0%;
  }
  .div-block-5.contact {
    background-position: 0px 0px, 32% 50%;
  }
  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon {
    color: #fff;
  }
  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .text-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .text-block-6 {
    margin-top: 30px;
  }
  .gallerycategory {
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .grid.posters {
    margin-bottom: 12px;
  }
  .grid.website {
    width: 400px;
    height: auto;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-12 {
    padding-left: 7px;
    font-size: 19px;
  }
  .image-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lightbox-link-7 {
    width: auto;
    height: auto;
    margin: 0px;
  }
  .lightbox-link-7.websites {
    height: 210px;
  }
  .lightbox-link-7.bizcards {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 328px;
  }
  .text-block {
    font-size: 29px;
  }
  .div-block-2 {
    width: 328px;
  }
  .div-block-3 {
    height: 290px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .text-block-2 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-position: 50% 0%;
  }
  .container-3 {
    margin-top: 45px;
  }
  .heading {
    margin: 22px 7px 7px;
  }
  .div-block-5.gallery {
    background-position: 0px 0px, 68% 50%;
  }
  .div-block-5.proofs {
    background-position: 0px 0px, 19% 0%;
  }
  .div-block-5.contact {
    background-position: 0px 0px, 39% 50%;
  }
  .paragraph {
    font-size: 15px;
  }
  .paragraph-2 {
    margin-bottom: 110px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-3 {
    line-height: 15px;
  }
  .text-block-6 {
    margin-top: 30px;
  }
  .text-block-8 {
    font-size: 39px;
  }
  .gallerycategory {
    margin-right: 0px;
  }
  .grid.posters {
    margin-bottom: 30px;
  }
  .link-5 {
    font-size: 30px;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-12 {
    padding-bottom: 5px;
    font-size: 17px;
  }
  .slide-nav {
    display: none;
  }
  .lightbox-link-7 {
    width: auto;
    height: auto;
  }
}

#w-node-92586d709810-b4181a8a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-76e203de2a0e-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b2524157f498-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-82a1720c5b7d-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e487ac12fee7-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-49b7e7cbd859-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f71a067b4c25-0e64ba3a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}