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

body {
  padding-top: 66px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin: 0px 0px 32px;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 6px;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 16px 26px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
}

.button.hollow {
  border-color: #fff;
  background-color: transparent;
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 400;
}

.button.hollow:hover {
  border-color: #ffaf01;
  color: #ffaf01;
}

.button.hollow.black {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-color: hsla(0, 0%, 100%, 0.81);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.81);
}

.button.hollow.black:hover {
  border-color: #3980ac;
  color: #3980ac;
}

.button.hollow.black.call-button {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 10vw;
  height: auto;
  margin: auto;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button.hollow.black.bg1 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 15vw;
  margin: -56px auto auto -154px;
}

.button.hollow.black.bg1:hover {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.button.hollow.black.bg2 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 15vw;
  margin: -56px auto auto -154px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.hollow.black.contact {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 15vw;
  margin: 30px auto auto;
  padding-bottom: 16px;
  float: left;
}

.button.hollow.black.email {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 10vw;
  height: auto;
  margin: auto 49px auto auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button.hollow.grey {
  margin-right: 0px;
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.button.hollow.grey:hover {
  border-color: #000;
  color: #000;
}

.button.form {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: #d1d1d1;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.logo {
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.logo:hover {
  color: #249cff;
}

.logo.tee-pot-films {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  font-family: 'Neon Tubes', sans-serif;
  font-weight: 300;
}

.logo.tee-pot-films.bg1 {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.logo.tee-pot-films.bg2 {
  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;
  -webkit-filter: blur(3px) brightness(200%);
  filter: blur(3px) brightness(200%);
}

.hamburger-icon {
  color: #fff;
  font-size: 31px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #5c5c5c;
}

.section.header {
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 10px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  color: hsla(0, 0%, 100%, 0.72);
}

.section.header._2 {
  background-image: url('../images/beach-1600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.header._3 {
  background-image: linear-gradient(315deg, rgba(0, 222, 96, 0.8), rgba(0, 136, 227, 0.82)), url('../images/hills.jpg');
}

.section.grey {
  background-color: transparent;
  opacity: 1;
  color: #696969;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.section.footer {
  padding: 35px 20px;
  background-color: #000;
}

.section.projects {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 2px 1px 1px;
  border-color: #000;
  background-color: transparent;
  color: #4d4d4d;
}

.section.white {
  border-top: 1px solid #ededed;
}

.menu-button {
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: transparent;
}

.menu-button:hover {
  background-color: #161616;
  color: #000;
}

.menu-button:active {
  background-color: #161616;
}

.menu-button.w--open {
  background-color: #161616;
  color: #fff;
}

.menu-button.w--open:hover {
  background-color: #161616;
  color: hsla(0, 0%, 100%, 0.83);
}

.menu-button.w--open:active {
  background-color: #161616;
}

.nav-menu {
  padding-top: 18px;
  padding-bottom: 24px;
  background-color: #161616;
  color: #404040;
}

.nav-link {
  padding: 20px 20px 20px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Neon Tubes', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #3980ac;
}

.nav-link:active {
  color: #dba04b;
}

.nav-link.w--current {
  font-family: 'Neon Tubes', sans-serif;
  color: #ffb224;
  text-transform: uppercase;
}

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

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

.social-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 0px;
  text-align: left;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.project-row {
  margin-bottom: auto;
  border-top: 2px none #000;
  background-color: #272832;
}

.project-row.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top-style: solid;
  background-image: none;
}

.project-row.teal {
  border-bottom: 2px solid #000;
  border-top-style: none;
}

.project-row.bottom {
  border-bottom: 2px solid #000;
  border-top-style: none;
}

.project-row.top {
  border-top-style: none;
}

.project-link {
  position: relative;
  display: block;
  width: 25%;
  height: 350px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.project-link:hover {
  opacity: 0.5;
}

.project-link.project-1 {
  height: auto;
  background-image: url('../images/IQOS.jpg');
  background-position: 45% 50%;
  background-size: cover;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.project-link.project-1:hover {
  opacity: 0.5;
}

.project-link.project-1.w--current {
  z-index: auto;
  float: left;
  clear: both;
  background-image: url('../images/IQOS.jpg');
  background-position: 45% 50%;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.project-link.project-1.w--current:hover {
  opacity: 0.5;
}

.project-link.project-2 {
  height: auto;
  background-image: url('../images/Okinawa-min.png');
}

.project-link.project-2.w--current {
  z-index: auto;
  background-image: url('../images/Okinawa-min.png');
  background-position: 20% 50%;
}

.project-link.project-3 {
  height: auto;
  background-image: url('../images/Sea-Shepherd-1.png');
  background-size: auto 100%;
}

.project-link.project-3.w--current {
  background-image: url('../images/Sea-Shepherd-1.png');
}

.project-link.project-4 {
  width: 50%;
  height: auto;
  margin-bottom: auto;
  background-image: url('../images/The-Pretend-One-1.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-attachment: scroll;
}

.project-link.project-4.w--current {
  width: 50%;
  background-image: url('../images/The-Pretend-One-1.png');
}

.project-link.project-5 {
  height: auto;
  background-image: url('../images/IQOS.png');
  background-position: 50% 50%;
  background-size: auto 100%;
}

.project-link.project-6 {
  height: auto;
  background-image: url('../images/NORFORCE-4-min.png');
  background-position: 50% 50%;
  background-size: auto 100%;
}

.project-link.project-6.w--current {
  background-image: url('../images/NORFORCE-4-min.png');
  background-position: 80% 50%;
}

.project-link.project-7 {
  height: auto;
  background-image: url('../images/The-Driver-1.png');
  background-size: cover;
}

.project-link.project-7.w--current {
  background-image: url('../images/The-Driver.png');
  background-size: cover;
}

.project-link.project-8 {
  height: auto;
  background-image: url('../images/The-Smith-Family.png');
  background-size: cover;
}

.project-link.project-9 {
  width: 50%;
  height: auto;
  background-image: url('../images/BOA-1.png');
}

.project-link.project-9.w--current {
  width: 50%;
  background-image: url('../images/BOA-1.png');
}

.project-link.project-10 {
  height: auto;
  background-image: url('../images/ISeekPlant.png');
  background-position: 50% 0%;
  background-size: auto 100%;
}

.project-link.project-11 {
  height: auto;
  background-image: url('../images/mj-bale-screenshot_optimized.png');
  background-position: 50% 50%;
  background-size: auto 100%;
}

.project-link.project-11.w--current {
  background-image: url('../images/NORFORCE-4-min.png');
  background-position: 80% 50%;
}

.project-link.project-13 {
  height: auto;
  background-image: url('../images/linkedin-screenshot2_optimized.png');
  background-size: auto 100%;
}

.project-link.project-13.w--current {
  background-image: url('../images/Sea-Shepherd-1.png');
}

.project-link.project-14 {
  width: 50%;
  height: auto;
  background-image: url('../images/XXXX-image-new.png');
}

.project-link.project-15 {
  width: 50%;
  height: auto;
  background-image: url('../images/Colgate-image-1.png');
}

.half-width {
  width: 50%;
}

.half-width.project-12 {
  height: auto;
  background-image: url('../images/Smith-Family-1.png');
}

.half-width.project-12.w--current {
  background-image: url('../images/Smith-Family.png');
}

.half-width.project-14 {
  height: auto;
  background-image: url('../images/XXXX-image.png');
}

.quarter-width {
  width: 25%;
}

.quarter-width.project-11 {
  height: auto;
  background-image: url('../images/Legancy.png');
}

.quarter-width.project-13 {
  height: auto;
  background-image: url('../images/Screen-Shot-2021-01-07-at-5.30.47-PM.png');
}

.third-width {
  width: 33.333%;
}

.main-heading {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 3000ms ease;
  transition: opacity 3000ms ease;
  font-family: 'Neon Tubes', sans-serif;
  color: #fff;
  font-size: 220px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 0 #000;
  white-space: normal;
}

.main-heading:hover {
  -webkit-filter: blur(40px);
  filter: blur(40px);
  color: #ffaf01;
}

.main-heading.about {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 150px auto auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Neon Tubes', sans-serif;
  font-size: 100px;
  text-shadow: none;
}

.main-heading.about:hover {
  -webkit-filter: none;
  filter: none;
  color: #fff;
}

.main-heading.about.bg1 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 150px;
  margin-bottom: auto;
}

.main-heading.about.bg2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.main-heading.bg1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  text-shadow: none;
}

.main-heading.bg1:hover {
  -webkit-filter: blur(40px) blur(12px);
  filter: blur(40px) blur(12px);
}

.main-heading.bg2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  -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-filter: brightness(200%) blur(3px);
  filter: brightness(200%) blur(3px);
  text-shadow: none;
}

.main-heading.bg2:hover {
  -webkit-filter: blur(40px) brightness(200%) blur(3px);
  filter: blur(40px) brightness(200%) blur(3px);
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 10px 19px 13px;
  background-color: rgba(0, 0, 0, 0.09);
}

.tag {
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 9px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-logo {
  position: absolute;
  margin-top: -19px;
  font-family: 'Neon Tubes', sans-serif;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.footer-logo:hover {
  color: #249cff;
}

.footer-logo.bg1 {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.footer-logo.bg2 {
  -webkit-filter: brightness(200%) blur(3px);
  filter: brightness(200%) blur(3px);
}

.footer-social-link {
  margin-left: 24px;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.footer-social-link:hover {
  opacity: 0.77;
}

.social-footer-wrap {
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.field {
  height: 58px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 2px 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #249cff;
  font-size: 17px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 2px 0 0 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #f7f7f7;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
}

.contact-text {
  padding-right: 59px;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #fff;
}

.contact-text.contact {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  -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;
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.slider {
  height: auto;
  background-color: #fff;
}

.slide {
  padding-top: 0px;
  padding-bottom: 170px;
  background-image: linear-gradient(135deg, rgba(222, 0, 63, 0.8), rgba(235, 74, 0, 0.8)), url('../images/nature.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide._2 {
  background-image: linear-gradient(135deg, rgba(148, 0, 222, 0.8), rgba(0, 176, 235, 0.8)), url('../images/hills.jpg');
}

.slide._3 {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, 0.8), rgba(0, 188, 235, 0.8)), url('../images/mountain.jpg');
}

.slider-nav {
  padding-top: 5px;
  opacity: 1;
  font-size: 7px;
}

.replace-text {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.skill {
  padding: 12px 16px;
  border-left: 2px solid rgba(0, 0, 0, 0.09);
  background-color: #d9d9d9;
  color: #666;
  text-transform: uppercase;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  width: 100%;
  margin-top: 18px;
  background-color: #f7f7f7;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  padding: 83px 32px;
  background-color: #ccc;
  color: #7d7d7d;
  text-align: center;
}

.thank-you-title {
  margin-right: 14px;
  margin-bottom: 14px;
  margin-left: 14px;
}

.projects-section.grey {
  height: auto;
  margin-top: -84px;
  margin-bottom: 170px;
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.72);
  color: #696969;
}

.projects-section.grey.contact {
  height: 60vh;
  margin-top: 85px;
  margin-bottom: 170px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.projects-section.grey.in-development {
  height: auto;
  margin-top: auto;
  margin-bottom: 170px;
  padding-top: 0px;
  padding-bottom: 78px;
}

.projects-section.grey._2 {
  height: 100vh;
  margin-top: 118px;
  margin-bottom: auto;
}

.projects-section.grey._2.dev {
  padding-top: 0px;
}

.projects-section.grey.insta {
  height: auto;
  margin-top: 85px;
  margin-bottom: 170px;
  padding-bottom: 140px;
}

.projects-section.grey._1 {
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
}

.projects-section.grey._3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.projects-section.grey.about {
  height: auto;
  margin-top: 85px;
  margin-bottom: 170px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.projects-section.grey.commercials {
  margin-top: -87px;
}

.projects-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  display: block;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 119px;
}

.profile-photo {
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 45px;
  background-image: url('../images/four-palm-trees.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.profile-photo.tony {
  height: 800px;
  margin-top: -99px;
  margin-bottom: -147px;
  padding-bottom: 0px;
  background-image: url('../images/Tony-Prescott.jpg');
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

.center-content {
  text-align: center;
}

.more-icon {
  margin-top: 4px;
  margin-right: 9px;
  padding-top: 0px;
  float: left;
}

.back-link {
  display: block;
  margin-top: 42px;
  margin-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.44;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.back-link:hover {
  opacity: 1;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

.right-align-col {
  text-align: right;
}

.previous-column {
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #ededed;
  text-align: right;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.container {
  margin-top: -363px;
  padding-top: 0px;
}

.container-2 {
  position: relative;
  overflow: visible;
  max-width: 100vh;
  min-height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  display: block;
  max-width: 100vh;
  padding-left: 0px;
}

.section-2 {
  display: block;
  height: 20vh;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px none #000;
  border-bottom: 2px none #000;
}

.container-3 {
  position: static;
  display: block;
  max-width: 100vw;
  margin-top: 295px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: -webkit-filter 1000ms ease;
  transition: -webkit-filter 1000ms ease;
  transition: filter 1000ms ease;
  transition: filter 1000ms ease, -webkit-filter 1000ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3:hover {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110vh;
  margin: -68px auto auto;
  -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;
  border-bottom: 2px solid #000;
}

.heading {
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
}

.heading-2 {
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
}

.heading-3 {
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
}

.heading-4 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 34px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  font-family: 'Neon Tubes', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-4.bg {
  position: relative;
  top: auto;
  margin-top: -68px;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.heading-4.bg2 {
  left: auto;
  top: auto;
  right: auto;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: brightness(200%) blur(3px);
  filter: brightness(200%) blur(3px);
}

.heading-4.bg1 {
  left: auto;
  top: auto;
  right: auto;
  margin-top: -70px;
}

.column {
  left: 63px;
  padding-left: 0px;
}

.column-2 {
  left: -34px;
  top: 25px;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
}

.body {
  background-color: #000;
  background-image: url('../images/Neon-wolf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.paragraph {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: #c4c4c4;
  font-weight: 300;
  text-align: left;
}

.body-page {
  background-image: url('../images/Screen-Shot-2021-01-13-at-9.01.30-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-page.about {
  background-image: url('../images/2019-06-12-00.11.50-1.jpg');
}

.body-page.features {
  background-image: url('../images/2019-06-09-22.12.51.jpg');
}

.body-page.commercials {
  background-image: url('../images/2019-06-12-00.11.50-4.jpg');
}

.body-page.documentaries {
  background-image: url('../images/Screen-Shot-2021-01-13-at-9.01.42-PM-min.png');
}

.body-page.writing {
  background-image: url('../images/Okinawa-min.png');
  background-position: 90% 50%;
}

.heading-5 {
  position: static;
  height: auto;
  margin: auto;
  padding-bottom: 20px;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #ededed;
  text-align: left;
}

.heading-5._2 {
  padding-bottom: 20px;
}

.heading-6 {
  font-family: Alegra, 'Palatino Linotype', sans-serif;
  color: #249cff;
  font-size: 6vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1vw;
  text-transform: uppercase;
  text-shadow: 0 0 53px #ff09e2;
}

.span {
  color: #249cff;
  text-shadow: 0 0 53px #249cff;
}

.section-3 {
  height: auto;
  min-height: 100vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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-5 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin: -124px auto auto;
  -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;
}

.image-2 {
  display: block;
}

.image-3 {
  color: #3e636c;
}

.play-button {
  position: static;
  left: 582px;
  top: 40px;
  margin-top: auto;
  margin-bottom: 4px;
  margin-left: -5px;
  padding-top: 0px;
}

.play-button:hover {
  background-color: transparent;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.body-contact {
  background-image: url('../images/2019-06-12-00.11.50-1-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block {
  margin-top: 10px;
}

.sub-title {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto -30px;
  padding-top: 224px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  font-family: 'Neon Tubes', sans-serif;
  color: #6ec2f6;
  font-size: 20px;
}

.sub-title.bg1 {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  color: #aad7fc;
}

.sub-title.bg2 {
  -webkit-filter: brightness(200%) blur(3px);
  filter: brightness(200%) blur(3px);
  color: #fff;
}

.column-3 {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.column-4 {
  height: 60vh;
  margin-bottom: auto;
}

.columns-2 {
  margin-bottom: auto;
}

.div-block-2 {
  display: block;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.columns-3 {
  margin: auto;
}

.paragraph-2 {
  margin-top: 40px;
  margin-right: 100px;
  margin-left: 100px;
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.heading-7 {
  margin-top: auto;
  padding-top: 40px;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.video {
  margin-top: 100px;
}

.video._1 {
  margin-bottom: auto;
}

.video-2 {
  margin-top: 100px;
  margin-bottom: auto;
}

.video-3 {
  margin-top: 100px;
}

.video-4 {
  margin-top: 100px;
}

.video-5 {
  margin-top: 100px;
}

.video-6 {
  margin-top: 100px;
}

.video-7 {
  margin-top: 100px;
}

.video-8 {
  margin-top: 100px;
}

.image-4 {
  height: 120vh;
  max-width: none;
  -webkit-transition: box-shadow 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: box-shadow 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: box-shadow 1000ms ease, transform 1000ms ease, opacity 1000ms ease;
  transition: box-shadow 1000ms ease, transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4:hover {
  box-shadow: -1px 4px 3px 3px #000;
  opacity: 0.77;
  -webkit-transform: translate(0px, 0px) translate3d(1.01px, 1.01px, 1.01px);
  transform: translate(0px, 0px) translate3d(1.01px, 1.01px, 1.01px);
}

.image-5 {
  height: 50vh;
  max-width: none;
  margin-left: -155px;
  padding-bottom: 0px;
}

.div-block-3 {
  height: 60vh;
  max-width: 60vw;
  margin-right: -113px;
  margin-left: 3px;
  background-image: url('../images/The-Pretend-One-1.png');
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.image-6 {
  height: 100vh;
  max-width: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.image-6:hover {
  box-shadow: -4px 4px 10px 2px #000;
  opacity: 0.8;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: translate(1.05px, 1.05px);
  -ms-transform: translate(1.05px, 1.05px);
  transform: translate(1.05px, 1.05px);
}

.container-11 {
  display: block;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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 {
  position: relative;
  left: -82px;
  margin: auto;
  justify-items: baseline;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-right: 220px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-2 {
  height: 60vh;
  margin-top: auto;
  padding-right: 0px;
  padding-left: 216px;
  justify-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 22px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-9 {
  display: block;
  margin: auto;
}

.grid-3 {
  margin-top: auto;
  margin-bottom: auto;
  grid-auto-flow: row;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  margin-top: 40px;
  margin-bottom: auto;
  margin-left: 170px;
  padding-bottom: 44px;
}

.grid-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div-block-11 {
  margin: auto;
}

.div-block-12 {
  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-5 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  margin-top: 60px;
  margin-left: 180px;
  padding-right: 144px;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  margin-top: 60px;
  margin-left: 180px;
}

.div-block-15 {
  margin-top: 60px;
  margin-left: 180px;
}

.div-block-16 {
  margin-top: 60px;
  margin-left: 180px;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/Tony-Prescott---About-Image.png');
  background-position: 100% 50%;
  background-size: cover;
}

.image-7 {
  padding-top: 16px;
  padding-bottom: 34px;
}

.container-13 {
  margin-top: auto;
  margin-bottom: auto;
}

.link-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  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;
}

.background-video-2 {
  z-index: auto;
}

.background-video-2:hover {
  z-index: auto;
}

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

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

.heading-8 {
  margin-top: 40px;
  color: #c4c4c4;
  text-transform: uppercase;
}

.text-block-jf-design {
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25vw;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Trap, 'Palatino Linotype', sans-serif;
  color: #3d3d3d;
  text-align: center;
}

.columns-4 {
  margin-top: -20px;
}

.div-block-20 {
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #5e5b5b;
}

.link-3 {
  position: relative;
  left: 132px;
  right: auto;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #424242;
}

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

.div-block-21 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-3 {
  float: right;
  clear: none;
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
}

.jfd {
  font-family: Norrontsans, 'Palatino Linotype', sans-serif;
  color: #575757;
  text-decoration: underline;
}

.jfd:hover {
  color: #9e9d9d;
}

.link-block-4 {
  margin-top: -5px;
  padding-top: 0px;
  float: right;
  direction: ltr;
  text-decoration: none;
}

.link-block-4:hover {
  color: #a8a6a6;
}

.video-9 {
  margin-top: 100px;
}

@media screen and (min-width: 1280px) {
  .button.hollow.black.call-button {
    margin-right: auto;
    margin-left: auto;
  }

  .button.hollow.black.bg1 {
    margin-left: -188px;
  }

  .button.hollow.black.bg2 {
    margin-top: -56px;
    margin-bottom: auto;
    margin-left: -188px;
  }

  .button.hollow.black.contact {
    margin-top: 30px;
    margin-left: auto;
    float: left;
  }

  .button.hollow.black.email {
    margin-left: auto;
  }

  .logo.tee-pot-films {
    margin-left: -90px;
  }

  .logo.tee-pot-films.bg1 {
    margin-left: -90px;
  }

  .logo.tee-pot-films.bg2 {
    margin-left: -90px;
  }

  .menu-button {
    margin-right: -80px;
  }

  .main-heading.about {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 150px;
  }

  .main-heading.about.bg1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 150px;
  }

  .main-heading.about.bg2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 150px;
  }

  .projects-section.grey {
    height: auto;
    margin-bottom: 170px;
  }

  .projects-section.grey.about {
    height: auto;
  }

  .padded-column {
    padding-top: 0px;
    padding-right: 32px;
    padding-left: 24px;
  }

  .profile-photo.tony {
    height: 100vh;
    margin-top: -44px;
    margin-bottom: auto;
    padding-top: 0px;
  }

  .container-3 {
    margin-top: 351px;
  }

  .paragraph {
    margin-right: 52px;
    margin-left: auto;
    font-size: 14px;
  }

  .heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-left: auto;
    padding-top: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-title {
    margin-top: auto;
  }

  .columns {
    position: relative;
    left: -74px;
    margin-left: auto;
    padding-left: 46px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image-4 {
    height: 110vh;
  }

  .image-4:hover {
    -webkit-transform: translate3d(1.01px, 1.01px, 1.01px);
    transform: translate3d(1.01px, 1.01px, 1.01px);
  }

  .grid-3 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-17 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .button.hollow.black.bg1 {
    margin-top: -54px;
    margin-left: -235px;
  }

  .button.hollow.black.bg2 {
    margin-top: -56px;
    margin-left: -235px;
  }

  .button.hollow.black.contact {
    margin-top: 30px;
    margin-left: auto;
  }

  .logo.tee-pot-films {
    margin-left: -125px;
  }

  .logo.tee-pot-films.bg1 {
    margin-left: -125px;
  }

  .logo.tee-pot-films.bg2 {
    margin-left: -125px;
  }

  .menu-button {
    margin-right: -112px;
  }

  .main-heading.about {
    margin-bottom: auto;
  }

  .projects-section.grey.commercials {
    margin-top: -6px;
    padding-top: 0px;
  }

  .container-3 {
    margin-top: 355px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading-5 {
    font-size: 46px;
  }

  .sub-title {
    margin-top: auto;
  }

  .sub-title.bg2 {
    margin-top: auto;
  }

  .column-3 {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform: perspective(490px);
    transform: perspective(490px);
  }

  .columns {
    position: relative;
    left: -86px;
    margin-left: auto;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7 {
    font-size: 48px;
  }

  .video-2 {
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .video-4 {
    margin-bottom: auto;
  }

  .image-4 {
    -webkit-transition: opacity 1000ms ease, box-shadow 1000ms ease, -webkit-transform 1000ms ease;
    transition: opacity 1000ms ease, box-shadow 1000ms ease, -webkit-transform 1000ms ease;
    transition: transform 1000ms ease, opacity 1000ms ease, box-shadow 1000ms ease;
    transition: transform 1000ms ease, opacity 1000ms ease, box-shadow 1000ms ease, -webkit-transform 1000ms ease;
  }

  .image-4:hover {
    box-shadow: -4px 4px 6px 0 #000;
    opacity: 0.71;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .video-9 {
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1920px) {
  .button.hollow.black {
    margin-top: 40px;
    margin-left: -108px;
  }

  .button.hollow.black.call-button {
    margin-left: auto;
  }

  .button.hollow.black.bg1 {
    margin-top: -57px;
    margin-left: -240px;
  }

  .button.hollow.black.bg2 {
    margin-top: -57px;
    margin-left: -240px;
  }

  .button.hollow.black.contact {
    width: 15vw;
    margin-top: 30px;
    margin-left: auto;
  }

  .logo.tee-pot-films {
    margin-left: -290px;
  }

  .logo.tee-pot-films.bg1 {
    margin-left: -290px;
  }

  .logo.tee-pot-films.bg2 {
    margin-left: -290px;
  }

  .menu-button {
    margin-right: -183px;
    margin-left: auto;
  }

  .main-heading {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-heading.about {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: 145px auto auto;
    font-size: 140px;
  }

  .main-heading.about.bg1 {
    margin-top: 145px;
  }

  .main-heading.about.bg2 {
    margin-top: 145px;
  }

  .main-heading.bg1 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-heading.bg2 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .projects-section.grey {
    height: auto;
    max-width: 100vw;
    padding-bottom: 56px;
  }

  .projects-section.grey.in-development {
    margin-bottom: 170px;
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .projects-section.grey._2 {
    height: 100vh;
    margin-top: auto;
    padding-bottom: 0px;
  }

  .projects-section.grey._2.dev {
    margin-top: 118px;
  }

  .projects-section.grey._1 {
    height: 100vh;
  }

  .projects-section.grey.about {
    height: auto;
  }

  .padded-column {
    padding-right: 17px;
    padding-left: 0px;
  }

  .container-3 {
    margin-top: 433px;
    margin-right: auto;
    margin-left: auto;
  }

  .background-video {
    margin-bottom: auto;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    white-space: normal;
  }

  .paragraph.contact {
    padding-bottom: 0px;
  }

  .heading-5 {
    height: auto;
    margin-left: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block {
    margin: auto;
  }

  .container-5 {
    margin-top: -140px;
    margin-bottom: auto;
  }

  .body-contact {
    background-size: cover;
  }

  .sub-title {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 216px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

  .columns {
    position: relative;
    left: -22%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 150%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
    -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;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }

  .heading-7 {
    font-size: 50px;
  }

  .image-4 {
    display: block;
    height: 90vh;
    max-width: 100%;
    margin-right: 300px;
    margin-left: auto;
  }

  .div-block-10 {
    margin-left: 266px;
  }

  .image-7 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 991px) {
  .button.hollow.black.call-button {
    width: 15vw;
    margin-left: auto;
  }

  .button.hollow.black.bg1 {
    position: absolute;
    left: auto;
    bottom: auto;
    margin-top: auto;
    margin-left: auto;
  }

  .button.hollow.black.bg2 {
    position: absolute;
    left: auto;
    bottom: auto;
    margin-top: auto;
    margin-left: auto;
  }

  .button.hollow.black.contact {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }

  .button.hollow.black.email {
    width: 15vw;
    margin-left: auto;
  }

  .social-wrapper {
    width: 725px;
  }

  .project-row {
    height: 40vh;
  }

  .project-row.blue {
    height: 40vh;
  }

  .project-link.project-1 {
    height: auto;
  }

  .project-link.project-6 {
    height: auto;
  }

  .project-link.project-11 {
    height: auto;
  }

  .main-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 130px;
  }

  .main-heading.about {
    top: 20%;
    margin-top: 0px;
    font-size: 80px;
  }

  .main-heading.about.bg1 {
    top: 20%;
    margin-top: 0px;
  }

  .main-heading.about.bg2 {
    top: 20%;
    margin-top: 0px;
  }

  .projects-section.grey.about {
    height: auto;
  }

  .padded-column {
    padding-left: 73px;
  }

  .profile-photo {
    margin-left: auto;
  }

  .paragraph {
    margin-left: auto;
    padding-left: 0px;
  }

  .body-page.about {
    height: 100%;
    background-color: #000;
    background-position: 50% 0%;
    background-repeat: repeat-x;
  }

  .heading-5 {
    margin-left: auto;
    padding-left: 0px;
  }

  .sub-title {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 146px;
    font-size: 16px;
  }

  .columns {
    position: relative;
    left: -39px;
    width: 100vw;
  }

  .div-block-3 {
    max-width: 49vw;
  }

  .image-6 {
    height: 100vh;
    max-width: 50vw;
  }

  .container-8 {
    max-width: none;
  }

  .container-9 {
    max-width: none;
  }

  .container-10 {
    max-width: none;
  }

  .grid-2 {
    padding-left: 65px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .div-block-6 {
    margin-top: auto;
    padding-top: 43px;
  }

  .grid-3 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-10 {
    margin-left: 60px;
  }

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

  .div-block-13 {
    margin-left: 75px;
    padding-right: 60px;
    padding-left: 20px;
  }

  .div-block-14 {
    margin-left: 75px;
  }

  .div-block-15 {
    margin-left: 75px;
  }

  .div-block-16 {
    margin-left: 75px;
  }

  .div-block-17 {
    background-position: 60% 50%;
  }

  .background-video-2 {
    height: 40vh;
  }

  .link-block-3 {
    max-width: 30vw;
    font-size: 12px;
  }

  .div-block-19 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    margin-top: -66px;
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.16.39-PM.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .div-block-19.in-dev {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.35.16-PM.png');
  }

  .div-block-19.docs {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.37.24-PM.png');
    background-position: 50% 50%;
  }

  .div-block-19.comms {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.40.03-PM.png');
    background-position: 0% 50%;
  }

  .div-block-19.insta {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.42.36-PM.png');
    background-position: 50% 0%;
  }

  .div-block-19.feats {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.44.30-PM.png');
    background-position: 50% 0%;
  }

  .background-video-3 {
    height: 40vh;
  }

  .background-video-4 {
    height: 40vh;
  }

  .background-video-5 {
    height: 40vh;
  }

  .background-video-6 {
    height: 40vh;
  }

  .background-video-7 {
    height: 40vh;
  }

  .background-video-8 {
    height: 40vh;
  }

  .link-3 {
    left: 15px;
    top: 1px;
    float: right;
    clear: none;
    font-size: 12px;
  }

  .jfd {
    font-size: 12px;
  }

  .link-block-4 {
    font-size: 12px;
  }

  .background-video-11 {
    height: 40vh;
  }

  .background-video-13 {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .button.hollow.black {
    position: static;
    left: auto;
    display: block;
    margin-right: auto;
    margin-left: 8px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button.hollow.black.call-button {
    position: static;
    left: auto;
    top: auto;
    width: 15vw;
    margin-top: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button.hollow.black.bg1 {
    position: absolute;
    left: auto;
    bottom: auto;
    width: 20vw;
    margin: 10px auto auto -95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button.hollow.black.bg2 {
    position: absolute;
    left: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    margin: 10px auto auto -95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .button.hollow.black.contact {
    position: static;
    left: auto;
    bottom: auto;
    width: 21vw;
    margin: 10px auto auto;
    padding-bottom: 11px;
    float: left;
  }

  .button.hollow.black.email {
    position: static;
    left: auto;
    top: auto;
    display: block;
    width: 15vw;
    margin-top: auto;
    margin-right: 20px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 9px;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.grey {
    margin-top: auto;
    clear: both;
    background-image: none;
  }

  .menu-button {
    padding: 10px;
  }

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

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-row {
    margin-top: auto;
    clear: both;
  }

  .project-row.blue {
    display: block;
  }

  .project-row.top {
    float: none;
    clear: both;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .project-link.project-4 {
    width: 100%;
  }

  .project-link.project-9 {
    width: 100%;
  }

  .half-width {
    width: 100%;
  }

  .quarter-width {
    width: 100%;
  }

  .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 90px;
    line-height: 34px;
  }

  .main-heading.about {
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    font-size: 50px;
  }

  .main-heading.about.bg1 {
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .main-heading.about.bg2 {
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .button-group {
    margin-top: 26px;
  }

  .social-footer-wrap {
    position: relative;
    left: -1.5%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .slider {
    height: 315px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .brand-link {
    padding-left: 0px;
    text-align: left;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .projects-section.grey {
    height: 100%;
  }

  .projects-section.grey.contact {
    height: auto;
  }

  .projects-section.grey.in-development {
    position: static;
    height: auto;
    margin-top: auto;
    margin-bottom: 100px;
    padding-bottom: 50px;
  }

  .projects-section.grey._2 {
    height: auto;
    max-width: none;
    margin-top: auto;
    padding-bottom: 0px;
  }

  .projects-section.grey._2.dev {
    margin-top: 118px;
  }

  .projects-section.grey._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    padding-bottom: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .projects-section.grey._3 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .projects-section.grey.about {
    height: auto;
  }

  .padded-column {
    position: absolute;
    left: 10%;
    top: 37%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: auto;
    padding: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .profile-photo {
    margin-top: 43px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 0%;
  }

  .profile-photo.tony {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -78px;
    float: none;
    -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;
  }

  .process-row {
    margin-bottom: 0px;
  }

  .mobile-padding-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: auto;
  }

  .heading-4.bg2 {
    margin-top: -70px;
  }

  .heading-4.bg1 {
    margin-top: -70px;
  }

  .body {
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paragraph {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: 17px;
    margin-right: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    font-size: 12px;
    text-align: left;
  }

  .body-page.about {
    background-attachment: fixed;
  }

  .heading-5 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: auto;
    margin: auto;
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .heading-5._2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .sub-title {
    margin-top: auto;
    margin-left: auto;
    padding-top: 111px;
    font-size: 12px;
    text-align: center;
  }

  .sub-title.bg2 {
    margin-top: auto;
  }

  .column-3 {
    position: static;
    left: 165px;
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 172px;
    -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: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .columns {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: auto;
    margin-bottom: 42px;
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .columns-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2 {
    position: relative;
    display: block;
    margin-top: 46px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .columns-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-4 {
    display: block;
    height: auto;
    margin-top: 35px;
    margin-right: auto;
    margin-left: 47px;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    display: block;
    height: 50vh;
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-2 {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-7 {
    margin-top: 54px;
  }

  .div-block-8 {
    margin-top: auto;
  }

  .grid-3 {
    margin-top: auto;
    margin-left: auto;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-10 {
    margin-left: 48px;
    padding-right: 48px;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .link-block.w--current {
    position: relative;
    top: auto;
    float: none;
    clear: none;
  }

  .div-block-13 {
    height: auto;
    margin-bottom: auto;
    margin-left: 40px;
    padding-left: 0px;
  }

  .div-block-14 {
    margin-top: 10px;
    margin-left: 40px;
  }

  .div-block-15 {
    margin-top: 20px;
    margin-left: 40px;
  }

  .div-block-16 {
    margin-top: 20px;
    margin-left: 40px;
  }

  .image-7 {
    padding-bottom: 0px;
  }

  .text-block-jf-design.josh-futcher {
    position: relative;
    left: 217px;
    display: block;
    padding-left: 0px;
  }

  .link-block-3 {
    right: 263px;
    max-width: 40vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
  }

  .div-block-19.in-dev {
    background-position: 50% 0%;
  }

  .div-block-19.insta {
    background-position: 50% 50%;
  }

  .div-block-19.feats {
    background-position: 100% 50%;
  }

  .div-block-20 {
    clear: both;
    text-align: center;
  }

  .link-3 {
    position: static;
    left: 0%;
    top: 3px;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }

  .column-5 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: auto;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    clear: both;
    text-align: center;
  }

  .grid-9 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-21 {
    position: relative;
    left: -10px;
    margin-left: auto;
    padding-left: 0px;
  }

  .div-block-22 {
    position: relative;
    left: -9px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .button.hollow.black {
    margin-right: 8px;
  }

  .button.hollow.black.call-button {
    width: 25vw;
  }

  .button.hollow.black.bg1 {
    left: 175px;
    margin-top: 20px;
    margin-right: 8px;
  }

  .button.hollow.black.bg2 {
    left: 175px;
    margin-top: 20px;
    margin-right: 8px;
  }

  .button.hollow.black.contact {
    left: 175px;
    width: 30vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .button.hollow.black.email {
    width: 25vw;
    clear: none;
  }

  .section.header {
    max-width: none;
    padding-top: 0px;
    background-image: none;
  }

  .section.grey {
    background-position: 50% 50%;
    background-repeat: repeat-y;
    background-attachment: fixed;
  }

  .section.footer {
    padding-top: 63px;
  }

  .menu-button {
    right: 8px;
  }

  .nav-menu {
    max-width: 100vw;
  }

  .project-row.blue {
    display: block;
  }

  .project-row.top {
    float: none;
  }

  .main-heading {
    font-size: 88px;
  }

  .main-heading.about {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
  }

  .main-heading.about.bg1 {
    margin-top: 0px;
  }

  .main-heading.about.bg2 {
    margin-top: 0px;
  }

  .button-group {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-logo {
    position: absolute;
    top: -16px;
    margin-top: -3px;
    margin-bottom: 8px;
    text-align: center;
  }

  .footer-social-link {
    margin-right: 7px;
    margin-left: 7px;
  }

  .social-footer-wrap {
    position: relative;
    left: auto;
    right: auto;
    margin-top: -37px;
    margin-bottom: auto;
    text-align: center;
  }

  .projects-section.grey {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: auto;
    padding-top: 0px;
  }

  .projects-section.grey.in-development {
    height: auto;
    margin: auto auto 100px;
    padding-bottom: 50px;
  }

  .projects-section.grey._2 {
    height: auto;
    margin-top: auto;
    padding-bottom: 0px;
  }

  .projects-section.grey._1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    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: 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;
  }

  .projects-section.grey._3 {
    position: relative;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .projects-section.grey.about {
    position: relative;
    top: 80px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .projects-section.grey.commercials {
    margin-top: auto;
  }

  .padded-column {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: auto;
    max-height: none;
    clear: none;
  }

  .profile-photo {
    margin-top: 59px;
  }

  .profile-photo.tony {
    clear: none;
  }

  .previous-column {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ededed;
    border-right-width: 0px;
    text-align: left;
  }

  .next-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .background-video {
    min-height: 100vh;
  }

  .heading-4 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: block;
    max-width: none;
    margin: 11px auto auto;
    padding-bottom: 0px;
    float: none;
    clear: both;
  }

  .heading-4.bg {
    left: auto;
    right: auto;
  }

  .heading-4.bg2 {
    left: auto;
    top: -72px;
    right: auto;
    margin-top: auto;
  }

  .heading-4.bg1 {
    top: -36px;
    margin-top: 0px;
  }

  .container-4 {
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  .body {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .paragraph {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0px 10px;
    float: none;
    clear: none;
    text-align: center;
  }

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

  .body-page.about {
    height: 100vh;
    min-height: 100vh;
    min-width: 0px;
    background-color: #000;
    background-image: none;
  }

  .body-page.commercials {
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-5 {
    display: block;
    height: auto;
    max-width: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }

  .body-contact {
    background-position: 60% 50%;
  }

  .sub-title {
    margin: auto;
    text-align: center;
  }

  .column-3 {
    position: relative;
    left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .columns {
    display: block;
    width: 100vw;
    margin: auto;
    -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: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .video._1 {
    position: relative;
    margin: 40px auto auto;
    padding-bottom: 0px;
  }

  .video-2 {
    position: relative;
  }

  .image-4 {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100vw;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .image-6 {
    position: relative;
    top: -80px;
    display: block;
    height: auto;
    max-height: none;
    max-width: 100vw;
    margin: 90px auto auto;
  }

  .image-6.snack {
    top: 27px;
    margin-top: 1px;
  }

  .container-6 {
    max-width: none;
  }

  .div-block-4 {
    max-width: none;
  }

  .container-7 {
    max-width: 100vw;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin: 44px auto auto;
    -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;
  }

  .grid-2 {
    max-width: 100vw;
    margin-left: auto;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    max-width: none;
    margin-left: 20px;
  }

  .div-block-7 {
    max-width: none;
    margin-left: 20px;
  }

  .div-block-8 {
    max-width: none;
    margin-left: 20px;
  }

  .grid-3 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .grid-4 {
    width: auto;
    max-width: none;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    margin: auto;
  }

  .div-block-12 {
    margin-top: -57px;
  }

  .link-block {
    margin-top: 3px;
  }

  .link-block.w--current {
    position: -webkit-sticky;
    position: sticky;
    margin: auto;
    clear: both;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container-12 {
    margin-top: auto;
  }

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

  .div-block-13 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-6 {
    margin-top: auto;
    margin-bottom: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-10 {
    position: relative;
    margin: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    margin-top: 30px;
    margin-bottom: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-15 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-17 {
    margin-bottom: 427px;
  }

  .div-block-18 {
    margin-top: auto;
  }

  .heading-8 {
    text-align: center;
  }

  .link-block-3 {
    left: auto;
    right: 215px;
    max-width: 60vw;
    margin-top: 5px;
    margin-bottom: -32px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-19 {
    background-position: 40% 50%;
  }

  .div-block-19.in-dev {
    background-image: url('../images/Screen-Shot-2021-01-28-at-1.35.16-PM.png');
    background-position: 50% 0%;
  }

  .div-block-19.insta {
    background-position: 40% 50%;
  }

  .div-block-19.feats {
    background-position: 50% 0%;
  }

  .link-3 {
    top: 19px;
  }

  .column-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }

  .column-6 {
    display: block;
  }
}

#w-node-_6cf8d0f6-3d3a-9ef9-c12b-be8e6620afe1-58e219c2 {
  -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-_0de9bd50-9032-3428-1965-9f4ce66856c3-58e219c2 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d0aec60f-dba4-3e70-54b8-238a3490fe90-58e219c2 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 479px) {
  #w-node-_047f87ab-a60d-0a04-32c8-c3cdd44519b8-0be219bf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b81a2ef0-03e8-099a-4189-0727070bb395-64e219c1 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f6ca015d-7c20-ba2e-2111-d7638c7d6e41-64e219c1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Skaters';
  src: url('../fonts/Skaters.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shrimp';
  src: url('../fonts/SHRIMP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ramona';
  src: url('../fonts/Ramona-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ramona';
  src: url('../fonts/Ramona-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marinforddemo';
  src: url('../fonts/marinforddemo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gatha sans';
  src: url('../fonts/Gatha-Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fitalia';
  src: url('../fonts/Fitalia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wanoquin fr';
  src: url('../fonts/WanoQuin-Thin-FR.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Usually font';
  src: url('../fonts/Usually-font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-ExtraBold.otf') format('opentype'), url('../fonts/Trap-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reflee';
  src: url('../fonts/Reflee.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oktaneue';
  src: url('../fonts/OktaNeue-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oktaneue';
  src: url('../fonts/OktaNeue-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overt';
  src: url('../fonts/Overt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norrontsans';
  src: url('../fonts/NorrontSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetana';
  src: url('../fonts/NeueMetana-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetana';
  src: url('../fonts/NeueMetana-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaner';
  src: url('../fonts/Leaner-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaner';
  src: url('../fonts/Leaner-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hellogalleriasans';
  src: url('../fonts/hellogalleriasans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelael text';
  src: url('../fonts/Gelael-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelael';
  src: url('../fonts/Gelael-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cyrene';
  src: url('../fonts/Cyrene-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegra';
  src: url('../fonts/Alegra-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neon Tubes';
  src: url('../fonts/NeonTubes2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}