html,body {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
}

hr {
	width: 420px;
	color: #f5a05a;
}

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;
	text-transform: uppercase;
}

.highlight {
	color: rgb(192, 80, 248)
}

.subtitle {
	color: #7852f4;
	font-size: 21px;
	text-transform: none;
	font-weight: 400;
}

h1 {font-size: 50px;margin-bottom: 5px;}h2 {font-size: 45px;margin-bottom: 5px;}h3 {font-size: 40px;margin-bottom: 5px;}h4 {font-size: 35px;margin-bottom: 5px;}h5 {font-size: 30px;margin-bottom: 5px;}h6 {font-size: 25px;margin-bottom: 5px;}
p {font-size: 15px;}

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

a {
	text-decoration: none;
	color: rgb(88, 69, 255)
	transition: all .2s ease-in;
}

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

.button {
    background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button:hover {
    background-color: #c0392b;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.blue {
	background-color: #3498db;
}

.blue:hover {
	background-color: #2980b9;
}

.green {
	background-color: #2ecc71;
}

.green:hover {
	background-color: #27ae60;
}

.orange {
	background-color: #e67e22;
}

.orange:hover {
	background-color: #d35400; 
}

.purple {
	background-color: #9b59b6;
}

.purple:hover {
	background-color: #8e44ad;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
    color: white;
    cursor: pointer;
    padding: 15px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 18px;
    transition: all .2s ease-in;
}

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


/* Navbar */

.topnav {
	list-style-type: none;
    overflow: hidden;
    background-color: #333;
    box-shadow: 0px 6px 13px -7px rgba(0,0,0,0.20);
    transition: all .2s ease-in;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #232323;
}

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

.topnav a:hover {
    background-color: #353535;
    color: white;
}

.topnav .icon {
  display: none;
}

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

@media screen and (max-width: 1720px) {
  .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;
  }
}

/* End Navbar */

@media screen and (min-width: 800px) {
	#head h1 {
		font-size: 55px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	#home .homepage {
		max-width: 60%;
		margin: 0 auto;
	}

	#about {
		max-width: 60%;
		margin: 0 auto;
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.discord-img {
		width: 333px;
	}

	.res-img {
		width: 333px;
	}

	.res-img-sm {
		width: 300px;
	}

	#gamemodes .homepage {
		max-width: 60%;
		margin: 0 auto;
	}

	#vote .votelist {
		max-width: 60%;
		margin: 0 auto;
	}

	#staff .stafflist {
		max-width: 60%;
		margin: 0 auto;
	}

	#store .store-items {
		max-width: 60%;
		margin: 0 auto;
	}

	#contact .tab {
		max-width: 60%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 799px) {
	#head h1 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-about h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-gamemodes h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-vote h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-staff h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-status h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-store h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-contact h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-example h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#head-shortcodes h1 {
		font-size: 32px;
		font-weight: 700;
		text-transform: uppercase;
	}

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

	#home .homepage {
		max-width: 100%;
		margin: 0 auto;
	}

	#about .homepage {
		max-width: 90%;
		margin: 0 auto;
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.discord-img {
		width: 100%;
	}

	.res-img {
		width: 100%;
	}

	.res-img-sm {
		width: 100%;
	}

	#gamemodes .homepage {
		max-width: 100%;
		margin: 0 auto;
	}

	#vote .votelist {
		max-width: 100%;
		margin: 0 auto;
	}

	#staff .stafflist {
		max-width: 100%;
		margin: 0 auto;
	}

	#store .store-items {
		max-width: 100%;
		margin: 0 auto;
	}

	#contact .tab {
		max-width: 100%;
		margin: 0 auto;
	}
}

#head {
	background-image: url(./img/header1.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-about {
	background-image: url(./img/header2.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-gamemodes {
	background-image: url(./img/header3.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-regler {
	background-image: url(./img/header4.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-staff {
	background-image: url(./img/header5.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-status {
	background-image: url(./img/header6.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-store {
	background-image: url(./img/header7.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-contact {
	background-image: url(./img/header8.jpg); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-example {
	background-image: url("https://i.imgur.com/BPhVPkl.png"); /* Change this to your own image */
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#head-shortcodes {
	background-color: #2b2b2b;
	margin: 0;
	padding: 222px 0px 222px 0px;
	text-align: center;
	color: white;
}

#home {
	padding-top: 66px;
	padding-bottom: 66px;
}

#home .follow-twitter {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}


#home .big-col-home {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}

#home .big-col-home-text {
	background-color: #f5f5f5;
	color: black;
	padding: 17px 15px;
}

#home p {
	font-size: 16px;
}

.twitter-link {
	color: white;
	text-decoration: underline;
}

.twitter-link:hover {
	color: lightgray;
	text-decoration: underline;
}

footer {
	background-color: #11171e;
	color: white;
}

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

.copyright-notice {
	color: #30343a;
	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;
}

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

#about h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.discord-banner {
	padding-top: 33px;
	padding-bottom: 33px;
	background-color: #7289DA;
	color: white;
	text-align: center;
}

.action-banner {
	padding-top: 44px;
	padding-bottom: 44px;
	background-color: #c0392b;
	color: white;
	text-align: center;
}

#gamemodes {
	padding-top: 66px;
	padding-bottom: 66px;
}

#gamemodes .join-info {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}


#gamemodes .big-col {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}

#gamemodes .big-col-text {
	background-color: #f5f5f5;
	color: black;
	padding: 17px 15px;
}

#gamemodes p {
	font-size: 16px;
}

#gamemodes .server {
	margin-bottom: 22px;
}

#gamemodes .info {
	margin-bottom: 22px;
}


#vote {
	padding-top: 66px;
	padding-bottom: 66px;
}

#vote .big-col {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}

#vote .big-col-text {
	background-color: #f5f5f5;
	color: black;
	text-align: center;	
	padding: 17px 15px;
}

#vote .block {
	margin-bottom: 22px;
}

#rewards {
	text-align: center;
	padding-top: 66px;
	padding-bottom: 66px;
}

#staff {
	padding-top: 66px;
	padding-bottom: 66px;
}

#staff .big-col {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}

#staff .big-col-text {
	background-color: #f5f5f5;
	color: black;
	text-align: center;	
	padding: 17px 15px;
}

#status {
	padding-top: 66px;
	padding-bottom: 66px;
	text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 12px 15px;
    max-width: 960px;
    margin: 20px auto;
}

#store .price {
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 7px;
}

#store {
	padding-top: 66px;
	padding-bottom: 66px;
}

#store .item {
	margin-bottom: 22px;
}

#store .big-col {
	background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
	color: white;
	padding: 17px 15px;
}

#store .big-col-text {
	background-color: #f5f5f5;
	color: black;
	text-align: center;	
	padding: 17px 15px;
}

#examplelink {
	padding-top: 66px;
	padding-bottom: 66px;
	text-align: center;
}

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

#examplelink p {
	font-size: 19px;
}

.callout-box {
	background-color: #f5f5f5;
	color: black;
	padding: 25px 23px;
	border-top: 3px solid rgb(88, 69, 255);
	margin: 0 auto;
}

#table {
    border-collapse: collapse;
    width: 100%;
}

#table td, #table th {
    border: 1px solid #ddd;
    padding: 17px 15px;
}

#table .description {
	text-transform: uppercase;
}

#table tr:nth-child(even){background-color: #f2f2f2;}

#table th {
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: left;
    background-image: linear-gradient(to right, rgb(88, 69, 255), rgb(255, 74, 212), rgb(252, 156, 45));
    color: white;
}

#contact {
	padding-top: 66px;
	padding-bottom: 66px;
}