body {
  overflow: visible;
  height: 100%;
  background-color: #000;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'La Belle Aurore', sans-serif;
  color: #fff;
  font-size: 10em;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  color: #696969;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 217px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 10px 15px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  letter-spacing: 7px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.w--current {
  font-family: Lato, sans-serif;
}

.button.downarrow {
  width: 50px;
  height: 50px;
  padding: 5px 5px 5px 0px;
  border-width: 2px;
  border-radius: 100px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: 0px;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  height: 50px;
  float: none;
  background-color: #f65307;
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  text-align: center;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 150;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #171717;
}

.nav-link {
  display: inline-block;
  margin: 10px 5px;
  padding: 5px 1px 5px 8px;
  border: 2px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border: 2px solid #707070;
}

.nav-link.w--current {
  border-width: 2px;
  border-color: #d1d1d1;
}

.hero-tagline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 17px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.hero-tagline.header-tagline {
  margin-top: 0px;
  font-size: 11px;
}

.hero-tagline.subtagline {
  color: #007cfa;
  font-size: 15px;
}

.logo {
  display: block;
  margin: auto auto 0px;
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  text-decoration: none;
}

.content {
  margin-top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.blackbg {
  background-color: #171717;
  background-image: none;
}

.imgpf {
  margin-bottom: 20px;
}

.topsections {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.topsections.about {
  position: relative;
  overflow: visible;
  padding-top: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 250, 0.39)), to(rgba(0, 124, 250, 0.39))), url('../images/IMG_0500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 124, 250, 0.39), rgba(0, 124, 250, 0.39)), url('../images/IMG_0500.jpg');
  background-position: 0px 0px, 1% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 250, 0.39)), to(rgba(0, 124, 250, 0.39))), url('../images/Glass.jpg');
  background-image: linear-gradient(180deg, rgba(0, 124, 250, 0.39), rgba(0, 124, 250, 0.39)), url('../images/Glass.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #171717;
}

.section.redsection {
  background-color: red;
  color: #fff;
}

.section.sectionblack {
  background-color: #333;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #ededed;
}

.section.divider {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1fffd2;
}

.section.ourteambkg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.artbackground {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/gallery.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/gallery.jpg');
  background-repeat: repeat, no-repeat;
}

.herocontainer {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.portfoliocolumn {
  display: block;
  overflow: hidden;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  list-style-type: none;
}

.portfolioimg {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  background-color: transparent;
}

.hero-h1 {
  margin-bottom: 15px;
  font-family: 'La Belle Aurore', sans-serif;
  color: #fff;
  font-size: 9.9em;
  line-height: 1.9em;
  font-weight: 400;
  text-align: center;
}

.imdb {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 0px;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #fe0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #171717;
  font-size: 21px;
  line-height: 25px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.imdb:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.ptips {
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.portfoliocontainer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 250, 0.39)), to(rgba(0, 124, 250, 0.39))), url('../images/Jonathanstuffblur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 124, 250, 0.39), rgba(0, 124, 250, 0.39)), url('../images/Jonathanstuffblur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.aboutcontainer {
  margin-bottom: 100px;
  padding: 25px 35px 35px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #171717;
}

.downarrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5%;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px 1px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #1fffd2;
  font-size: 19px;
  line-height: 0px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}

.downarrow:hover {
  padding-top: 22px;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.learncontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 50px;
}

.a {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #1fffd2;
  text-decoration: none;
}

.a:hover {
  border-bottom-color: #1fffd2;
}

.julioatwork {
  height: 380px;
  padding-top: 100px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.quote {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-style: none;
  border-left-width: 2px;
  border-left-color: #919191;
  color: #333;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  text-decoration: none;
}

.divider {
  height: 50px;
  background-color: #1d1717;
}

.quotecontainer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  margin-right: 5%;
  margin-left: 50%;
  padding: 21px 20px 21px 40px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #000;
  text-decoration: none;
}

.contactsection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
}

.beach-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1fffd2), to(#1fffd2));
  background-image: linear-gradient(180deg, #1fffd2, #1fffd2);
}

.portfoliorow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 17, 17, 0.92)), to(rgba(39, 17, 17, 0.92)));
  background-image: linear-gradient(180deg, rgba(39, 17, 17, 0.92), rgba(39, 17, 17, 0.92));
}

.subheading {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 100;
}

.subheading.darktext {
  color: #000;
}

.subparagraph {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
}

.subparagraph.darktext {
  color: #000;
}

.bridge {
  margin-top: 186px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 17px;
  text-align: right;
}

.divider2 {
  background-color: #1fffd2;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.polaroid {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  margin: 20px 10px;
  padding: 0px;
  border: 8px none #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 72, 94, 0.67)), to(rgba(4, 72, 94, 0.67)));
  background-image: linear-gradient(180deg, rgba(4, 72, 94, 0.67), rgba(4, 72, 94, 0.67));
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.48), 7px 7px 3px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.86;
  text-align: center;
}

.floatwords {
  display: block;
  text-align: center;
}

.contentbkg {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  padding: 20% 20px 10%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  background-color: hsla(0, 0%, 100%, 0.68);
  text-align: right;
}

.contentbkg.darkbkg {
  padding-top: 190px;
  padding-bottom: 190px;
  float: left;
  background-color: #333;
}

.contentbkgdark {
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 9%, 0.64);
}

.imagecontainer {
  width: 50%;
  height: auto;
  padding-top: 300px;
  padding-bottom: 280px;
  float: right;
  background-image: url('../images/dance.jpg');
  background-position: 100% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.artbackground {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/gallery.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.smalldiv {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 50%;
  margin-bottom: 0%;
  margin-left: 50%;
  text-align: left;
}

html.w-mod-js *[data-ix="fade-in-hero"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="foto-courses"] {
  opacity: 0.8500000000000002;
  -webkit-transform: scale(1.09, 1.09) translate(-20px, 0px);
  -ms-transform: scale(1.09, 1.09) translate(-20px, 0px);
  transform: scale(1.09, 1.09) translate(-20px, 0px);
}

@media (max-width: 991px) {
  .portfoliocontainer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Jonathanstuffblur.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Jonathanstuffblur.jpg');
    background-size: auto, cover;
  }
  .iphonediv {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .hero-tagline {
    font-size: 16px;
  }
  .hero-tagline.subtagline {
    font-size: 16px;
  }
  .hero-h1 {
    font-size: 9.6em;
  }
  .contentbkg.darkbkg {
    width: 100%;
  }
  .imagecontainer {
    width: 100%;
    float: none;
    background-image: url('../images/dance.jpg');
    background-position: 100% 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .buttonforportrait.landscape {
    position: relative;
    left: 254px;
    right: 254px;
    bottom: -136px;
    z-index: 20;
  }
  .landscapediv {
    position: absolute;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 48%;
  }
  .landscapebutton {
    position: absolute;
    z-index: 1;
  }
  .container {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .nav {
    height: 80px;
  }
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 17px;
  }
  .hero-tagline.header-tagline {
    font-size: 14px;
    line-height: 30px;
  }
  .portfoliocolumn {
    position: static;
    overflow: hidden;
    padding-left: 0px;
    background-image: none;
  }
  .portfolioimg {
    position: static;
    padding-right: 30px;
    padding-left: 30px;
    clear: none;
    background-color: #fff;
  }
  .hero-h1 {
    font-size: 5.9em;
    line-height: 1.1em;
  }
  .aboutcontainer {
    background-color: hsla(0, 0%, 100%, 0.35);
  }
  .downarrow {
    margin-top: 10px;
    padding-top: 21px;
  }
  .quotecontainer {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: visible;
    margin-right: 0%;
    margin-left: 0%;
  }
  .subparagraph {
    padding-right: 1px;
    padding-bottom: 0px;
    padding-left: 9px;
    font-size: 16px;
  }
  .contentbkg {
    width: 100%;
  }
  .contentbkg.darkbkg {
    width: 100%;
    padding-right: auto;
    padding-left: auto;
  }
  .imagecontainer {
    clear: none;
    text-align: left;
  }
  .buttonforportrait {
    position: absolute;
    z-index: 20;
    display: inline-block;
    overflow: hidden;
    margin-top: -10%;
    margin-right: 0%;
    margin-left: -50%;
    float: none;
  }
  .buttonforportrait.landscape {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
  }
  .iphonediv {
    position: absolute;
    overflow: visible;
    padding: 200px 20px 10px 300px;
  }
}

