@import url('https://fonts.googleapis.com/css?family=Poppins:400,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Concert+One&display=swap');

body {
  background-color: #0e0e0e;
}

h1.header {
  color: purple;
  text-align: center;
  font-family: 'Poppins', sans-serif;;
  font-style: italic; 
}
p.tabs {
  text-align: center;
}

p.subheader {
  text-align: center;
  color:purple;
  font-family:arial;
  font-style: italic; 
  font-weight: bold;
  font-size: 64px;
}

p.maintext {
	white-space: pre-wrap;
	font-variant-ligatures: none;
	font-style: inherit;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	font-size: 23px;
	color: rgba(255,255,255,1);
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	pointer-events: all;
	position: relative;	
}

p.updates {
	white-space: pre-wrap;
	font-variant-ligatures: none;
	font-style: inherit;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	font-size: 23px;
	color: rgba(255,255,255,1);
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	pointer-events: all;
  position: relative;	
  padding-left: 50px;
}

footer {
	white-space: pre-wrap;
	font-variant-ligatures: none;
	font-style: inherit;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: white;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	pointer-events: all;
	position: relative;	
	font-size: 15px;
}

h1.logo {
  text-align: center;
}

p.center {
	style="white-space: pre-wrap;
font-variant-ligatures: none;
font-style: inherit;
font-family: 'Poppins', sans-serif;;
font-weight: 400;
line-height: 1.4;
font-size: 23px;
color: #aaaaaa;
text-align: center;
box-sizing: border-box;
display: inline-block;
max-width: 100%;
pointer-events: all;
position: relative;
}

.sidenav {
  width: 135px;
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 10px;
  background: #000000;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
}

.sidenav a:hover {
  color: #ffffff;
}

.main {
  margin-left: 140px; /* Same width as the sidebar + left position in px */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
  color: #ffffff;
}

body.papa {
  font-family: "Lato", sans-serif;
  background-color: #000000;
  }

  .topnav {
    overflow: hidden;
    background-color:#000000;
    text-align: center;
    padding: 14px 10px;
  }
  
  .topnav li{
    display: inline;
  }
  
  .topnav a {
    padding: 10px;
    display: inline-block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Concert One', cursive;
  }
  
  .topnav a:hover {
    background-color: #dddddd;
    color: black;
    opacity: 0.5;
  }
  
  .topnav a.active {
    background-color: #71289b;
    color: #000000;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
  
p.papa {
  text-align: center;
}

.topnav a.active2 {
  background-color: #71289b;
  color: #71289b;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #800080;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #800080;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #800080;
  background: #800080;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.maintext_centered {
	white-space: pre-wrap;
	font-variant-ligatures: none;
	font-style: inherit;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	font-size: 30px;
	color: rgba(255,255,255,1);
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	pointer-events: all;
	position: relative;	
}

img.game{
  display: block;
  padding-left: 80px;
  padding-right: 80px;
  margin: 80px;
}