@-ms-viewport{
    width:device-width
}


.server-status p{
	color: antiquewhite;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.server-on a{
	
}

html{
    box-sizing:border-box;
    -ms-overflow-style:scrollbar
}
*,::after,::before{
    box-sizing:inherit
}

html,body {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color: #1B1B1B;
}

hr {
	max-width: 420px;
	color: #718093;
}

p {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
}

.parallax {
    height: 120%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
	text-decoration: none;
	color: #5352ed;
	transition: all .2s ease-in;
}

a:hover {
	text-decoration: none;
	color: #192a56;
	transition: all .2s ease-in;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
	border-radius: 5px;
    background-color: #3498db;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 18px;
    transition: all .2s ease-in;
}

#myBtn:hover {
    background-color: #2980b9;
    transition: all .2s ease-in;
}

/* Navbar */

.menu-class {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  white-space: nowrap;
}

.topnav {
	list-style-type: none;
    overflow: hidden;
    background-color: #1B1B1B;
    box-shadow: 0px 6px 13px -7px rgba(0,0,0,0.20);
    transition: all .2s ease-in;
    font-weight: 700;
    text-transform: uppercase;
	width: 100%;
	border-bottom: medium;
	border-bottom-style: solid;
	border-bottom-color: antiquewhite;
}

.topnav a {
    float: left;
    display: block;
    color: antiquewhite;
    text-align: center;
    padding: 24px 26px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    color: #3498db;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 800px) {
  div .max-width {
    max-width: 60%;
    margin: 0 auto;
    box-shadow: none;
  }
}

nav ul {
	list-style: none;
	// Safari hack, see https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
	list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	border: thin dotted;
}

nav li {
	list-style: none;
	margin: 0.5em;
	padding: 0;
	font-size: 1.5em;
}

@media (min-width: 45em) {
	nav ul {
		flex-direction: row;
	}
	nav li {
		flex: 1;
		font-size: 1em;
	}
}

nav a {
	display: block;
	padding: 0.4em;
	text-decoration: none;
	font-weight: bold;
	border: thin solid var(--background-color);
	border-radius: .5em;
	color: var(--accent1-color);
	background-color: var(--background-color);
	transition: all .25s ease-in;
}

[aria-current=page] {
	background: var(--accent2-color);
}

nav a:focus,
nav a:hover,
nav a:active {
	color: var(--background-color);
	background-color: var(--accent1-color);
}

:root {
	--background-color: midnightblue;
	--accent1-color: gold;
	--accent2-color: darkred;
	--text-color: black;
}
/* End Navbar */

#head {
	background-image: url("../img/banner.jpeg");
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head h1 {
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
}

#head h3 {
	font-size: 22px;
	text-transform: uppercase;
}

#about {
	margin: 10px;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 66px;
	background-color: #1B1B1B;
}

#about h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	color: antiquewhite;
}

#about .features {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 66px;
}

#about .feature {
	font-size: 60px;
	color: 
		#868686;
	margin-top: 17px;
}

#about h2 {
	margin-top: 5px;
	font-size: 20px;
}

#about p {
	margin-top: 3px;
	font-size: 18px;
	color: antiquewhite;
}

#banner {
	background-image: url("https://i.imgur.com/XL2PAd3.png");
	padding: 75px 0px 75px 0px;
	text-align: center;
}

#banner2 {
	background-image: url("https://i.imgur.com/8P27W9N.png");
	padding: 75px 0px 75px 0px;
	text-align: center;
}

#banner3 {
	background-image: url("https://i.imgur.com/MljFIMA.png");
	padding: 75px 0px 75px 0px;
	text-align: center;
}

#banner h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: antiquewhite;
}

#banner h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;;
}

#banner2 h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: antiquewhite;
}

#banner2 h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;
}

#banner3 h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: antiquewhite;
}

#banner3 h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;
}

#staff {
	margin: 10px;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 66px;
}

#staff h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	color: antiquewhite;
}

#staff h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;
}

#staff p {
	margin-top: 3px;
	font-size: 18px;
	color: antiquewhite;
}

#staff .stafflist {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 66px;
}

#staff .staffblock {
	transform: none;
	transition: all .2s ease-in;
	margin-bottom: 5px;
}

#staff .staffblock:hover {
	transform: scale(1.1,1.1);
	transition: all .2s ease-in;
}

#gamemodes {
	margin: 10px;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 66px;
}

#gamemodes h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	color: antiquewhite;
}

#gamemodes h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;
}

#gamemodes p {
	margin-top: 3px;
	font-size: 18px;
	color: antiquewhite;
}

#gamemodes .gray {
	background-color: #1B1B1B;
    padding: 0;
    margin: -10px;
}

#gamemodes .mode {
	margin: 15px;
	text-align: left;
	padding: 50px;
	max-width: 1280px;
}

#gamemodes .mode-inv {
	margin: 15px;
	text-align: right;
	padding: 50px;
	max-width: 1280px
}

@media screen and (min-width: 800px) {
	#gamemodes .img {
		margin: 15px;
		padding: 50px;
		max-width: 1280px
	}
}

@media screen and (max-width: 799px) {
	#gamemodes .img {
		padding: 50px 0px 50px 0px;
	}
}

#gamemodes .fixed-width {
	max-width: 1280px;
	margin: 0 auto;
}

#vote {
	margin: 10px;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 66px;
}

#vote h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	color: antiquewhite;
}

#vote h2 {
	margin-top: 5px;
	font-size: 20px;
	color: antiquewhite;
}

#vote p {
	margin-top: 3px;
	font-size: 18px;
	color: antiquewhite;
}

#vote .votelist {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 66px;
	padding-bottom: 66px;
}

#vote .voteblock {
	transform: none;
	transition: all .2s ease-in;
}

.voteblock a {
	font-weight: 700;
	color: antiquewhite;
}


footer {
	background-color: #1B1B1B;
	color: #1B1B1B;
}

.footer {
	max-width: 1280px;
	margin: 0 auto;
	float: none;
	padding-top: 66px;
	padding-bottom: 66px;
}

.copyright-notice {
	color: #9E9E9E;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	transition: all .2s ease-in;
	cursor: default;
}

.copyright-notice:hover {
	color: white;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	transition: all .2s ease-in;
}

@media screen and (min-width: 800px) {
	.res-img {
		width: 480px;
	}
}

@media screen and (max-width: 799px) {
	.res-img {
		width: 100%;	}
}

@media screen and (min-width: 800px) {
	.res-img-sm {
		height: 110px;
	}
}

@media screen and (max-width: 799px) {
	.res-img-sm {
		width: 100%;	}
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  padding: 18px;
  width: 60%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	font-size: 18px;
	color: antiquewhite;
	font-weight: 700;
}

.collapsible:hover{
	
}

.active {
  background-color: #555;
  width: 60%;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #8E8E8E;
  width: 60%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: inline-block;
  
}

.content p{
	
	padding-bottom: 5px;
	font-size: 18px;
	color: antiquewhite;
}

.content h1{
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.collapsible p{
	margin-top: 3px;
	font-size: 18px;
	color: antiquewhite;
	text-align: center;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
