html {
    /*
  max-width: 70ch;
  padding: 3em 1em;
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
*/
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Harry-Potter';
  text-align: center;
  margin: 0em 0 1em;
  text-shadow: 2px 2px #ff00ff;
}


p,ul,ol {
  font-family: 'Harry-Potter';
  margin-bottom: 2em;
/*  color: #1d1d1d;*/
}


body {
/*
  background-image: url("/assets/images/bg2.png");
  background-repeat: repeat-y;
  background-position-x: 50%;
  background-size: 1000px;
*/
/*  background-image: linear-gradient(to right, #823f98 20%, #ffffff 40%, #823f98 20%); */
    background-color:  #fafafa;
}

.button {
  background-color: #823f98;
  border: 5px solid black;
  color: black;
  padding: 0.3em 0.7em 0px 0.7em;
  text-align: center;
  text-decoration: none;
  font-family: 'Harry-Potter';
  display: inline-block;
  font-size: 3em;
/*  margin: 2em; */
  margin: 2em auto;
  border-radius: 50%;
/*  box-shadow: 0 8px 16px 0 rgba(51,25,100,0.2), 0 6px 20px 0 rgba(51,25,100,0.19); */
  cursor: pointer;
}

#sortingstuff {
    display: none;
}

#stufftohide {
    margin: auto;
    text-align: center;
}

.logofadein {
    animation: fadeInAnimation ease 60s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
     }
}

canvas{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .league {width: 60%;}
    img {display: block; margin: auto; max-width: 80%; height: auto;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .league {width: 30%;}
    img {display: block; margin: auto; max-width: 80%; height: auto;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .league {width: 20%;}
    img {display: block; margin: auto; max-width: 500px; height: auto;}
    h1 {font-size: 3em}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    img {display: block; margin: auto; max-width: 500px; height: auto;}
/*    body {background-image: url("/assets/images/bg.png");background-size: cover;} */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    img {display: block; margin: auto; max-width: 500px; height: auto;}
/*    body {background-image: url("/assets/images/bg.png");background-size: cover;} */
}

/* **************** */
/* Css for Dropdown */
/* **************** */

:root {
  --select-border: #393939;
  --select-focus: #101484;
  --select-arrow: var(--select-border);
}

select {
// styles reset, including removing the default dropdown arrow
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
/*  text-shadow: 2px 2px var(--select-border);*/
  text-align: center;
  width: 100%;
  font-family: 'Harry-Potter';
  text-shadow: 1px 1px white;
/*  font-weight: bold; */
  font-size: 1.5em;
  cursor: inherit;
  line-height: inherit;

  // Stack above custom arrow
//  z-index: 1;

  // Remove focus outline, will add on alternate element
//  outline: none;
}

.select {
  width: 100%;
  margin: auto;
  min-width: 15ch;
  max-width: 40ch;
  padding: 0.8em 0 0 0;
  cursor: pointer;
  line-height: 1.5;
}

/* ************************ */
/* Css for Full Team Roster */
/* ************************ */

.fullteams h1 {
    text-shadow: none;
    font-size: 3em;
}

.team, .team h2 {
    padding: 1rem;
    border-radius: 1em;
    text-shadow: none;
    font-size: 1.5em;
}

#showteams {
    display: none;
    animation: fadeInAnimation ease 60s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.teams {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

/*    @media only screen and (min-width: 600px) { */
@media only screen and (max-width: 800px) {
    .teams {grid-template-columns: repeat(1, 1fr); }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 800px) {
    .teams {grid-template-columns: repeat(3, 1fr); }
}

.hh {
    color: #b1181e;
    border: 3px solid #b1181e;
    background-image: url("/assets/images/Heat_Wave-tp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hh h2 {
    color: #b1181e;
    text-decoration: underline;
    text-shadow: 0.5px 0.5px black;
}

.hh li {
    text-shadow: 0.5px 0.5px black;
    font-weight: bold;
}

.mm {
    color: #93d0ac;
    border: 3px solid #93d0ac;
    background-image: url("/assets/images/Mayhem-tp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mm h2 {
    color: #93d0ac;
    text-decoration: underline;
    text-shadow: 1px 1px black;
}

.mm li {
    text-shadow: 1px 1px black;
    font-weight: bold;
}

.sb {
    color: #27aae1;
    border: 3px solid #27aae1;
    background-image: url("/assets/images/Snowbird-tp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
/*    font-size: 1.5em;*/
}

.sb h2 {
    color: #27aae1;
    text-decoration: underline;
    text-shadow: 1px 1px black;
}


.sb li {
    text-shadow: 1px 1px black;
    font-weight: bold;
}

ul {
    list-style-type: none;
    text-align: center;
}
