@import url('https://fonts.cdnfonts.com/css/leelawadee');

* {
	font-family: 'Leelawadee', 'Noto Sans';
	color: white !important;
}

#navbar {
	border-top: 0px;
}

html {
	background-image: url('/stuffyxp-website/img/Red moon desert.jpg');
	background-attachment: fixed;
	background-size: cover;
}

#ml3-icon {
	border-radius: 8px;
	border-color: white;
	border: 3px white;
}

/* Remove if necessary, Credits PopUp Page */
.modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.753);
	display: none;
}
.modal:target {
	display: flex;
}

#info-text {
	font-size: 18;
	text-align: center;
}

#credits-text {
	font-size: 18;
	text-align: center;
}

#credits-box {
	width: 1237px;
	background-color: black;
	height: 480px;
	position: relative;
	display: block;
	margin: 0 auto;
	color: white !important;
}

.modal-mobile {
	background-color: rgba(0, 0, 0, 0.753);
	display: none;
}
.modal-mobile:target {
	display: flex;
}

code {
	color: white !important;
}

#dropdown-betuh {
	margin: auto;
	background-color: rgba(000, 000, 000, 0);
	color: rgba(000, 000, 000, 0);
	font-size: 25px;
	border: 0px rgba(000, 000, 000, 0) !important;
}

#showversionbutton {
	text-align: center !important;
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;
}

#credits-box-mobile {
	width: auto !important;
	height: auto !important;
	position: absolute !important;
}

#mainlinks {
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 1.5% !important
}

#dropdown-menu {
	background-color: rgba(000, 000, 000, 0.35) !important;
	color: white !important;
	filter: drop-shadow(5px 5px 10px rgba(000, 000, 000, 0.23));
	border-radius: 8px;
	
}

#dropdown-menu2 {
	background-color: rgba(000, 000, 000, 0);
}

#link {
    background-color: rgba(000, 000, 000, 0);
    border: 0px rgba(000, 000, 000, 0);
}

p a {
	color: rgba(137, 196, 244, 1) !important;
}

span, ul ,li {
	color: white !important;
}

#changelog-text {
	text-align: left;
}

#project-boxes {
	width: auto !important;
	height: auto !important;
	text-align: left !important;
}

#blog-post {
	text-align: left !important;
	color: solid white !important;
}

#build {
	text-align: right !important;
	color: solid white;
}

#list {
	text-align: left !important;
	color: solid white !important;
}

#navbar-links {
	text-align: center !important;
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;
}

#aboutme {
	color: white
}

#logo {
    text-align: center;
    padding: 0px;
}

button {
	background-color: rgba(255, 255, 255, 0) !important;
	filter: drop-shadow(5px 5px 10px rgba(000, 000, 000, 0.23));
}

@media only screen
and (min-width: 1000px)
{
	#content, #footer {
		width: 1116px;
	}
	#blog-post {
		width: 1078px;
	}
	#navbar {
		height: 88px;
	}
	#credits-box-mobile, #credits-mobile {
		width: auto !important;
		position: absolute !important;
	}
}

#navbar {
	position: relative;
	display: block;
	background-color: rgba(000, 000, 000, 0);
	color: white;
	color: solid white !important;
	width: auto;
}

#social-boxes {
	text-align: left !important;
	color: solid white !important;
}

#quicklaunch {
	text-align: right !important;
	color: solid white !important;
	width: 950px !important;
}

#content {
	color: solid white !important;
	text-align: center !important;
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;

}

p {
	color:white !important;
}

.container {
	color: solid white !important;
}

.box {
	background-color: rgba(000, 000, 000, 0.1) !important;
}

#centered {
	text-align: center !important;
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;
}

.links a {
    color: white !important;
    font-size: 25px;
}

#footer {
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: rgba(000, 000, 000, 0);
	color: white;
}