:root {
  --color-4: #001630;
  --color-3: #e7730f;
  --color-5: #5f82db;
  --color: white;
  --color-2: #333;
  --color-6: black;
}

body {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.75em;
}

a {
  color: var(--color-3);
  text-decoration: underline;
}

a:hover {
  color: var(--color-4);
}

.mac-degen-hero {
  background-image: linear-gradient(270deg, #0000 6% 41%, #0009), url('../images/girl-in-nyc2.jpg');
  background-position: 0 0, 0 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 85vh;
  padding: 8% 5% 5%;
  display: flex;
}

.md-hero-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.page-title-txt {
  color: var(--color);
  margin-bottom: 5px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.md-subline {
  color: var(--color);
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.5em;
}

.button {
  background-color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.button.no-marg {
  margin-bottom: 0;
}

.button.hero-btn:hover {
  color: var(--color);
}

.button.hover-white:hover {
  background-color: var(--color);
  color: var(--color-4);
}

.line {
  background-color: var(--color-3);
  color: var(--color-2);
  height: 1px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.line.jm {
  min-width: 75px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.line.special {
  margin-left: 0;
  margin-right: 0;
}

.section-1 {
  background-color: #3333331a;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 5%;
  display: flex;
}

.section-1-image-holder {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.section-1-image-holder.right {
  align-items: flex-end;
}

.section-1-image-holder.right.white {
  justify-content: flex-end;
  align-items: stretch;
}

.section-1-img {
  z-index: 5;
  object-fit: cover;
  min-width: 120%;
  margin-top: 10%;
  margin-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blue-text-div {
  background-color: var(--color-4);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 60px 60px 60px 12%;
  display: flex;
  position: relative;
}

.blue-text-div.white-left {
  background-color: var(--color);
  color: var(--color-2);
  padding-left: 5%;
  padding-right: 12%;
}

.h2-white {
  color: var(--color);
}

.block-quote {
  border-left-color: var(--color-3);
  color: var(--color);
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
}

.section-2 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-2-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.section-3 {
  background-image: url('../images/city-girl.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.blue-content-div {
  background-color: var(--color-4);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.white-content-div {
  background-color: var(--color);
  color: var(--color-2);
  min-width: 110%;
  padding: 25px 25px 15px;
}

.p-marg {
  margin-right: 5%;
}

.section-4 {
  background-color: #3333331a;
  justify-content: space-between;
  align-items: stretch;
  padding: 0% 5% 0% 0%;
  display: flex;
}

.section-4.white {
  background-color: var(--color);
}

.testimonials_section {
  background-image: url('../images/aerial-nyc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0;
}

.text-holder {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-holder._1 {
  padding-bottom: 25px;
}

.button-holder.btm {
  margin-top: 20px;
}

.schedule {
  padding-top: 5%;
  padding-bottom: 5%;
}

.schedule-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-text-div {
  border-right: 5px solid var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.form-block {
  width: 60%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid #000;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-2);
}

.copyright {
  background-color: var(--color-4);
  color: var(--color-3);
  text-align: center;
  padding: 15px;
  line-height: 1.2em;
}

.navbar-logo-left {
  z-index: 1000;
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container {
  width: auto;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-brand {
  color: var(--color-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--color-3);
}

.button-primary {
  background-color: var(--color-3);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 1em;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--color-4);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.orange {
  color: var(--color-3);
}

.text-span {
  color: var(--color-3);
  font-style: italic;
}

.h2-orange {
  color: var(--color-3);
}

.doc-img {
  float: right;
  object-fit: contain;
  max-height: 425px;
  margin-left: 10px;
}

.test-wrapper {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.test-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.test-div {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: space-between;
  width: 24%;
  padding: 15px;
  font-size: 1em;
  line-height: 1.3em;
  display: flex;
}

.name {
  color: var(--color-3);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

.special-txt {
  color: var(--color-4);
  padding-bottom: 10px;
  font-size: 1.5em;
}

.form {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header {
  background-color: var(--color-4);
  color: var(--color);
  padding: 12% 0 5% 5%;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.section-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .mac-degen-hero {
    background-image: linear-gradient(#0000, #000000c2), linear-gradient(311deg, #0000 6% 41%, #0009), url('../images/girl-in-nyc2.jpg');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    height: 700px;
    padding-top: 12%;
  }

  .md-hero-text-div {
    width: 100%;
  }

  .page-title-txt {
    font-size: 2.5em;
  }

  .section-1 {
    flex-flow: column;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .section-1-image-holder {
    width: 100%;
  }

  .section-1-img {
    min-width: 0;
    margin-top: 5%;
    margin-bottom: 0;
  }

  .section-1-img.no-top-marg {
    margin-top: 0%;
  }

  .blue-text-div {
    width: 100%;
    padding: 5%;
  }

  .section-2-wrap {
    flex-flow: column;
  }

  .text-left {
    width: 100%;
  }

  .section-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/valeda.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 365px;
    background-attachment: scroll, scroll;
    padding-bottom: 350px;
  }

  .blue-content-div {
    width: 100%;
    padding-right: 5%;
  }

  .white-content-div {
    min-width: 0;
  }

  .section-4 {
    flex-flow: column;
    padding-right: 0%;
  }

  .testimonials_section {
    background-image: linear-gradient(#0000, #0000), url('../images/aerial-nyc.jpg');
    background-attachment: scroll, scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .text-holder._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .schedule-wrap {
    flex-flow: column;
  }

  .schedule-text-div {
    border-bottom: 5px solid var(--color-3);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .form-block {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    font-size: 1.6em;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
    color: #fff;
  }

  .test-holder {
    flex-flow: wrap;
  }

  .test-div {
    width: 49%;
    margin-bottom: 1%;
  }

  .header {
    padding-top: 15%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .mac-degen-hero {
    height: 500px;
    padding-bottom: 3%;
  }

  .page-title-txt {
    font-size: 2em;
  }

  .md-subline {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .line.jm {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-1 {
    padding-bottom: 5%;
  }

  .blue-text-div.white-left {
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 5%;
  }

  .white-content-div {
    padding: 15px;
  }

  .button-holder.btm {
    margin-top: 0;
  }

  .schedule-text-div {
    padding-top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    margin-left: 10px;
    margin-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header {
    padding-top: 18%;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.2em;
  }

  .mac-degen-hero {
    background-position: 0 0, 0 0, 80% 0;
    height: 600px;
    padding-top: 20%;
  }

  .page-title-txt {
    margin-left: 0%;
    font-size: 1.8em;
  }

  .md-subline {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .button.hero-btn {
    text-align: center;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .section-1 {
    padding: 0%;
  }

  .blue-text-div.white-left {
    padding: 5%;
  }

  .block-quote {
    font-size: 1.2em;
  }

  .section-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/valeda.jpg');
    background-position: 0 0, 85% 100%;
  }

  .text-holder {
    padding-top: 0;
  }

  .button-holder.btm {
    flex-flow: column;
    display: flex;
  }

  .schedule-text-div {
    font-size: 1em;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    font-size: 1.1em;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    padding: 10px;
  }

  .h2-orange {
    font-size: 1.8em;
  }

  .doc-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .test-div {
    width: 100%;
  }

  .header {
    padding-top: 25%;
    font-size: 2em;
  }
}


