@font-face{
  font-family: "Salmapro-Medium";
  src: url("fonts/salmapro-medium.otf");
}

@font-face{
  font-family: "Salmapro-Medium-Narrow";
  src: url("fonts/salmapro-medium-narrow.otf");
}

*{
  box-sizing: border-box;
  font-family: Salmapro-Medium;
  color: #cfcfcf;
  padding: 0;
  margin: 0;
}

.gray-highlight-hover a:hover{
  background-color: #2b2b2b;
}

html{
  background-color: black;
  background-image: url("images/background-animation.gif");
  background-size: 500px;
}

html, body, nav{
  margin: 0;
  padding: 0;
}

.main-link a, li{
  list-style: none;
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
}

.main-header{
  background-color: #02041c;
  background-size: contain;
  padding-bottom: 10px;
}

.main-title{
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.main-title-small{
  font-family: ;
  font-size: 35px;
  font-weight: 700;
  color: white;
}

.small-subtitle{
  font-size: 15px;
  font-family: Salmapro-Medium;
}

.center{
  text-align: center;
}

.center-image{
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 15%;
  border-width: 10px;
  border-style: solid;
  border-color: black;
  width: 500px;
  opacity: 50%;
  transition: opacity 0.25s;
}

.center-image:hover{
  opacity: 100%;
}

.game-link{
  font-size: 50px;
  color: white;
  margin: 15px;
  text-decoration: none;
}

.game-link a:hover{
  background-size: auto;
  color: black;
  text-decoration: none;
}

.bottom-right
{
  position: absolute;
  bottom: 0;
  right: 0;
}

.white
{
  color: white;
}

.cool-button
{
  background: none;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.button-grower:active
{
  font-size: 17px;
}

.blog-row{
  text-align: center;
  background-color: black;
  text-decoration: none;
  color: white;
}

.no-decoration, a{
  text-decoration: none;
}

.blog-title{
  background-color: inherit;
  color: white;
  font-size: 50px;
}

.blog-bottom{
  background-color: inherit;
  color: white;
}

.blog-description{
  color: white;
  font-size: 25px;
}
