/* kanit-regular - latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kanit-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/assets/kanit-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/kanit-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/kanit-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/assets/kanit-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/kanit-v11-latin-regular.svg#Kanit') format('svg'); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  background-color: #45258a;
  margin: 0;
  padding: 0;
  font-family: roboto, sans-serif;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
}

h1, h2 {
  font-family: 'Kanit', roboto, sans-serif;
  font-weight: 700;
}

section {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  min-height: calc(var(--vh, 1vh) * 100);
  height: auto;
  padding: 20px;
}
.merch {
  position: absolute;
  left: 0;
  top: 100px;
  width: 217px;
  height: 51px;
}
.buymeacoffee {
  position: absolute;
  right: 0;
  top: 100px;
  width: 217px;
  height: 51px;
}

a {
  color: #fff377;
}

section {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; /* new */
  width: 100%;
  flex-direction: column;
}

.container iframe {
  height: 360px;
}

.container > img,
.container video,
.container iframe {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

.container > img.icon {
  max-height: 400px;
}

.container > img,
.container > noscript > img,
.container video,
.container iframe {
  width: 40%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin: auto;
}

#main .container video {
  width: 45%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.container > noscript {
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.container > noscript > img {
  width: 100%;
}

.container > img:hover,
noscript > img:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.container {
  flex-direction: row;
}

#main .container {
  flex-direction: column;
}

.sectionText {
  font-family: 'Kanit', roboto, sans-serif;
  text-align: left;
  margin-right: 50px;
  color: #f0f0f0;
  margin-left: auto;
  max-width: 600px;
  width: 50%;
  padding: 20px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  word-wrap: break-word;
}

#contactScreen .sectionText{
  width: 100%;
  margin: auto;
}

.sectionText p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sectionText h1 {
  font-size: 60px;
  
  line-height: 1.3;
}

.sectionText h1 img {
  width: 42px;
  height: 42px;
  vertical-align: bottom;
  margin: 10px !important;
  margin-bottom: 2px;
}
.sectionText h1 img.youtube {
  height: 30px;
}

.dropdown {
  display: none;
  position: fixed;
  padding-top: 10px;
}
.dropdown ul {
  background-color: green;
  height: 320px;
  margin-top: 0px;
  list-style-type: none;
  padding: 0px;
  width: 150px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.dropdown li {
  float: none;
  margin: 0px;
  padding: 6px;
}

.dropdownTrigger:hover .dropdown {
  display: block;
}

img.icon {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  max-width: 300px;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  margin-top: 10px;
  margin-bottom: 20px;
}

.checklist li:before {
  content: "✓";
}

.largeText {
  font-size: 24px;
}

.important {
  font-weight: 700;
  color: #fff377;
}

.lightenBg {
  background-color: rgba(255, 255, 255, 0.05);
}

.darkenBg {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Navbar */

.logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  text-decoration: none;
}

.logo {
  height: 100%;
  margin-left: 10px;
}

.logoText {
  width: 121px;
  height: 62px;
  margin-left: 15px;
}

.launchButton {
  border: 1px solid yellow;
  border-radius: 30px;
  background-color: #fff377;
  padding: 15px 30px;
  color: black;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0px;
}

.launchButton:hover {
  background: none;
  border: 1px solid #fff377;
  color: #fff377;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0px, 1000px);
  transform: translate3d(-50%, 0px, 1000px);
  z-index: 1000;
  background-color: #45258A;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.headerPlaceholder {
  height: 100px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-right: 0px;
}

nav > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

nav > ul li {
  float: left;
  margin: 20px;
}

nav > ul li.launchItem {
  float: left;
  margin-right: 0px;
}

nav > ul li a {
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav > ul li a:hover {
  color: #f7f7f7;
}

/* Screens */

#main, .mainextender {
  background-color: #45258A;
}

.mainextender {
  max-height: 500px;
}

.moreBelow {
  color: #fff;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 32px;
}

#pokerScreen {
  background-color: #102920;
}

#openarenaScreen {
  background-color: #000033;
}

#cowatchScreen {
  background-color: #111;
}

#youtubeScreen {
  background-color: #0c0000;
}

#nesScreen {
  background-color: #342364;
}

#supportersScreen img{
  width: 150px;
}

#supportersScreen {
  padding: 10px;
  min-height: 200px;
  background-color: #c3b1ea;
}

#supportersScreen .container {
  display:flex;
  flex-direction: column;
}

#supportersScreen .container > div {
  margin:auto;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  display: flex;
}

#supportersScreen .container > div:first-child {
  margin-bottom: 10px;
}

#supportersScreen .container > div > a {
  margin: 25px;
}

.logos {
  flex-wrap: wrap;
}

.seenOnList {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.seenOnList li {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.seenOnList img {
  width: 100px !important;
}

ul.contact {
  list-style-type: none;
  padding: 0;
  font-weight: 700;
}
ul.contact li {
  margin: 20px;
  margin-left: 0px;
}
ul.contact li .important {
  display: block;
}
ul.contact li a {
  display: block;
  margin-top: 10px;
}

#buymeacoffee2 {
  position: relative;
  display: block;
  top: 0px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.legalLink {
  display: inline-block;
  margin: 50px;
}

.hero {
  display:flex;
  width: 100%;
}

.getStarted {
  display:flex;
  width: 100%;
  color: #f0f0f0;
}

.getStarted > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getStarted a {
  margin-left: 20px;
}

.info {
  background-color: #6544AC;
}

.socialicons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 300px;
}

.socialicons img {
  width: 50px !important;
}

#summary {
  color: #fff;
  background-color: #45258A;
}

#summary h2 {
  margin: auto;
  font-size: 52px;
  background-color; 
  margin-bottom: 0px;
}

#summary .container{
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.watchplaychatcreate {
  font-family: 'Kanit', roboto, sans-serif;
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 100px;
  width: 100%;
  justify-content: space-around;
  max-width: 1200px;
}

.watchplaychatcreate img {
  height: 200px;
}

.watchplaychatcreate p {
  max-width: 250px;
}

.watchplaychatcreate > div {
  display:flex;
  flex-direction: column;
  max-width: 450px;
}

#teamScreen {
  color: #f0f0f0;
}

#teamScreen .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#teamScreen .container > div {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 800px;
}

#teamScreen .container > div > div > div{
	margin: 10px;
	font-size: 18px;
}

#teamScreen .container > div > div > a{
	font-size: 24px;
}

#teamScreen .container img {
	border-radius: 50%;
	width: 300px !important;
}

#teamScreen .container h1 {
    font-size: 60px;
    line-height: 1.3;
}

#teamScreen img {
  border-radius: 5px;
}

#supportersScreen img {
  border-radius: 5px;
}

/* Mobile */

@media (max-width: 825px) {

#teamScreen .container > div {
	flex-direction: column;
}

  .mainextender {
    max-height: 100vh;
  }
 
  .sectionText {
    margin-left: 20px;
    padding: 20px;
  }

  .container img {
    width: 50%;
  }

  .container noscript {
    width: 50%;
  }

  .container noscript img {
    width: 100%;
  }

  .launchButton {
    padding: 10px;
  }
}

@media (max-width: 800px) {
  .container .getStarted {
    display: none;
  }
  .container, .hero {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .container img,
  .container video,
  .container iframe {
    width: 80% !important;
    margin: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .container noscript {
    width: 80%;
    margin: auto !important;
  }

  .container noscript img {
    width: 100%;
  }

  .hiddenMobile {
    display: none;
  }

  .logoWrapper {
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 25px;
  }

  .logoText {
    width: 68px;
    height: 32px;
  }

  li {
    padding: 0 20px 0 0;
  }

  header {
    padding: 0px;
  }

  .headerPlaceholder {
    height: 58px;
  }

  .largeText {
    font-size: 18px !important;
  }

  .sectionText {
    width: 100%;
    margin: auto !important;
  }
  .seenOnList img {
    width: 50px !important;
  }
  img.icon {
    max-width: 150px !important;
    max-height: 150px !important;
  }
  #summary {
    display: none;
  }
  #supportersScreen .container {
    flex-direction: column !important;
  }
  #supportersScreen img{
    width: 150px !important;
    flex-direction: column !important;
  }
}

@media (max-width: 950px) {
  #main h1 {
    font-size: 42px;
  }
}

@media (max-height: 800px) {
  .container h1 {
    margin-top: 0px !important;
  }
  .container,
  .sectionText {
    padding-top: 0px !important;
  }
  .sectionText {
    font-size: 18px;
  }
}

