/* BODY STYLES */

@import url("https://fonts.googleapis.com/css2?family=Ephesis&family=Lavishly+Yours&family=Licorice&family=Oooh+Baby&family=Qwitcher+Grypen&family=Waterfall&display=swap");

@font-face {
  font-family: Roseritta;
  src: url("//static.showit.co/file/0udO4lSxSjqfb663LtdzCg/shared/roseritta_standard.woff");
}
@font-face {
  font-family: Brush;
  src: url("https://onebighappyphoto.com/wp-content/themes/yootheme/fonts/font-1410d824.woff2");
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

/* ZOE ARNESEN PHOTOGRAPHY - Brand Style */
body {
  height: 100vh;
  background-color: #000;
}

body.MTAbrand {
  font-family: "Arapey", sans-serif;
  color: #0a101f;
}

body.MTAbrand h1 {
  color: #253826;
}

body.MTAbrand h2 {
  color: #253826;
}

body.MTAbrand h3,
body .MTAbrand h4 {
  color: #755e33;
}

body.MTAbrand button {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 38px;
  padding: 0 30px;
}

/* NAV - Top Bar */
#MTAnav {
  padding-top: 20px;
}

#MTAnav a {
  text-align: center;
  font-size: 40px;
  text-decoration: none;
  margin-bottom: 20px;
}

#MTAnav .topline {
  color: #fff;
  line-height: 1;
  font-size: 70px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

#MTAnav .bottom {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.8em;
  font-size: 11px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* HOME PAGE — All StoryBrand Blocks */
div[id^="MTAsb"] {
  padding: 40px 0;
  margin: 10px auto;
}


body {
  background-image: url("mta-background-web.jpg");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 800px) {
  body {
    background-image: url("mta-background-mobile.jpg");
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}


#MTAhome .opener h1 {
  color: #fff;
  font-size: 40px;
  margin: 20px 0;
  font-weight: 200 !important;
  /*font-size: clamp(30px, 150% + 20px, 108px);*/
}

#MTAhome .opener h2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0 20px 0;
  padding: 10px 0;
}

.MTActa {
  color: #fff;
  background-color: #8700e0;
  border-radius: 2px;
  margin-top: 40px;
}

.MTActa:hover {
  color: #fff;
  background-color: transparent;
}

/* Scroll Down Teaser */
#homeScrollDown {
  height: 200px;
  font-family: "Qwitcher Grypen", cursive;
  font-size: 26px;
  color: #085DFA;
  animation-name: example;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: 6;
}

@keyframes example {
  0% {
    margin-top: 0px;
    color: #fff;
  }

  50% {
    margin-top: 2px;
    color: #085DFA;
  }
  100% {
    margin-top: 0px;
    color: #fff;
  }
}

main #MTAsbValueProp h4 {
  font-family: "Qwitcher Grypen", cursive;
  color: #0a101f;
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 60px;
  padding: 5px 20px 0px;
  margin-bottom: 0px;
}

#MTAsbValueSolStack h4 {
  font-family: "Qwitcher Grypen", cursive;
}
