
@import url('https://fonts.googleapis.com/css?family=Archivo|Baloo+Bhai|Hammersmith+One|Paytone+One|Questrial&display=swap');


body
{
  background-color: #131313;
}

textarea {
resize: none;
width: 100%;
height: inherit;
background-color: #13131355;
font-family: Archivo, sans-sans-serif;
text-align: Left;
color: #f2fcf5;

}

h1
{
  transition-timing-function: ease-in-out;
  transition-property: font;
  transition-duration: 0.5s;
  font-family: "Paytone One", sans-serif;
/*text-shadow: 2px 2px #aaa;*/
}
h2
{
  transition-timing-function: ease-in-out;
  transition-property: font;
  transition-duration: 0.5s;

  color: grey;
  font-size: 2.05rem;
  font-family: "Questrial", sans-serif;
      line-height: 10px;
}

h4
{
  transition-timing-function: ease-in-out;
  transition-property: font;
  transition-duration: 0.5s;

  color: grey;
  font-size: 1.6rem;
  font-family: "Questrial", sans-serif;
      line-height: 10px;
}

h5
{
  transition-timing-function: ease-in-out;
  transition-property: font;
  transition-duration: 0.5s;

  color: white;
  font-size: 1.2rem;
  font-family: "Questrial", sans-serif;
}

th
{
    background-color: #33333355;
    font-family: "Questrial", sans-serif;
    font-size: 0.9rem;
}

a:hover
{
  text-decoration: none;
}


.button {
  display: inline-block;
  border-radius: 2px;
  background-color: linear-gradient(to left, #33333300, #22222288,  #33333311);;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 6px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.column
{
  transition-timing-function: ease-in-out;
  transition-property: background, font;
  transition-duration: 0.5s;

  text-rendering: optimizeLegibility;
  color: #aaa;
  font-family: "Questrial", sans-serif;

  border-color: #444;
  border-bottom-style: solid;
  border-bottom-width: thin;
  padding-left: 3%;

    background:  linear-gradient(to left, #33333300, #22222288,  #33333311);
}
.column:hover
{

    background:  #aaaaaa88;
    color: #fff;
}

.columnHeader
{
  font-size: 1.25rem;
  padding: 3%;



}
.navbar-dark
{
  background-color: black;
}
.linkGroup
{
  padding: 0% 3% 0% 3%;
}
.BGImage
{
  position:fixed;
  z-index: -20;

  width:100%;
  height:100%;
}

.cs-inline
{
    display: inline;
}
.Light-Text-Centered
{
  font-family: Archivo, sans-sans-serif;
  text-align: center;
  color:  #f2fcf5;
}

.Light-Text-Left
{
  font-family: Archivo, sans-sans-serif;
  text-align: Left;
  color: #f2fcf5;
}

.Light-Text-Centered-h2
{
  font-family: Archivo, sans-sans-serif;
  text-align: center;
  padding: 3% 7%;
  color: #f2fcf5;
}
.Contains-BG
{
  position: relative;
}

.Gradient-BG
{

  background-image: linear-gradient(to left, #00000000, #55555588,#55555588,#55555588, #00000000);
}
.Gradient-BG-DN-50
{
  background-image: linear-gradient( #00000000,#55555f88);
}

.icon
{
  color: #555;
  text-align: center;

}
.icon:hover
{

  color: #929c95;
  align: center;

}

.icon-BottomSection
{
  padding: 3px 5px 5px 0px;
  font-size: 1.75rem;
  color: #555;
  align: center;
}

.TopSection-Glassy
{
    text-shadow: 2px 1px #335533dd;
    margin-top: 25px;
    background-image: linear-gradient( #00000000,#55555f88);
    border-bottom:1px solid #33bb33;
}
.BottomSection-LinkContainer
{

  padding: 2% 4%;
  background-color: #2c2c2c;
}

.BottomSection-subscription
{
    padding: 10px;
    margin-top: 25px;
    background: #333;
    border-bottom:1px solid #33bb33;
}
.BottomSection-subscription-table
{
  padding: 5px 4%;
}

.register-button
{
  text-shadow: 1px 1px black;

}
.top-Left
{
  position: absolute;
top: 20%;
left: 3%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#Socials
{
  padding: 10px;
  background-color: #222;
  border-bottom: none;
  border-color: #323232;
  border-width: 2px;
font-family: "Archivo", sans-serif;
}

#TitleSection
{
    font-family: "Playtone One", sans-serif;
}

#TopSection
{

  border-top: solid;
  border-bottom: solid;
  border-color: #33333388;
  border-width: 1px;
font-family: "Archivo", sans-serif;
}

#BottomSection
{
  padding: 30px 20px 20px;
  background-color: #333;
  border-top: solid;
  border-bottom: none;
  border-color: #444;

font-family: "Archivo", sans-serif;
}

#footer
{
  padding: 2% ;
  text-align: center;
}

.dashboard
{
    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    background-color: #33333399;
    border-bottom:1px solid #33bb33;
}

.eConsole
{
    font-family: Archivo, sans-sans-serif;
    text-align: center;
    color:  #f2fcf5;

    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    background-color: #33333399;
    border-bottom:1px solid #33bb33;
    border-top:1px solid #33bb33;

    margin-left: 20%;
    width: 60%;
    height: auto;
}

.eBanner
{
    font-family: Archivo, sans-sans-serif;
    text-align: center;
    color:  #f2fcf5;

    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    background-color: #33333399;
    border-bottom:1px solid #33bb33;
    border-top:1px solid #33bb33;

    margin-left: 10%;
    width: 80%;
}

.eBanner90
{
    font-family: Archivo, sans-sans-serif;
    text-align: center;
    color:  #f2fcf5;

    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    background-color: #33333399;
    border-bottom:1px solid #33bb33;
    border-top:1px solid #33bb33;

    margin-left: 5%;
    width: 90%;
}

.eBannerClear
{
    font-family: Archivo, sans-sans-serif;
    text-align: center;
    color:  #f2fcf5;

    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    border-bottom:1px solid #33bb33;


    margin-left: 10%;
    width: 80%;
}

.eBanner90Clear
{
    font-family: Archivo, sans-sans-serif;
    text-align: center;
    color:  #f2fcf5;

    padding: 1%;
    text-shadow: 2px 1px #335533dd;
    border-bottom:1px solid #33bb33;


    margin-left: 5%;
    width: 90%;
}

.card-element
{
  border-bottom:1px solid #33bb33;
  background-color: #333333aa;
}
.Marginised-CardDeck
{
  padding: 1%;
  margin-left: 9%;
  width: 82%;
}
.Marginised-Title
{
  padding: 1%;
  margin-left: 10%;
  background-color: #333333aa;
  width: 80%;
}
.Marginised
{
  padding: 1%;
  margin-left: 10%;
  background-color: #333333aa;
  width: 80%;
  height: 250px;
  border-top:1px solid #33bb33;
}
.Marginised-Rules
{
  padding: 1%;
  margin-left: 10%;
  background-color: #333333aa;
  width: 80%;
  height: 350px;
  border-top:1px solid #33bb33;
}
.Marginised-table
{
  padding: 1%;
  margin-left: 4%;
  background-color: #333333aa;
  width: 90%;
  border-bottom:1px solid #33bb33;
}
.Marginised-table-Clear
{
  padding: 1%;
  margin-left: 4%;
  background-color: #33333300;
  width: 90%;
  }

.Table-Fixture
{
  background-color: #333333aa;
}

.Table-Fixture-narrow
{
  background-color: #333333aa;
border-top:1px solid #33bb33;
}
.newspanel
{
  padding: 2%;
}


.collapsible {
  width: 100%;
  background-color: #55555500;
  cursor: pointer;
  padding: 1%;
  
  border-bottom:1px solid #33bb33;
}

.active, .collapsible:hover {
  background-color: #55555500;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

@media (min-width: 1081px)
{

  th
  {
    font-size: 1.1rem;
    text-rendering: optimizeLegibility;
  }

  .Light-Text-Centered
  {

    font-size: 14px;

  }
  .Light-Text-Left
  {
    font-size: 14px;
  }
  .Light-Text-Centered-h2
  {
    font-size: 18px;
  }

  .column
  {
    font-size: 0.8rem;
  }
  .columnHeader
  {
    font-size: 1.25rem;
    padding: 3%;
    
  }
  .icon-BottomSection
  {
    font-size: 1.5rem;
    Padding: 3px 3px 3px;
  }

  h1
  {
    line-height: 2.75rem;
    font-size: 2.75rem;
  }
  h2
  {
    line-height: 2.25rem;
    font-size: 2.25rem;
  }
  h4
  {
    line-height: 1.85rem
    font-size: 1.85rem;
  }
  h5
  {
    line-height: 1.60rem;
    font-size: 1.60rem;
  }
}

@media (max-width: 1080px)
{
  .Light-Text-Centered
  {

    font-size: 12px;

  }
  .Light-Text-Left
  {
    font-size: 14px;
  }
  .Light-Text-Centered-h2
  {
    font-size: 16px;
  }

  .column
  {
    font-size: 1.0rem;
  }
  .columnHeader
  {
    font-size: 1.5rem;
    padding: 3%;

  }

  th
  {
    font-size: 1.0rem;
    text-rendering: optimizeLegibility;
  }

  h1
  {
    line-height: 2.15rem;
    font-size: 2.15rem;
  }
  h2
  {
    line-height: 2.05rem;
    font-size: 2.05rem;
  }
  h4
  {
    font-size: 1.45rem;
        line-height: 1.45rem;
  }
  h5
  {
    font-size: 1.20rem;
    line-height: 1.20rem;
  }

}

@media (max-width: 770px)
{
  .Light-Text-Centered
  {

    font-size: 10px;

  }
  .Light-Text-Left
  {
    font-size: 13px;
  }
  .Light-Text-Centered-h2
  {
    font-size:  1.23rem;
  }

  .column
  {
    font-size: 1.0rem;
  }
  .columnHeader
  {
    font-size: 1.5rem;
    padding: 3%;

  }
  th
  {
    font-size: 0.5rem;
    text-rendering: optimizeLegibility;
  }
  h1
  {
    line-height:  1.5rem;
    font-size: 1.5rem;
  }
  h2
  {
    line-height: 1.23rem;
    font-size: 1.23rem;
  }
  h3
  {
    line-height:1.13rem;
    font-size: 1.13rem;
  }
  h4
  {
    line-height: 1.0rem;
    font-size: 1.0rem;
  }
  h5
  {
    line-height: 0.9rem;
    font-size: 0.9rem;
  }
}

@media all and (orientation:portrait)
{

  .column
  {
    font-size: 1.0rem;
  }
  .columnHeader
  {
    font-size: 1.2rem;
    padding: 3%;

  }
}
}
