.nav-link {
  padding-top: 30px;
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: #0082a5;
}

.nav-link.w--current {
  padding-top: 30px;
  color: #0082a5;
}

.nav-link-2 {
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
}

.nav-link-2:hover {
  color: #c24848;
}

.nav-link-3 {
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
}

.nav-link-3:hover {
  color: #c24848;
}

.navbar {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 3% 4% 4%;
  float: none;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left;
}

.text-block {
  padding: 20px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #0082a5;
  font-size: 36px;
  font-weight: 200;
}

.container {
  display: block;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.heading {
  display: block;
  margin-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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 514%;
  line-height: 100px;
  font-weight: 200;
  text-align: left;
}

.body {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 13, 36, .93), rgba(0, 13, 36, .93)), url('../images/IMG_5766.JPG');
  background-image: linear-gradient(180deg, rgba(0, 13, 36, .93), rgba(0, 13, 36, .93)), url('../images/IMG_5766.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #c3c3c3;
  font-weight: 500;
  text-align: left;
}

.container-2 {
  padding: 20px;
}

.collection-item {
  padding: 20px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59));
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.text-block-2 {
  color: #fff;
}

.container-3 {
  padding: 20px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section {
  margin-top: 45px;
  float: none;
  background-image: none;
}

.div-block {
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #1f1f1f;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-2 {
  padding: 10px;
  border-radius: 0px;
  background-image: none;
}

.text-block-3 {
  margin-top: 10px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
}

.section-2 {
  display: block;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-4 {
  position: relative;
  z-index: 1;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-4 {
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 5em;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
}

.section-3 {
  padding: 5% 15% 15%;
  border-style: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-align: center;
}

.important-text {
  color: #c3c3c3;
}

.important-text-2 {
  color: #c3c3c3;
}

.paragraph {
  padding-top: 78px;
}

.button {
  margin-top: 5%;
  padding: 20px 30px;
  border: 0px none transparent;
  background-color: #0082a5;
  background-image: -webkit-linear-gradient(45deg, #035786, #0082a5, #0082a5 0, #006681), -webkit-linear-gradient(270deg, #0082a5, #0082a5);
  background-image: linear-gradient(45deg, #035786, #0082a5, #0082a5 0, #006681), linear-gradient(180deg, #0082a5, #0082a5);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  font-weight: 200;
}

.button:hover {
  background-image: -webkit-linear-gradient(270deg, #0082a5, #0082a5), -webkit-linear-gradient(61deg, #c24848, rgba(27, 58, 47, .79));
  background-image: linear-gradient(180deg, #0082a5, #0082a5), linear-gradient(29deg, #c24848, rgba(27, 58, 47, .79));
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-4 {
  height: auto;
  padding-top: 2%;
  background-color: rgba(0, 0, 0, .8);
}

.div-block-3 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(147deg, rgba(27, 58, 47, .79), transparent);
  background-image: linear-gradient(303deg, rgba(27, 58, 47, .79), transparent);
}

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

.collection-item-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-4 {
  height: 400px;
  margin-top: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(27, 58, 47, .79);
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px -10px #000;
  opacity: 0.14;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-4:hover {
  opacity: 1;
}

.container-5 {
  padding: 0px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
}

.heading-6 {
  padding: 20px;
  background-color: rgba(0, 0, 0, .73);
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 100;
}

.video {
  border-style: none;
  border-width: 0px 1px;
  border-color: rgba(0, 0, 0, .76) #000;
  background-color: transparent;
  box-shadow: 0 0 38px 3px #000;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.heading-7 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.column {
  height: auto;
  padding: 4%;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 200;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
}

.paragraph-2 {
  padding-top: 20px;
  font-family: 'Droid Serif', serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.row {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/maxresdefault.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/maxresdefault.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row:hover {
  opacity: 1;
}

.column-2 {
  padding: 50px;
}

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

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #fff;
}

.column-5 {
  padding: 4%;
}

.abc-row {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/IMG_4581_lowerqual.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/IMG_4581_lowerqual.jpg');
  background-position: 0px 0px, -99px -87px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.abc-row:hover {
  opacity: 1;
}

.section-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.div-block-5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
}

.div-block-5-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: inline;
  height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  height: auto;
}

.navbar-copy {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding-top: 1%;
  padding-right: 50px;
  padding-left: 50px;
  float: none;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left;
}

.container-4-copy {
  position: relative;
  z-index: 1;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bio {
  height: auto;
  padding: 4% 15%;
  background-image: -webkit-linear-gradient(140deg, #000b1a, #000);
  background-image: linear-gradient(310deg, #000b1a, #000);
  opacity: 0.8;
  font-family: 'Droid Serif', serif;
  font-size: 1vw;
}

.collection-item-4 {
  height: 150px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link-copy {
  z-index: 0;
  float: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-copy:hover {
  opacity: 0.7;
}

.nav-link-copy:active {
  color: #c24848;
}

.nav-link-copy:focus {
  color: #c24848;
}

.scroll-nav2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding-right: 4%;
  padding-left: 4%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container-6 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.nav-link-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-4:hover {
  opacity: 1;
  color: #c24848;
}

.nav-link-4.w--current {
  color: #57af91;
}

.nav-link-4.w--current:hover {
  opacity: 0.6;
}

.nav-link-5 {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-5:hover {
  color: #c24848;
}

.nav-link-5.w--current {
  color: #57af91;
}

.nav-link-6 {
  padding-right: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-6:hover {
  color: #c24848;
}

.nav-link-6.w--current {
  color: #57af91;
}

.text-block-5 {
  padding: 20px 20px 20px 0px;
  font-family: Montserrat, sans-serif;
  color: #c24848;
  font-size: 36px;
  font-weight: 700;
}

._7tm-row {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/posteR_bottom.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/posteR_bottom.jpg');
  background-position: 0px 0px, 100% -12px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._7tm-row:hover {
  opacity: 1;
}

.audioreel-row {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/AUDIOREEL.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/AUDIOREEL.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.audioreel-row:hover {
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-right: 4%;
  padding-left: 4%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.paragraph-3 {
  font-family: 'Droid Serif', serif;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: justify;
  text-transform: none;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.column-6 {
  padding: 0px;
}

.column-7 {
  padding: 20px;
}

.column-8 {
  padding: 2%;
}

.paragraph-3-copy {
  font-family: 'Droid Serif', serif;
  font-size: 0.8vw;
  line-height: 1.5vw;
  text-align: left;
  text-transform: none;
}

.heading-11-copy {
  font-family: Montserrat, sans-serif;
  color: #c24848;
  font-weight: 300;
  text-align: left;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  color: #c24848;
}

.paragraph-4 {
  font-size: 0.8vw;
  line-height: 1.5vw;
  text-align: justify;
}

.heading-13 {
  margin-top: 46px;
  padding-bottom: 5%;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  text-align: center;
}

.paragraph-5 {
  padding-bottom: 15px;
  font-family: 'Droid Serif', serif;
  color: #c3c3c3;
  font-size: 1.2vw;
  line-height: 3vw;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.heading-13-copy {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Montserrat, sans-serif;
  color: #c24848;
  text-align: center;
}

.paragraph-5-copy {
  font-family: 'Droid Serif', serif;
  color: #494949;
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.section-6 {
  padding: 2% 15% 4%;
  background-color: #050505;
}

.heading-13-copy-copy {
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  text-align: center;
}

.section-7 {
  height: 1200px;
  padding-right: 15%;
  padding-left: 15%;
  background-color: #001520;
  font-size: 1.5px;
}

.heading-13-copy-copy-copy {
  padding-top: 10%;
  padding-bottom: 2%;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  text-align: center;
}

.form-block {
  padding-right: 0%;
  padding-left: 0%;
}

.field-label {
  color: #000;
}

.field-label-2 {
  color: #000;
}

.field-label-3 {
  color: #000;
}

.text-field {
  border-color: #00354e;
  background-color: #000;
  color: #c3c3c3;
}

.submit-button {
  margin-top: 20px;
  padding: 15px;
  background-color: #0082a5;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.form {
  text-align: center;
}

.text-field-2 {
  border-color: #00354e;
  background-color: #000;
  color: #c3c3c3;
}

.textarea {
  border-color: #00354e;
  background-color: #000;
  color: #c3c3c3;
}

.important-text-3 {
  font-size: 1.5vw;
}

.text-block-6 {
  background-color: #c3c3c3;
  color: #000;
  font-size: 16px;
}

.paragraphmobilevert {
  padding-bottom: 15px;
  font-family: 'Droid Serif', serif;
  color: #c3c3c3;
  font-size: 1.2vw;
  line-height: 2.5vw;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.image {
  float: left;
}

.bold-text {
  color: #0082a5;
}

.navlinktop {
  padding-top: 30px;
  padding-right: 0px;
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
}

.navlinktop:hover {
  opacity: 1;
  color: #0082a5;
}

.navlinktop.w--current {
  color: #0082a5;
}

.image-2 {
  padding-top: 6px;
}

.container-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: center;
}

.image-3 {
  display: block;
  text-align: left;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.1;
}

html.w-mod-js *[data-ix="nav-disappear"] {
  display: none;
}

@media (max-width: 991px) {
  .nav-link-2 {
    background-color: transparent;
  }
  .nav-link-3 {
    display: block;
    float: none;
  }
  .navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: none;
  }
  .container-4 {
    display: block;
  }
  .heading-4 {
    font-size: 5vw;
  }
  .section-3 {
    padding-top: 5%;
  }
  .scroll-nav2 {
    display: none;
    float: none;
  }
  .nav-link-4.w--current {
    color: #0082a5;
  }
  .nav-link-5 {
    display: block;
  }
  .nav-link-5:hover {
    color: #0082a5;
  }
  .nav-link-6:hover {
    color: #0082a5;
  }
  .text-block-5 {
    padding-top: 20px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-button-2 {
    background-color: #0082a5;
  }
  .menu-button-2.w--open {
    background-color: #0082a5;
  }
  .icon {
    color: #000;
  }
  .nav-menu-2 {
    left: 0px;
    top: 59px;
    right: 0px;
    display: block;
    float: none;
    background-color: #000;
  }
  .mobile-nav {
    position: relative;
    display: block;
    float: none;
  }
  .paragraph-5 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
  .paragraphmobilevert {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 1%;
  }
  .heading-4 {
    font-size: 5vw;
  }
  .section-3 {
    padding-top: 2%;
  }
  .button {
    padding: 4%;
    font-size: 4vw;
  }
  .button.w--current {
    font-size: 24px;
  }
  .column {
    display: none;
  }
  .column-5 {
    display: none;
  }
  .paragraph-5 {
    font-size: 2vw;
    line-height: 4vw;
  }
  .paragraph-5-copy {
    font-size: 3vw;
    line-height: 4vw;
  }
  .important-text-3 {
    font-size: 2vw;
  }
  .paragraphmobilevert {
    font-size: 2vw;
    line-height: 4vw;
  }
}

@media (max-width: 479px) {
  .nav-link.w--current {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }
  .nav-link-2 {
    position: relative;
  }
  .nav-link-3 {
    float: none;
  }
  .navbar {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 1%;
  }
  .text-block {
    font-size: 6vw;
  }
  .heading {
    font-size: 48px;
    line-height: 48px;
  }
  .container-4 {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-4 {
    font-size: 12vw;
  }
  .section-3 {
    padding-top: 2%;
    padding-bottom: 15%;
  }
  .button {
    margin-top: 15%;
    padding: 8%;
    font-size: 8vw;
  }
  .navbar-copy {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-4-copy {
    margin-right: 0px;
    margin-left: 0px;
  }
  .bio {
    padding-right: 6%;
    padding-left: 6%;
    text-align: justify;
  }
  .container-6 {
    display: block;
  }
  .text-block-5 {
    font-size: 24px;
  }
  .menu-button-2 {
    padding: 10px;
    background-color: #0082a5;
  }
  .nav-menu-2 {
    position: relative;
    top: 3px;
    right: -6px;
    bottom: -82px;
    display: block;
    float: none;
  }
  .mobile-nav {
    display: block;
    float: none;
  }
  .paragraph-5 {
    font-size: 4vw;
    line-height: 6vw;
    text-align: justify;
  }
  .paragraph-5-copy {
    font-size: 4vw;
    line-height: 6vw;
  }
  .section-6 {
    padding-right: 6%;
    padding-left: 6%;
  }
  .important-text-3 {
    font-size: 3vw;
  }
  .paragraphmobilevert {
    font-size: 4vw;
    line-height: 6vw;
    text-align: justify;
  }
  .navlinktop.w--current {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }
}
