/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("/assets/img/static_picture/clouds.png");
  background-attachment: fixed;
  font-size: 20px;
  background-size: cover;
  background-color: white;
  font-family: "Courier Prime";
  color: black;
}

.mainPage {
  width: 860px;
  border: 10px solid white;
  border-radius: 10px;
  background: #00ddff;
  background: linear-gradient(180deg,rgba(0, 221, 255, 0.4) 0%, rgba(0, 166, 199, 0.4) 23%, rgba(0, 121, 145, 0.4) 50%, rgba(0, 96, 125, 0.4) 75%, rgba(0, 87, 125, 0.4) 100%);
  padding: 50px;
  margin: auto;
  margin-bottom: 5px;
}

.mainPage h1{
  text-align: center;
}

.mainPage h2{
  text-align: center;
}

.announcements {
  width: 500px;
  border: 5px solid white;
  border-radius: 10px;
  background: #5a6afa;
  background: linear-gradient(180deg,rgba(90, 106, 250, 0.4) 0%, rgba(43, 78, 181, 0.4) 23%, rgba(45, 66, 150, 0.4) 50%, rgba(27, 44, 125, 0.4) 75%, rgba(0, 5, 110, 0.4) 100%);
  padding: 20px;
  margin: left;
}

.announcements h1 {
  text-align: left;
}

#logoImage {
  text-align: center;
  margin-bottom: -2px;
}

header {
  overflow: hidden;
  text-align: center;
  width: 776px;
  border: 10px solid white;
  border-radius: 10px;
  background: #00ddff;
  background: linear-gradient(180deg,rgba(0, 221, 255, 0.4) 0%, rgba(0, 166, 199, 0.4) 23%, rgba(0, 121, 145, 0.4) 50%, rgba(0, 96, 125, 0.4) 75%, rgba(0, 87, 125, 0.4) 100%);
  padding: 0px;
  margin: auto;
  margin-bottom: 5px;
}

#selNav {
  background-color: #919191;
}

footer {
  text-align: center;
  font-size: 20px;
  width: 850px;
  border: 10px solid white;
  border-radius: 10px;
  background: #00ddff;
  background: linear-gradient(180deg,rgba(0, 221, 255, 0.4) 0%, rgba(0, 166, 199, 0.4) 23%, rgba(0, 121, 145, 0.4) 50%, rgba(0, 96, 125, 0.4) 75%, rgba(0, 87, 125, 0.4) 100%);
  padding: 10px;
  margin: auto;
}

header a {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  float: left;
  padding: 14px 20px;
}

header a:hover {
  background-color: #FFF;
  text-decoration: none;
}
a {
  color: #000000;
}

.findMe a {
  color: #FFD700;
}

.gameTab a{
  color: #FFD700;
}

.aboutMe {
  width: 750px;
  height: 300px;
  border: 5px solid white;
  border-radius: 10px;
  background: linear-gradient(180deg,rgba(90, 106, 250, 0.4) 0%, rgba(43, 78, 181, 0.4) 23%, rgba(45, 66, 150, 0.4) 50%, rgba(27, 44, 125, 0.4) 75%, rgba(0, 5, 110, 0.4) 100%);
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
}

.aboutMe p {
  margin-top: 60px;
  text-align: left;
  font-size: 20px;
}

.aboutMe a {
  color: #FFD700;
}

.gameTab{
  width: 800px;
  border: 5px solid white;
  border-radius: 10px;
  background: linear-gradient(180deg,rgba(90, 106, 250, 0.4) 0%, rgba(43, 78, 181, 0.4) 23%, rgba(45, 66, 150, 0.4) 50%, rgba(27, 44, 125, 0.4) 75%, rgba(0, 5, 110, 0.4) 100%);
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
}

.gameImage{
  text-align: center;
}

.gameDesc{
  font-size: 14px;
  text-align: center;
  margin-top: -20px;
}

.findMe {
  width: 750px;
  border: 5px solid white;
  border-radius: 10px;
  background: #5a6afa;
  background: linear-gradient(180deg,rgba(90, 106, 250, 0.4) 0%, rgba(43, 78, 181, 0.4) 23%, rgba(45, 66, 150, 0.4) 50%, rgba(27, 44, 125, 0.4) 75%, rgba(0, 5, 110, 0.4) 100%);
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
}

#profileImage {
  float: left;
  margin-right: 10px;
  max-height: 100%;
  max-width: 100%;
  margin-right: 50px;
}

#p4glogo{
  max-height: 30%;
  max-width: 30%;
}

#p4gimage{
  max-height: 90%;
  max-width: 90%;
}

#drLogo{
  max-height: 60%;
  max-width: 60%;
}

#gamesh2{
  margin-top: 80px;
}