/* START DL CODE */

@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

@font-face {
  font-family: 'gothamultra';
  src: url('../fonts/gotham-ultra-webfont.woff') format('woff2'),
       url('../fonts/gotham-ultra-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: 'Roboto Mono', monospace;
  padding: 0px;
  margin: 0px;
  box-shadow: none !important;
}

body {
  background: #000;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}


/** VIDEO BACKGROUND **/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

section.board { 
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  flex-direction: column;
  overscroll-behavior-block: contain; 
}

#alert {
  background: #C0272C;
  text-align: center;
}

#alert p {
  padding: 10px 40px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  font-family: monospace;
}

#alert a { color: #FFF;}

section.con1 { 
  flex-direction: row;
  justify-content: space-between;
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0.5, 0));
}

.con1 p {
  font-family: monospace;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 25px;
}

.con1 img {
  margin: 30px;
}

.con1 p:nth-of-type(1) {
  margin-top: 20px;
}

.con1 #main-menu {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  list-style: none;
}

.con1 #main-menu a {
  color: #fff;
  text-decoration: none;
  font-family: monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.con1 #main-menu a:hover {
  text-decoration: underline;
}

.con1 .menu-insta {
  display: block;
  background: #C0272C;
  padding: 10px 15px;
  color: #fff;
  margin: 30px;
  text-decoration: none;
  font-family: monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.4s;
}

.con1 .menu-insta:hover {
  background:#1C3564;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

button {
  font-family: monospace !important;
}

/** HERO BANNER **/
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 200px;
}

.hero h1 span {
  font-family: monospace;
  font-size: 30px;
  display: block;
  font-weight: 400;
  letter-spacing: 5px;
}

.hero h1 {
  font-family: 'gothamultra';
  color: #FFF;
  text-align: center;
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 70px;
  letter-spacing: 9px;
}

.hero p {
  color: #FFF;
  font-family: monospace;
  font-size: 20px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

p.presented {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.presented img {
  margin-top: 20px;
}

p.presented span {
  background: #1C3564;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}


.confirmed { 
  background: url("../img/6-Texture.jpg") no-repeat center top; 
  background-size: cover;
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.con3 { 
  background: #000;
  flex-direction: row !important;
  justify-content: space-evenly !important;
  min-height: 300px;
  padding-top: 30px;
  align-items: normal !important;
}

.con2 {
  background: #fff;
  padding: 60px 20px;
}

@media only screen and (max-width: 1050px) {
  .con3 { 
    flex-direction: column-reverse !important;
    align-items: center !important;
    padding-top: 0px;
  }

  .con3 .footer-left {
    padding: 40px 20px 80px 350px !important;
  }

  .con4.board {
    flex-direction: column !important;
  }

  .con4.board .back-left,
  .con4.board .back-right {
    margin: 0 auto;
    max-width: 80%;
    width: 80%;
    text-align: center;
  }

  .con4.board .back-right {
    padding-top: 0px;
  }

  .con4.board .back-right iframe {
    width: 100%;
    min-height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .con3 .footer-left {
      margin-left: -325px;
  }
}

.con3 .footer-right {
  color: #FFF;
}

.con3 .footer-left {
  color: #fff;
  text-align: left;
  font-family: 'gothamultra';
  font-size: 90px;
  text-transform: uppercase;
  line-height: 80px;
  background: url("../img/MA-App.png") no-repeat left top;
  padding: 40px 20px 0px 350px;
  background-size: 400px; 
}

.con3 .footer-left a {
  background: lightgray;
  padding: 10px 30px;
  color: black;
  font-family: monospace;
  text-decoration: none;
}

.con3 .footer-left a:hover {
  text-decoration: underline;
}


mark {
  margin: 0 -0.4em;
  padding: 0.2em 0.9em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


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


/** SCROLL ATHLETES **/
.list {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.item {
  flex-shrink: 0;
  width: 22%;
  height: auto;
  scroll-snap-align: start;
}

.confirmed .confirmed_title {
  display: none;
}

@media only screen and (max-width: 800px) {
  .item {
    width: 40%;
  }

  .roster {
    flex-direction: column !important;
  }

  .roster img {
    width: 100% !important;
    margin-bottom: 0px;
  }

  .confirmed .confirmed_title { display: block; }
  #main-menu { display: none !important; }

}

@media only screen and (max-width: 600px) {
  .item {
    width: 70%;
  }
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

.list {
  scrollbar-width: none;
}

.list-wrapper {
  position: relative;
}

.navbutton {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background: #ccc;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbutton.previous {
  left: 1.5rem;
}

.navbutton.next {
  right: 1.5rem;
}

#copyright p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0px;
  padding: 10px;
}

#copyright {
  background: #1C3564;
}


/** ATHLETE ROSTER **/
.roster {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px;
}

/** LOOKING BACK **/
.con4.board {
  background: #FFF;
  flex-direction: row;
  justify-content: space-around;
  border-top: #C0272C solid 20px;
  border-bottom: #1C3564 solid 20px;
}

#about h2,
#workouts h2 {
  font-family: 'gothamultra';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
}

#about h2 span,
#workouts h2 span {
  background: #000;
  color: #fff;
  padding: 0px 35px 0px 5px;
}

.back-left {
  text-align: left;
  max-width: 30%;
  padding: 50px;
}

.back-right {
  padding: 50px;
}


/** PARTNERS 2 **/
.con5 {
  background: #1C3564;
}

#partners .back-right {
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 20px 20px 40px;
}

#partners .item {
  width: 25%;
  margin: 10px;
}

#partners .item a:hover {
 opacity: 0.6;
}


@media only screen and (max-width: 1000px) {
  #partners .back-right {
    flex-direction: column !important;
    width: 100%;
  }

  #partners .item {
    width: 100%;
    margin: 0px 30px 30px 30px;
  }
}

.marquee {
  align-items: center;
}

.marquee--6,
.marquee--8,
.marquee--10 {
  --marquee-item-height: 200px !important;
  --marquee-item-width: 266px !important;
}


#schedule a {
  display: block;
  background: #C0272C;
  padding: 20px;
  width: 375px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 25px;
  margin-bottom: 40px;
  font-family: 'gothamultra';
  transition: all ease 0.5s;
}

#schedule a:hover {
  background: #1C3564;
  color: white;
}

#workouts .back-right {
  min-height: 275px;
  width: 50%;
  background-image: url(../img/AtlasFree-5.png);
  background-size: cover;
  height: stretch;
}

#workouts .back-left {
  padding-left: 100px;
  padding-bottom: 75px;
}

#workouts {
  justify-content: space-between;
}

#workouts a {
    background: #C0272C;
    padding: 0px 5px;
    color: white;
}

#workouts a.button {
    padding: 10px 20px;
    margin-top: 35px;
    display: block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    font-family: 'gothamultra';
    text-transform: uppercase;
    font-size: 20px;
    background:#1C3564;
    transition: all 0.3s;
}

#workouts a.button:hover {
    background: rgb(45, 45, 45);
}


@media only screen and (max-width: 1050px) {
  #workouts .back-left {
    padding-left: 0px;
    padding-bottom: 50px;
    padding-right: 0px;
  }

  #workouts .back-right {
    min-height: 275px;
    width: 100%;
    background-image: url(../img/AtlasFree-6.png);
    background-size: cover;
    height: stretch;
    background-position: center -30px;
    max-width: 100%;
  }

  #workouts a.button {
    margin: 35px auto 0px;
  }  
}