/* BEGIN GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');

*{
	font-family: 'Ubuntu Mono', monospace;
}

/*snowflake*/
.fa-snowflake {
	color: #fff;
	position: absolute;
	top: -20px;
	animation: fall linear forwards;
}

@keyframes fall {
	to {
		transform: translateY(105vh);
	}
}

/*end snowflake*/
html{
	/*I don't know why, but for some reason the next line
	stops the webpage from sliding to the left... LOL*/
	overflow-x: hidden;
	width: 100vw;
	height: 100%;
}
body{
	background-color: black;
	color: white;
	margin: 0;
	width: 100%;
	height: 100%;
	bottom: 90px;
}

h1{
	color: #ff751a;
	font-size: 70px;
	text-align: center;
	margin-top: 30vh;
	padding: auto;
}

h2{
	font-size: 50px;
	color: #ff751a;
	text-align: center;
	margin: 0;
	padding: 3%;
}

h3{
	font-size: 30px;
	text-align: center;
	color: #ff751a;
}

a{
	text-decoration: none;
	color: #ff751a;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus{
	color: #ff9933;
	cursor: pointer;
}

p{
	font-family: 'Ubuntu Mono', monospace;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 1em;
	text-align: center;
/*	text-align: justify;
	text-justify: inter-word;*/
}

.centered{
	text-align: center;
}

ul{
	font-family: 'Ubuntu Mono', monospace;
}

kbd{
	color: red;
	text-decoration: bold;
}

em{
	font-style: normal;
	color: #999999;
}
.bold{
	font-weight: bolder;
}
.content{
	background-color: #1a1a1a;
	/*margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 5%;*/
	margin: 3% 10% 5% 10%;
	padding: 3%;
	text-align: justify;
	text-justify: inter-word;
	height: 100%;
}

.inner_content{
	border: 1px solid #808080;
	background: #0d0d0d;
	margin-top: 1%;
}

div.picture{
	text-align: center;
}

img.profile{
	border-radius: 100%;
	width: 50%;
	max-width: 300px;
	min-width: 100px;
}

/* END GENERAL */

/*BEGIN LOADING SPINNER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading-spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../media/loading_spinner.gif") center no-repeat #1a1a1a;
}
/* END LOADING SPINNER */

/* BEGIN HEADER */
header{
	top: 0;
	left: 0;
	width: 100%;
	background-color: #111111;
	position: sticky;
	position: -webkit-sticky;
	display: block;
	max-height: 90px;
	z-index: 9998;
}

.header_img img{
	width: 100%;
	height: auto;
}
/* END HEADER */

/* BEGIN NAVBAR */
nav{
	width: 100vw;
	max-height: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: -webkit-sticky;
	position: sticky;
	font-family: 'Ubuntu Mono', monospace;
	text-align: center;
	color: #ff751a;
}

.navbar ul{
	list-style-type: none;
}

.navbar li{
	text-decoration: none;
	padding-left: 2%;
	padding-right: 2%;
	display: inline-block;
	text-align: center;
}
/*
.navbar a{

}*/

.navbar a:hover{
	color: #ff9933;
}

.navbar a.active{
	color: #ff9933;
}

.active{
	color: #ff9933;
}

.nav_img{
	height: 0px;
}
/* END NAVBAR */

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome, Edge, Opera and Firefox */
}

/* BEGIN HAMBURGER */
#hamburger{
	display: none;
}

.curtain-menu{
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
}

.curtain-menu-content{
	position: relative;
	width: 100%;
	text-align: center;
	top: 5%;
}

.curtain-menu a{
	padding: 3%;
	text-decoration: none;
	font-size: 3em;
	display: block;
}
/*
.curtain-menu .close-button{
	top: 5%;
	right: 5%;
	font-size: 60px;
}*/
/* END HAMBURGER */

/* BEGIN FOOTER */
.footer{
	width: 100%;
	background-color: #111111;
	color: white;
	bottom: 0;
	text-align: center;
	z-index: 9998;
	position: absolute;
	min-height: 90px;
}

.footer p{
	margin: 0%;
	padding: 0%;
}
/*
.social_logos{
}
*/
.social_logos ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.social_logos ul li{
	display: inline-block;
	width: 25px;
	margin: 1%;
}

.social_logos img{
	opacity: 0.4;
	width: 25px;
	transition: all 0.3s ease-in-out;
}

.social_icon img:hover{
	opacity: 1;

}

strong>a{
	text-decoration: none;
	color: #ff751a;
}

strong>a:hover{
	color: #ff9933;
	transition: 0.2s ease;
}
/* END FOOTER */

/* BEGIN WINBOX STYLE */
.winbox-content{
	height: 100%;
	width: 100%;
}

.wb-body{
	background: #090909;
}

.wb-title{
	font-family: 'Ubuntu Mono', monospace;
	color: #ff751a;
	font-size: 1em;
}

.wb-icon * {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

.wb-icon *:hover {
	opacity: 1;
}

.wb-close{
	color: #ff751a;
}

.wb-full{
	display: none;
}

.wb-body::-webkit-scrollbar {
	width: 12px;
}
.wb-body::-webkit-scrollbar-track {
	background: transparent;
}
.wb-body::-webkit-scrollbar-thumb {
	background: #1a1a1a;
}
.wb-body::-webkit-scrollbar-thumb:window-inactive {
	background: #1a1a1a;
}
.wb-body::-webkit-scrollbar-corner {
	background: transparent;
}
/* END WINBOX STYLE */



/*******************/
/* SMARTPHONE VIEW */
/*******************/


/* BEGIN SMARTPHONE VIEW */
@media screen and (max-height: 450px) {
	.curtain-menu a {
		font-size: 20px
	}
	.curtain-menu .close-button {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
	h1{
		font-size: 50px;
		text-align: center;
	}

	h2{
		font-size: 30px; 
	}

	h3{
		font-size: 25px;
	}
}

@media only screen and (max-width: 700px){
	h1{
		font-size: 50px;
		text-align: center;
	}

	h2{
		font-size: 30px; 
	}

	h3{
		font-size: 25px;
	}

	nav{
		height: 45px;
		max-height: 50px;
	}
	.navbar li{
		padding-left: 0.5%;
		padding-right: 0.5%;
	}

	.social_logos img{
		opacity: 1;
		width: 20px;
	}
}
/*SMARTPHONE VIEW*/
@media only screen and (max-width: 500px){
	html{
		/*I don't know why, but for some reason the next line
		stops the webpage from sliding to the left... LOL*/
		overflow-x: hidden;
	}

	#hamburger{
		display: block;
		font-size: 2em;
		margin-left: 2%;
	}

	nav{
		height: 45px;
		max-height: 50px;
	}

	#nav-list{
		display: none;
	}

	h1{
		font-size: 50px;
		text-align: center;
	}

	h2{
		font-size: 30px; 
	}

	h3{
		font-size: 25px;
	}

	/*
	nav{
		padding-top: 3px;
		padding-bottom: 3px;
		position: -webkit-sticky;
		position: sticky;
		font-family: 'Ubuntu Mono', monospace;
		text-align: center;
		color: #ff751a;
		bottom: 0;
	}

	.menu{
		display: none;
	}
	.mobile_menu{
		display: block;
	}

	.nav_img{
		height: 25px;
		text-align: center;
		padding: 1px;
	}

	li>a{
    		text-decoration: none;
	}

	header{
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		text-align: center;
	}
	nav{
		padding-top: 1px;
		padding-bottom: 1px;
		position: -webkit-sticky;
		position: sticky;
		font-family: 'Ubuntu Mono', monospace;
		text-align: center;
		color: #ff751a;
	}
	.navbar a.active{
		fill: #ff9933;
	}

	.footer{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1%;
		background-color: #111111;
		color: white;
		bottom: 0;
		left: 0;
		text-align: center;
		padding-bottom: 500px;
	}
	*/
}
/* END SMARTPHONE VIEW */
