p span.locationSpan {
  text-transform: capitalize;
}

.contentwrap.mafhsplash {
  max-width: 1000px;
}

.contentwrap.mafhsecond {
  max-width: 800px;
  margin-top: 10vh;
  margin-bottom: 5vh;
}

.mafhsplash .containerheader {
  padding-top: 30px;
}

img.logomafh {
  margin: .5rem 0 1.5rem;
}

.mafhsplash p {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mafhsplash .box {
  min-height: 50vh;
}

.mafhsplash .fleximage {
  background-image: url('https://americanmural.com/portfolio/images/indoorskatepark/skate_thumb.jpg');
  background-position: center;
}

span.mafhcity {
  background-color: rgba(221, 0, 0, 0.85);
  display: inline-block;
  padding: 10px 25px;
  margin: 10px 0;
  scale: .9;
}

p.mafhweare{
  text-align: right;
}

span.mafhweare {
  text-align: right;
  text-transform: uppercase;
  font-size: 2.5rem;
  background-color: #fff;
  padding-left: 10px;
}

.mafhsecond .box {
  background-color: #3330AE;
  border-radius: 0;
  padding: 40px 30px;
}

.mafhsecond img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center 25%;
    padding-bottom: 1rem;
}

.mafhsecond p, .mafhsecond h2 {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 768px) {
  .mafhsplash .box {
    border-radius: 30px 30px 0 0;
  }

  .mafhsplash p {
    font-size: 2rem;
  }

  p.mafhweare {
    text-align: center;
  }

  span.mafhweare {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    line-height: 1;
  }

  .contentwrap.mafhsecond {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
  }

  .mafhsecond .box {
    background-color: #3330AE;
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
  }
}

.parallax-frame {
  top: 0;
  margin: auto;
  position: sticky;
  height: 100vh;
  width: 100%;
  max-width: 900px;
  z-index: 1;
}

.parallax-head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 10vh;
  width: 100%;
  background-color: #000;
}

.parallax-head h2 {
  line-height: .5;
}

.parallax-content {
  height: 70vh;
}

.parallaxwrap {
  margin-top: -100vh;
}

.parallax-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  box-sizing: border-box;
  padding-top: 2rem;
  height: 20vh;
  background-color: #000;
}

.parallax {
  top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 10vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.parallax h1 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  background-color: #000000d0;
  padding: 10px 30px;
  border: 10px solid;
  box-shadow: 0 0 1px #000;
}

.parallax.p03 h1 {
  background-color: rgba(221, 0, 0);
}

.parallax-end .section-connect {
  padding: 0;
}

.parallax-end .sc-left, .parallax-end .sc-right {
  margin-top: 0;
}

.p01 {
  background-image: url("/images/para01.jpg");
}

.p02 {
  background-image: url("/images/para02.jpg");
}

.p03 {
  background-image: url("/images/para03.jpg");
}

@media (max-width: 768px) {
  .parallax-head { 
    height: 20vh;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .parallax-content {
    height:50vh;
  }

  .parallax-end {
    height:30vh;
    padding: 20px;
    box-sizing: border-box;
  }

  .parallaxwrap {
    padding: 20vh 0 30vh;
  }

  .parallax {
    background-attachment: initial;
    height: 80vh;
    padding-bottom: 0vh;
  }

  .parallax-head h2 {
    line-height: 1.1;
  }

  .parallax h1 {
    font-size: 3rem;
  }

  .parallax h1.tno {
    margin-top: 30vh;
  }

  .parallax-end .sc-right {
    margin-top: 1rem;
  }
}

@media (max-width: 320px) {
  .parallax-head h2 {
    font-size: 1.25rem;
  }

  .parallax h1 {
    scale: .85;
  }
}

.container.contact {
  position: relative;
  z-index: 2;
}

.fade-out-center {
  animation: fadeout 2s forwards;
}

@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}