.game{
  border: ridge #bf9b30 26px;
  width: 75%;
  margin: 0 auto;
  display: block;
  background-image: url(plain-bg2.png);
  background-size: 100% 100%;

}
h1{
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
  background-color: red;
  opacity: 0.7;
  color: white;
  border: 2px solid black;
  background-size: 50px;
  text-align: center;
  padding: 15px;
  font-size: 46px;
  letter-spacing: 15px;
  font-weight: bold;

}

h2,p{
  font-family: 'Abel', sans-serif;
}

.body1{
  background-image: url(pics/museum2.jpg);
  background-size: 100% 100%;
}
.foot{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  font-size: 16px;
  background-color: black;
  opacity: 0.7;

}
.three:hover{
  color: grey;
}
.three{
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}


.crowd{
  width: 400px;
  height: 400px;
}


/*Styling for Page 1*/

.sectionflexcontainer{
  display:flex;
}

.headerflexcontainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.articleflexcontainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  padding-left: 11%;
}

.summaryflexcontainer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 90%;
  padding-left: 5%;
  font-size: 24px;
}
.asideflexconrainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
}

.submit{
  background-color: white;
  font-size: 20px;
  padding: 8px 20px;
  border: 2px solid #FB4B4E;
  width: 40%;
  margin-left: 25px;
  font-family: 'Abel', sans-serif;
  transition: all 0.5s;
  border-radius: 5px;
}

.submit2{
  background-color: white;
  font-size: 20px;
  padding: 8px 20px;
  border: 2px solid #FB4B4E;
  width: 20%;
  margin-left: 25px;
  font-family: 'Abel', sans-serif;
  transition: all 0.5s;
  border-radius: 5px;
}

.submit:hover{
  background-color: #FB4B4E;
  border-radius: 5px;
}

.submit2:hover{
  background-color: #FB4B4E;
  border-radius: 5px;
}

#map{
  height: 300px;
}

#nextPage{
  padding: 11px 85px 11px 85px;
  margin: 5px;
  display: block;
  background-color:red;
  color: white;
  font-family: 'Abel', sans-serif;
  font-size: 19px;
  border: 2px solid #bf9b30;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
#landingPage{
  padding: 11px 85px 11px 85px;
  margin: 5px;
  display: block;
  background-color:green;
  color: white;
  font-family: 'Abel', sans-serif;
  font-size: 19px;
  border: 2px solid #bf9b30;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
#oneL{
  display: flex;
  justify-content: center;
}
#pause{
  padding: 11px 85px 11px 85px;
  margin: 5px;
  display: block;
  background-color:black;
  color: white;
  font-family: 'Abel', sans-serif;
  font-size: 19px;
  border: 2px solid #bf9b30;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}

#sFlakes{
  font-weight: bold;
  font-size: 54px;

}
#nextPage:hover{
  background-color:#222121;
  color: yellow;
}
#landingPage:hover{
  background-color:#222121;
  color: yellow;
  font-weight: bold;
}
#pause:hover{
  background-color:#222121;
  color: yellow;
