html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

/* fix for dropdown-item */
.dropdown-item {
	width: 100% !important;
}

.dropdown-item-tab {
	color: white;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 13px;
}

.dropdown-item-tab:hover {
  background: #9817fd;
  color: white;
}

ul.dropdown-menu {
	background-color: rgb(117, 123, 190) !important;
	--bs-dropdown-link-hover-bg: #ffffff;
}

.nav-link {
	color: white;
	font-size: 1.25rem !important;
	height: 100%;
	width: 100%;
	text-align: center;
}

.gwl-style-header {
	font-weight: 400 !important;
}

.headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 0.125rem;
  border: 0.5rem solid transparent;
}

.headerSortDown:after {
  top: 0.625rem;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 1rem;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 0.75rem;
}

h1.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4rem;
	font-weight: bold;
	padding: 1rem;
}

.auto-plink {
	text-decoration: none;
	color: inherit;
	padding-bottom: 0px;
}

body {
	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 10rem;
}

.shop-body {
	background-image: none;
}

.center {
	margin: auto;
	text-align: center;
}

.notice {
	padding: 16px;
	background-color: rgb(12, 44, 66, 0.8);
	width: 40%;
	color: white;
	font-size: 24px !important;
}

h1.center {
	text-align: center;
}

.mytable {
  position: absolute;
  left: 10%;
  width: 80%;
  text-align: center;
  /* border-collapse: collapse; */
  /* border-spacing: 0; */
  /* border-radius: 12px 12px 0 0; */
  overflow: hidden;
  box-shadow: 0 5px 12px rgba(32,32,32,.3);
  color: white;
  table-layout: fixed;
	font-size: 18px;
	font-weight: bold;
}

th, td {
 padding: 15px;
 height: 35px;
}

.mytable th {
  background: #9917fdcc;
  text-transform: uppercase;
}

.mytable p {
	margin: 0;
}

.mytable thead tr {
	text-align: center;
}

td {
	text-align: center;
}

.mytable tbody tr:nth-child(odd) {
	background-color: #6785b2cc;
}

.mytable tbody tr:nth-child(even) {
	background-color: rgb(12, 44, 66, 0.8);
}

.page-container {
	padding-top: 35px;
}

span.spoiler {
	color: transparent;
	text-shadow: 0 0 1.25rem black;
}
span.spoiler:hover {
	color: black;
	text-shadow: none;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 20px;
}

.shop-navbar {
	margin-top: -10px;
  padding: 0;
}

nav {
	padding: 15px;
	flex: 1;
  text-align: right;
}

nav ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
	background: radial-gradient(#6785b2,#0c2c42);
}

nav ul li {
  display: inline-block;
  vertical-align: top;
  width: 129px;
  height: 84px;
  color: white;
}

.shop-navbar-list li {
	margin-left: 10px;
}

nav ul li:hover {
  background-color: #9817fd;
}

nav ul img {
  align-items: center;
}

a {
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  color: white;
}

a:hover {
  color: white;
}

p {
  color: white;
}

.container {
  max-width: 1300px;
  height: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  background-color: transparent;
}

.shop-header {
  width: 100%;
  min-height: 500px;
}

.left-col {
  float: left !important;
  min-width: 300px;
  padding: 100px 0 0 50px;
}

.right-col {
  float: right !important;
  min-width: 300px;
}

.right-col img {
  max-width: 100%;
  max-height: 400px;
  padding: 50px 0 0 0;
}

.shop-buttons {
  display: inline-flex;
}

.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.left-col h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  color: white;
}

.btn {
  background: #9817fd;
  color: white;
  padding: 0 30px 0 30px;
  margin: 30px 8px;
  border-radius: 30px;
}

.btn:hover {
  background: #03f9d6 !important;
  border-radius: 30px;
}

.order {
  background: #03f9d6;
  color: black;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
}

.order:hover {
  background: #9817fd;
  color: white;
}

.header {
	background: radial-gradient(rgb(152, 23, 253, 0.6),rgb(3, 249, 214, 0.6));
  min-height: 650px;
	padding: 0 15%;
}

.categories {
	margin: 70px 0;
}

.small-container {
  background-color: white;
  max-width: 1080px;
  margin: auto;
}

.col-4 {
  flex-basis: 20%;
  min-width: 200px;
}
.col-4 img {
  width: 100%;
}

.col-4 h4 {
  text-align: center;
  color:black;
}

.col-4 h4 a {
  text-align: center;
  color:black;
  text-decoration: underline;
}

.col-4 h4 a:hover {
  text-align: center;
  color:#9817fd;
}

.price {
  color: grey;
  text-align: center;
}

.title {
  clear: both;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
  line-height: 60px;
  color: grey;
}

.title::after {
  content: '';
  background: #9817fd;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown {
  display: inline-block;
  color: white;
  padding: 25px;
  cursor: pointer;
	font-size: 1.25rem !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 25px;
  margin-left: -30px;
  z-index: 1;
}

.dropdown-content p {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
}

.dropdown:hover {
  background: #9817fd;
}

.dropdown:hover .dropdown-content {
  display: block;
  background: radial-gradient(#6785b2,#0c2c42);
}

.dropdown-content p:hover {
  background-color: #9817fd;
}

.round-table {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: 78%;
	table-layout: fixed;
	font-size: 1.125rem;
	font-weight: bold;
}

.round-table p {
	color: black;
}

/* fix later, this is a stupid patch. idk if i have to roll my own bootstrap but i just gotta get this release out :> */
body *, body *:after, body *:before
{
	box-sizing: content-box !important;
}

.hide { display:none; }

#twitch {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#twitch object, #twitch iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}

.twitter-timeline {
  margin-top: -25px !important;
  margin-left: 80%;
  height: 100%;
  width: 20%;
}

.youtube-merch{
  display: flex;
  width: 100%;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.youtubeSlides {
  display: none;
}

.merchSlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.youtubeDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .youtubeDot:hover {
  background-color: #717171;
}

.merchDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .merchDot:hover {
  background-color: #717171;
}

.youtube {
  margin-top: -200px;
  width: 50%;
}

.merch {
  margin-top: -200px;
  flex: 1;
  max-height: 608.59px;
}

.merch img { 
  margin-left: 37.5%;
  height: 315px;
}

.youtubeSlides iframe {
  display: block;
  padding-left: 20%;
}

.home-header{
    width: 100%;
    min-height: 500px;
}

.home-header p {
  color: white;
}

.upcoming {
  margin: auto;
  margin-top: -40px;
  display: flex;
  max-width: 60%;
  height: 50px;
}

.leftTeam {
  width: 33%;
  background: radial-gradient(#6785b2,#0c2c42);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.leftTeam img {
  float: left;
}

.leftTeam p {
  padding-top: 12px;
}

.countdown {
  width: 33%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
}

.rightTeam {
  flex: 1;
  background: radial-gradient(#6785b2,#0c2c42);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.rightTeam img {
  float: right;
}

.rightTeam p {
  padding-top: 12px;
}



