*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
@font-face {
	font-family:Roboto;
	src:url("../Fonts/RobotoSlab-Regular.ttf");
}
body{
	margin:0;
	font-family:'Noto Sans';
	font-size:17px;
	color:white;
	background-color:#545454;
	height:100%;
}
.container{
	height:100vh;
	width:100%;
	background-image:url();
	background-position: center;
	background-size:cover;
	padding-left:0%;
	padding-right:0%;
	box-sizing:border-box;
	padding-bottom:200px;
}
#container{
	min-height:100%;
}
#content{
	overflow:auto;
	padding-bottom:210px;
}
.navbar{
	width:100%;
	height:10%;
	margin:none;
	display:flex;
	align-items:center;
	overflow:auto;
	font-family: 'Roboto';
	color:white;
}
.navbar a{
	padding:1%;
	color:#000;
	text-decoration: none;
	font-size:20px;
	width:10%;
	text-emphasis: center;
	color:white;
}
.logo{
	width:250px;
	height:35px;
	margin-left:0px;
	cursor: pointer;
}
.LogoMobile{
    width:75%;
    height:100%;
}
nav{
	flex: 1;
	padding-right: 10%;
	text-align:center;
}
nav ul li{
	display:inline-block;
	list-style: none;
	margin: 0% 2%;
}
nav ul li a{
	color:black;
	text-decoration: none;
}
.footer{
	background-color:#4A4A53;
	color:#d3d3d3;
	width:100%;
}
#footer{
	position:relative;
	margin-top:-210px;
	height:210px;
	clear:both;
}
.footer .footer-content{
	height:210px;
	display:block;
	text-align:center;
}
.footer .footer-bottom{
	background-color:#343a40;
	color:#686868;
	height:50px;
	width:100%;
	text-align:center;
	position:relative;
	bottom:0;
	left:0;
	padding-top:20px;
}
.FooterLogo{
	width:200px;
	height:50px;
	margin-left:0px;
	margin-top:10px;
}
a.class2:link{
	color:white;
	background-color:transparent;
	text-decoration:none;
}
a.class2:visited{
	color:white;
	background-color:transparent;
	text-decoration:none;
}
a.class2:hover{
	color:white;
	background-color:transparent;
	text-decoration:underline;
}
a.class2:active{
	color:white;
	background-color:transparent;
	text-decoration:underline;
}
a.navlink:link{
	color:white;
	background-color:transparent;
	text-decoration:none;
}
a.navlink:hover{
	color:white;
	background-color:transparent;
	text-decoration:underline;
}
a.navlink:active{
	color:white;
	background-color:transparent;
	text-decoration:underline;
}
a.navlink:visited{
	color:white;
	background-color:transparent;
	text-decoration:none;
}
@media only screen and (min-width:270px) and (max-width:915px){
    nav{
        margin-top:35%;
        text-align:center;
    }
    .navbar a{
        margin:-1%;
    }
    .footer{
        height:40%;
    }
    .footer .footer-bottom{
        margin-top:5%;
        font-size:13px;
    }
    .Discord{
        height:0px;
        width:0px;
    }
}