/* 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;
}

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


html, body {
  font-family: 'Roboto Mono', monospace;
  height: 100%;
  overscroll-behavior: none;
}


section.board { 
  width: 100%;
  min-height: 100dvh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 100px 50px;
}

.con1 { background: url("../img/BG1.png") no-repeat center center; flex-direction: column; height: 100vh; }
.con2 { background: url("../img/BG2.png") no-repeat center center; flex-direction: column; }
.con3 { background: url("../img/BG3.png") no-repeat center center; flex-direction: column; }
.con4 { background: url("../img/BG4.png") no-repeat center center; flex-direction: column; }
.con5 { background: url("../img/BG5.png") no-repeat center center; }
.con6 { background: url("../img/BG6.png") no-repeat center center; }
.con7 { background: url("../img/BG7.png") no-repeat center center; }


/** HEADINGS **/
.con2 h3,
.con3 h3,
.con4 h3,
.con5 h3 {
  color: #fff;
  font-family: "gothamultra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 43px;
  margin-bottom: 50px;
}

.con5 h3 {
  margin-top: -60px; 
}

.con3 h3 {
  margin-bottom: 20px;
}

.con3 h4,
.con4 h4,
.con6 h4 {
  color: #fff;
  font-family: "gothamultra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 20px;
  background: red;
  padding: 5px 10px;
}

.con4 h3 { margin-bottom: 20px; }

.con4 h4,
.con6 h4 {
  margin-bottom: 50px;
  width: 40%;
  padding: 10px 20px 11px;
}

p.email-list {
  color: #fff;
  margin-top: 10px;
  font-size: 35px;
  font-family: 'bebas_kairegular';
  background: url("../img/mail_emoji.png") no-repeat left center;
  background-size: 45px;
  padding-left: 55px;
}

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

.con6.board {
  flex-direction: column;
  padding: 0px 50px 100px;
}

/** TEXT **/
.con2 p,
.con3 p,
.con5 p {
  color: #fff;
  margin-top: 10px;
  padding: 0px 100px;
  font-size: 22px;
  font-family: 'bebas_kairegular';
}

.con2 p span,
.con3 p span {
  display: inline-block;
  background: red;
  padding: 0px 5px 1px;
}

.con3 p span.black-box {
  background: black;
}

.con3 li {
  color: #fff;
  padding: 0px 100px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'bebas_kairegular';
  list-style: none;
}

.con3 li:before {
  content: "- "
}

.column1 p,
.column2 p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 25px;
  font-family: 'bebas_kairegular';
}

.con5.board {
  display: block;
  padding: 0px 50px 100px 0px;
}


/** YOUTUBE VIDEOS **/
.youtube-con {
  background: black;
  border: 5px solid #e55701;
  margin: 5px 5px 10px;
  text-align: left;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.youtube-con:hover,
.insta-con:hover {
  opacity: 0.7;
}

.youtube-con .col {
  flex: inherit;
}

.youtube-con .yt-title {
  font-family: sans-serif;
  padding: 0px 15px 5px;
  font-family: sans-serif;
  margin-top: 0px;
  font-size: 16px;
}

.youtube-con .yt-views {
  padding: 0px 15px;
  font-family: sans-serif;
  margin-top: 0px;
  font-size: 10px;
  font-weight: 200;
}

.youtube-con .yt-chan {
  padding: 0px 15px 0px 40px;
  font-family: sans-serif;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 200;
  line-height: 30px;
  margin-left: 15px;
}

.yt-chan.mayhem {
  background: url("../img/channels4_profile.png") no-repeat left center;
  background-size: 30px;
}

.yt-chan.hunt {
  background: url("../img/channels5_profile.png") no-repeat left center;
  background-size: 30px;
}

.con4 .column1 {
  background: url("../img/youtube.png") no-repeat center top;
  padding: 65px 50px 0px;
  background-size: 60px;
}

.flex-row { display: flex; }

/** INSTA REELS **/
.con4 .column2 {
  background: url("../img/instagram.png") no-repeat center top;
  padding: 65px 50px 0px;
  background-size: 60px;
}

.insta-con {
  background: black;
  border: 5px solid #e55701;
  text-align: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 5px;
}


/** PARTNERSHIP HIGHLIGHT **/
.con5.board {
  display: table;
  padding: 0px;
  padding-bottom: 100px;
}

.partner-logo {
  display: block;
  background: red;
  padding: 10px 30px;
}

.con5 .flex-row .col_1 {
  width: 25%;
  padding: 20px;
  background-size: 60px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con5 .flex-row .col_2 {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.con5 .flex-row .col_3 {
  width: 20%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.con5 .flex-row .col_3 .cap-col div {
  width: 100%;
  border: 5px solid #e55701;
}

.con5 .flex-row .col_1 img {
  margin-bottom: 20px;
}

.con5 .flex-row .col_1 p {
  padding: 0px;
  margin: 0px;
  font-size: 25px;
}

.con5 .flex-row .col_3 .row2 {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.con5 .flex-center {
  display: table-row;
  text-align: center;
  vertical-align: middle;
}

.con5 div:nth-child(3) .flex-row {
  margin-top: 75px;
  justify-content: left;
}

.con5 div:nth-child(3) .flex-row .col_1 {
  margin-right: 100px;
}

.con5 .flex-center .flex-row a {
  border: 5px solid #e55701;
}

.con5 div:nth-child(3) .flex-row a:nth-of-type(1) {
  border-right: none;
}

/** MEDIA BOX **/
.con6.board ul {
  list-style: square;
}

.con6.board ul li {
  background: black;
  color: white;
  padding: 2px 15px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'bebas_kairegular';
  margin-bottom: 10px;
}

.con6.board ul li::marker {
  color: black;
}

.con6.board .flex-row .col_1,
.con6.board .flex-row .col_2,
.con6.board .flex-row .col_3  {
  width: 400px;
  margin-top: 60px;
}

.con6.board .flex-row .col_2 img {
  border: 5px solid #e55701;
  background: white;
  margin-bottom: 20px;  
}


.con6.board .flex-row .col_2 img:nth-of-type(2),
.con6.board .flex-row .col_2 img:nth-of-type(3) {
  padding: 0px 10px 5px;
}

.con6.board .flex-row .col_2 img:nth-of-type(4) {
  border: none;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  border: 5px solid #e55701;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.con6.board .flex-row .col_1 .container,
.con6.board .flex-row .col_3 .container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.con6.board .flex-row .col_1,
.con6.board .flex-row .col_3 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/** SCROLL ARROW **/
.scroll-down {
  position: absolute;
  bottom: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 50px;
  height: 50px;
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}



/** RESPONSIVE **/
@media only screen and (max-width: 1024px) {
  section.board {
    padding: 70px 50px;
  }
  
  .con2 h3, .con3 h3, .con4 h3, .con5 h3  {
    font-size: 30px;
    line-height: 40px;
  }

  .con3 h4, .con4 h4, .con6 h4 {
    font-size: 22px;
  }

  .con2 p, .con3 p, .con5 p {
    padding: 0px 0px; 
}

.con3.board ul {
  text-align: left;
  padding-left: 0px;
}

.con3.board ul li {
  padding: 0px 0px;
  margin-bottom: 25px;
}

.con3 h3 {
  margin-bottom: 40px;
}

.con4 h4, .con6 h4 {
  margin-bottom: 50px;
  width: inherit;
  padding: 10px 20px 11px;
}

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


}


