html {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, #71C4FF00 100%), url("../IMG/background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(19, 18, 18);
	background-position: left top;
	background-attachment: fixed;
	/*mask-image: linear-gradient(0deg, #383838FF 0%, #71C4FF00 100%);*/
}

body{
	margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

.socialmedia img {
    width: auto;
	max-width: 100%;
    height: auto;
	float: left;
}

.socialmedia {
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed; /* Use fixed positioning to keep it at the bottom */
	bottom: 20px; /* Adjust this value as needed for spacing from the bottom */
	left: 50%; /* Center horizontally */
	transform: translateX(-50%); /* Offset with half of its own width */
}

.socialmedia a {
    display: inline-block;
	position: relative;
	top: auto;
	float: left;
	bottom: 0;
	/*cursor: pointer;*/
	
}

.socialmedia img {
	opacity: 25%;
	cursor: pointer;
	width: 30px;
	max-width: 100%;
	height: auto;
	float: none;
}
.socialmedia img:hover {
	opacity: 1;
	transition: opacity 0.3s ease;
}



.loader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	left: 40px;
	position: relative;
	bottom: 30px;
}

.option {
	opacity: 0;
	display: none;
	transition: opacity 1.5s ease;
}

.option.active {
	display: block;
	opacity: 1;
}

.sidenav {
	height: 100%;
	width: 190px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 1, 3, 0.5);
	overflow-x: hidden;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 30px;
	color: #818181;
	display: block;
	transition: 0.3s;
	cursor: pointer;
}


.sidenav a:hover {
	color: #f1f1f1;
}

#aboutme {
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scrollbar-color: transparent transparent;
	scrollbar-face-color: transparent;
	height:500px;
	scale: 1.5;
	top: auto;
	/*mask-image: linear-gradient(to bottom, transparent -10px, black 30px, black calc(100% - 30px), transparent 100%);*/
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;

}

#home {
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scrollbar-color: transparent transparent;
	scrollbar-face-color: transparent;
	height:500px;
	scale: 1.5;
	top: auto;
	/*mask-image: linear-gradient(to bottom, transparent -10px, black 48px, black calc(100% - 48px), transparent 100%);*/
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;

}

#home h3 {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	text-align: center;
	color: white;
	font: 32px/1 "monospace", Candara;
}

#aboutme h1 {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	text-align: center;
	color: white;
	font: 38px/1 "monospace", Candara;
}

#home img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

#aboutme img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

#aboutme-text {
	left: auto;
	text-align: center;
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
	color: white;
}

#home-text {
	left: auto;
	text-align: center;
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
	color: white;
}

noscript {
	text-align: center;
	font-size: 24px;
	position: fixed;
	color: #ff0000;
}

.content-box {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 480vh;
	height: 100vh;
    background-color: #1f1c1c6b;
    backdrop-filter: blur(2px);

	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;

}
