/* ************************************************* */
/* General */
/* ************************************************* */

body {
  --accent: #4668c1;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: var(--accent);
}

a:focus,
a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: var(--accent) !important;
}

.btn-primary {
  background-color: var(--accent) !important;
}

.text-primary {
  color: var(--accent) !important;
}

footer {
  padding: 5rem 0;
}

.image-large-mb {
  position: relative;
  height: 91vh;
  min-height: 35rem;
}

.remove-from-mobile {
  display: none;
}

@media (min-width: 992px) {
  .image-large {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
  }

  .remove-from-mobile {
    display: initial;
  }
}

/* ************************************************* */
/* Navigation */
/* ************************************************* */

#mainNav {
  max-height: 70px;
  color: white;
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: var(--accent);
  border: 1px solid var(--accent);
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(rgba(255, 255, 255, 0.014), 80%);
  outline: none;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
}

.navbar-collapse {
  width: 100vw;
  background-color: white;
  padding: 10px;
}


@media (min-width: 992px) {
  .navbar-collapse {
    width: 100vw;
    background-color: white;
    padding: 0;
  }


  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    transition: background-color 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 1);
  }

  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.75);
  }

  #mainNav {
    background-color: #fff;
  }

  #mainNav .navbar-brand {
    color: #161616;
  }

  #mainNav .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }

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

  #mainNav .nav-link.active {
    color: var(--accent);
    outline: none;
    border-bottom: 0.25rem solid var(--accent);
  }
}


/* ************************************************* */
/* Main */
/* ************************************************* */

.main {
  background: url("../img/about_me.jpg");
  background-position: -183px 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  border-bottom: 5px var(--accent) solid;
}

.main h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.6);
}


@media (min-width: 768px) {
  .main h1 {
    font-size: 4rem;
    line-height: 4rem;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .main {
    background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%), url("../img/main.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-bottom: 5px var(--accent) solid;
  }

  .main {
    height: 100vh;
    padding: 0;
  }

  .main h1 {
    font-size: 4.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
}


.about-me-section {
  background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  border-bottom: 5px var(--accent) solid;
}

.about-me-desc {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
  width: initial;
  margin: 15px 5px 15px 5px;
}

.about-pilates-desc {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
  width: initial;
  margin: 15px 5px 15px 5px;
}

.about-pilates-section {
  background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  border-bottom: 5px var(--accent) solid;
  bottom: 50%;
}

.about-section p,
ul {
  color: white;
}

.desc-img-container {
  text-align: center;
  margin-bottom: 15px;
}

.desc-img {
  width: 98vw;
  margin: 0 5px 0 5px;
  border: 2px solid var(--accent);
  border-radius: 5px;
}

@media (min-width: 992px) {
  .remove-from-desktop {
    display: none;
  }

  .about-me-section {
    background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%), url("../img/about_me.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-bottom: 5px var(--accent) solid;
  }

  .about-pilates-section {
    background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%), url("../img/about_pilates.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-bottom: 5px var(--accent) solid;
    bottom: 50%;
  }

  .about-me-desc {
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 10px;
    max-width: 45rem;
    bottom: 0;
  }

  .about-section {
    height: 100vh;
    padding-top: 5rem;
  }

  .about-section h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }

  .about-section h2 {
    max-width: 30rem;
    font-size: 2.25rem;
    text-align: left;
  }

  .about-me-desc-right {
    margin-left: auto;
    margin-right: 2rem;
  }

  .about-me-desc-left {
    margin-right: auto;
    margin-left: 2rem;
  }
}

.classes-section {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 5px var(--accent) solid;
}

.classes-section .card {
  margin-bottom: 5px;
  height: 99%
}

.classes-section .card-title {
  text-align: center;
  border-bottom: var(--accent) 5px solid;
  padding-bottom: 15px;
}

.nutrition .row {
  justify-content: center;
}


@media (min-width: 992px) {
  .nutrition {
    text-align: center;
    margin-top: 5rem;
  }

  .classes-section {
    background: linear-gradient(to bottom, rgba(253, 255, 243, 0), #0f0f0f59 100%);
    text-align: center;
    padding: 10rem 0;
    border-bottom: 5px var(--accent) solid;
  }

  .classes-section .featured-text {
    padding: 2rem;
  }

  .classes-section .card {
    min-height: 25rem;
  }

  .classes-section h5 {
    font-size: 1.7rem;
  }

  .classes-section p {
    font-size: 1.4rem;
  }

  .classes-section {
    padding-top: 5rem;
  }

  .classes-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid var(--accent);
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid var(--accent);
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: var(--accent);
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}


.email {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  margin-top: 10%;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

.spec-outline {
  border: 2px solid var(--accent);
}