div {padding:0; margin:0;}

body, html {
	padding: 0;
	margin: 0;
	font-family: 'Didact Gothic';
    background-color: #1D2228; 
    height: auto;

}

.hidden {visibility: hidden;}

/* width */
::-webkit-scrollbar {
	width: 9px;
	z-index: 11;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

/* Header & NavBar */

.notification {
	z-index: 999999;
    width: 100%;
    height: 25px;
    background-color: red;
	top: 0;
	position: -webkit-sticky; /* Safari */
	position: sticky;
}

.notification .message {
    vertical-align: middle;
    text-align: center;
    color: white;
	margin: 0px;
	padding: 0px;
}

.banner {
    width: 100%;
}

.banner .banner-img {
    width: 100%;
}

.navbar {
	z-index: 999999;
    position: absolute;
    width: 100%;
    height: 50px;
	display: flex;
    justify-content: center;
	margin-top: 5px;
	padding:0px;
	margin:0px;
}

.navbar-notif-sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 25px;
}

.navbar-sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
}

.navbar .navbar-content {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    background-color: black;
}

.navbar-link {
    align-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
}

.navbar-link:hover {
    background-color: #e87610;
}


.navbar-link .active{
    background-color: #e87610;
}

.navbar-logo:hover {
    background-color: transparent !important;
}

.navbar-btn {
    position: relative;
    background: transparent;
    border: none;
    text-align: center;
}

.navbar-btn .logo {
	margin-top: 5px;
    width: 75px;
}

/* Dropdown */

.dropdown {
  height: 100%;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #2c343c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999;
  top: 0;
  margin: 0;
  padding: 0;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #39424a}

.dropdown:hover .dropdown-content {
  display: block;
}

/* HOME - Discord */

.discord {
	position: relative;
	display: flex;
	width: 100%;
	flex: 1;
	margin-top: 5%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.discord-content {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.discord-content-navigation {
	margin: 0;
	padding: 0;
}

.discord-content-nav {
    list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
    list-style-type: none;
	display: flex;
}

.nav-btn#discord {
	background-color: #5865F2;
	border-radius: 10px;
	margin-right: 5px;
}

.nav-btn#rules {
	background-color: #e87610;
	border-radius: 10px;
	margin-left: 5px;
}

/* About */

.about {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	flex: 1;
	margin-top: 5%;
	justify-content: center;
	text-align: center;
}

.about-content {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.about-content-title {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/* Probably Not Needed
.about-content-navigation {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}
*/

.about-content-navigation {
	margin: 0;
	padding: 0;
}

.about-content-nav {
	margin: 0;
	padding: 0;
    list-style-type: none;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about-nav-btn {
	margin: auto;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #313131;
	border-radius: 10px;
	margin-left: 5px;
}

.about-nav-btn:hover {
	background-color: #e87610;
	border-radius: 10px;
	margin-left: 5px;
}

.about-content-body {
	position: relative;
	height: 150%;
	align-items: center;
	height: 100%;
	width: 100%;
	flex: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 6%;
}

.about-content-body-div {
	margin-top: 12%;
}

.about-content-body-text {
	margin: auto;
	text-align: center;
	width: 75%;
	margin-bottom: 6%;
}

/* HOME - Server Icons */

.servers {
	position: relative;
	height: 100%;
	width: 100%;
	flex: 1;
	margin-top: 10%;
}

.servers-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.servers-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.servers-icons {
	list-style-type: none;
	display: flex;
}

.servers-icons-link {
	text-decoration: none;
	border-radius: 10px;
	margin: 25px;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: right;
	width: 300px;
}

.servers-icons-title {
	text-decoration: none;
	padding: 15px;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 50%;
}

.server_details_content {
	width: 100%;
}

.server_details_header {
	width: 50%;
	margin: 50px;
	padding: 5px;
	text-decoration: none;
	border-radius: 10px;
}

.server_details_server_indicator {
	width: 15px;
}

/* Footer */

.footer {
	font-family: 'Didact Gothic';
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
	width: 99%;
	height: 350px;
	display: flex;
	justify-content: center bottom;
	align-items: top;
	text-align: top;
	font-size: 15px;
	list-style-type: none;
}

.footer-copyright {
	position: relative;
	justify-content: left;
	align-items: left;
	text-align: left;
	width: 200px;
	list-style-type: none;
	height: 100%;
}

.footer-copyright img {
	width: 80px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.copyright {
	margin-top: 15px;
}

.footer-links {
	text-decoration: none;
}

.footer-home {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
	height: 100%;
}

.footer-servers {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
	height: 100%;
}

.footer-other {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
	height: 100%;
}

.footer-about {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
	height: 100%;
}

.footer-sublink {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.footer-button {
	background-color: transparent;
	border-radius: 5px;
	line-height: 0px;
	width: 150px;
	border-color: transparent;
}

.footer-button:hover {
	background-color: #e87610;
}

/* Meet The Team */

/* About */

.team {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	flex: 1;
	margin-top: 5%;
	margin-bottom: 8%;
	justify-content: center;
	text-align: center;
}

.team-content {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.team-content-title {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.team-content-navigation {
	margin: 0;
	padding: 0;
}

.team-nav-btn {
	margin: auto;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #313131;
	border-radius: 10px;
	margin-left: 5px;
}

.team-nav-btn:hover {
	background-color: #e87610;
	border-radius: 10px;
	margin-left: 5px;
}

.team-content-body {
	position: relative;
	height: 100%;
	width: 100%;
	flex: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 8%;
}

.team-content-body-div {
	margin-top: 8%;
}

.team-content-body-text {
	margin: auto;
	text-align: center;
	width: 75%;
	margin-bottom: 6%;
}

.team-content-nav {
	margin-bottom: 5px;
	padding: 0;
    list-style-type: none;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.profile {
	width: 250px;
	height: 375px;
	margin: 5px;
	color: white;
}

.profile-picture {
	height: 200px; 
	width: 200px;
	border-radius: 100px;
}

.profile-name{
	margin-bottom: 0;
}

.profile-rank {
	margin: 0;
	margin-bottom: 2;
	padding: 0;
}