.navBackground{
  background-color: rgb(141, 140, 140);
}

.logoContainer{
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
}

.logoImage{
  position: absolute;
  width: 100px;
  height: 110px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: -5%;
  border: 5px solid rgb(141, 140, 140);
  background-color: rgb(141, 140,140);
  border-radius: 50%;
}

.winText{
  color: green;
  font-weight: bold;
  font-style: italic;
  font-size: 150%;
}

.endText{
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
}

.shrink{
  height: 6%;
}

.trickStatWidth{
  width: 70%;
}

a{
  color: black;
}

th{
  text-align:left;
  border: thin solid rgb(212, 212, 212);
}

td{
  padding: 2%;
  text-align: left;
  border: thin solid rgb(212, 212, 212);
}

tr:nth-child(even){
  background-color: f2f2f2;
}






.titleBox{
  background-color: #292826;
  border: solid 2px #FE9004;
}

.logoFont{
  font-family: 'Caveat Brush', cursive;
  color: #FE9004;
}

.logoText{
  transform: rotate(-10deg);
}

.mainLogoText{
  font-size: 60px;
}

.comText{
  font-size: 30px;
  margin-top: -28px;
  margin-right: -50px;
  margin-bottom: -15px;
}


.outerBorder15 {
  text-align: center;
  font-family: 'Caveat Brush', cursive;
  margin-top: 50px;
  width: 170px;
  height: 170px;
  border: solid 5px #FE9004;
  border-radius: 200px;
  
  color: #FE9004;
  background-color: #292826;
}

.deck15 {
  width: 80px; 
  height: 20px;
  border: solid 5px #000;
  border-color: transparent transparent #FE9004 transparent;
  border-radius: 0 30px 25%/20px 20px;
}

.leftWheel15 {
  width: 7px;
  height: 7px;
  border: solid 1px #FE9004;
  border-radius: 10px;
  background-color: #FE9004;
  margin-left: 23px;
  margin-top: 0px;
  
}

.rightWheel15 {
  width: 7px;
  height: 7px;
  border: solid 1px #FE9004;
  border-radius: 10px;
  background-color: #FE9004;
  margin-left: 65px;
  margin-top: -9px;
}

@media screen and (min-width: 550px){
  .logoImage{
    margin-top: -2%;
  }
}


