
* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:100%;
  background-color: #F3D7D0;
}
/* PAGE STRUCTURE */

img {
  width: 100%;
  margin-bottom: -4px;

}
/* NAVIGATION STYLES */
nav {
  display: grid; grid-template-columns: auto 1fr; 
  background-color: #ffffff;
}
nav div img {
  height: 40px;
  margin-left: 15px;
  margin-top: 5px;

}
nav ul {
  text-align:right;
}
nav ul li {
  display:inline-block;
  text-align:right;
}
nav ul li a {
  display: block;
  color: rgb(0, 0, 0);
  padding: 1em;
  text-decoration: none;
  transition: all 0.5s;
  font-family: 'Sansita', sans-serif;
  font-weight: 700;
}

.signinnav {
  background-color: white;
  color: #000000;
  transition: all 0.5s;
}

.signinnav:hover {
  background-color: #025060;
  color:white;
}
.indexnav {
  background-color: #F3D7D0;
  color: #000000;
  transition: all 0.5s;
}

.indexnav:hover {
  background-color: #F3D7D0;
  color:white;
}
.resourcesnav {
  color:#000000;
  transition: all 0.5s;
}

.resourcesnav:hover {
  background-color:#94CFE5;
  color:white;
}
.newsfeednav {
  color: #000000;
  transition: all 0.5s;
}

.newsfeednav:hover {
  background-color: #FF5176;
  color:white;
}
.leaderboardnav {
  color: #000000;
  transition: all 0.5s;
}

.leaderboardnav:hover {
  background-color: #CCB1C3;
  color:white;
}
/* MAIN CONTENT */

#homepageimg{
  width: 100%;
  height: 90%;
}
.container{
position: relative;
}
.tag {
  float: left;
  position: absolute;
  left: 27.50%;
  top: 31%;
  z-index: 1000;
  background-color: #f3f3f323;
  padding: 15px;
  color: black;
  font-weight: bold;
  font-size: 100px;
  text-align: center;
  font-family: 'Sansita', sans-serif;
}
.tagtwo {
  float: left;
  position: absolute;
  top:52%;
  left:16.5%;
  z-index: 1000;
  background-color: #f3f3f323;
  padding: 15px;
  color: black;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  font-family: 'Sansita', sans-serif;
}
.flexbox{
  display: flex;
}
.boxone{
  border-color: black;
  border-style: solid;
  border-width: 0 1.3px 0;
  padding: 40px;
  position: relative;
  text-align: center;
  width: 100%;
  font-family: 'Sansita', sans-serif;
  font-size: 35px;
  margin-top: 50px;

}
.gameblock{
  display: flex;
}
.instructions{
  background-color: #F3D7D0;
  height: 100px;
  font-family: 'Sansita', sans-serif;
  text-align: center;
  margin-left: 130px;
  margin-top: 150px;
  margin-right:30px;
  font-size: 20px;
  width: 650px;
 color: #480A42;
 
}
.game{
  height: 300px;
  width: 650px;
}
.gamesample{
  margin-left: 80px;
  margin-top: 50px;
}
.honebox{
  font-size: 40px;
  color:#013E4A;
  font-weight: bold;
  padding-bottom: 1px;

}
.htwobox{
  font-size: 23px;

}
.hfivebox{
  font-size: 13px;
  padding-top: 4px;
  
}
.instruct {
  text-align: center;
  color: #AE508F;
  margin-top: 5px;
}
footer {
  background-color:#222222;
}
