body{
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 14px;
	margin: 0;
	padding:0;
	background-color: #688fc1;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; 
}

/*DESKTOP STUFF*/

.title{
	position: fixed;
	z-index: 2;
    margin: 5px;
	padding-left: 10px;
	right: 10px;
}

.date{
	position: fixed;
	z-index: 2;
    margin: 4px;
    left: 10px;
    padding-right: 10px;
}

.header_background{
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: white;
	opacity: 0.5;
	filter: drop-shadow(0 0 0.1rem black);
}

.background img{
	position: fixed;
	width: 55%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

#languages{
	position: fixed;
	z-index: 2;
	left: 115px;
    top: 3px;
}
#languages img{height: 20px;}
.active {pointer-events: none;}


hr{
	opacity: 0.3;
}

.close:hover, .close_img:hover, li span:hover, .languages:hover {cursor: pointer;}
li span:hover{color: blue; text-decoration: underline;}

.images{
	position: fixed;
	width: 450px;
	filter: drop-shadow(0 0 0.8rem black);
	z-index: 2;
	display: none;
}
.img{
	width: 100%;
	background-color: white;
}

.img_frame{
	position: relative;
	/* width: 100%; */
	height: 17px;
	background-color: #dedbde;
	margin-bottom: -17px;
	border-radius: 4px 4px 0 0;
	box-shadow: inset 0 3px 10px #f5f5f5;
}

.close_img{
	width: 10px;
    position: relative;
	z-index: 2;
    top: 4px;
    float: right;
    right: 5px;
}

/*ICONS STUFF*/
.left-icons{
	position: fixed;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1rem;
	top: 50px;
	left: 20px;
	row-gap: 0.3rem;
}
.icon{
	color: white;
	text-align: center;
    font-size: 0.85em;
}
.icon p{
	filter: drop-shadow(0 0 0.1rem black);
	margin-top: 0;
	border-radius: 8%;
}
.icon img{width: 65px;}
.icon:hover, #there:hover, #geneve:hover{
	cursor: pointer;
}
.selected p{
	background-color: #1260c6;
	filter: none;
}
.selected img{
	background-color: rgba(18, 96, 198,0.1);
	border-radius: 8%;
	border-width: 2px;
	border-color: #1260c6;
	border-style: solid;
}
#there{
	position: fixed;
	right: 20px;
	bottom: 10px;
    height: 500px;
}
#cv{ position: fixed; top:50px; right: 20px;}
#cv a{text-decoration: none; color: white;}

/*WINDOWS STUFF*/
.window{
	width: 406px;
	height: 285px;
	position: fixed;
	display: none;
	z-index: 3;
	background-color: white;
	border-radius: 4px;
	filter: drop-shadow(0 0 0.8rem black);
}
.post{
	opacity: 0.7;
	width: 400px;
	position: fixed;
	z-index: 1;
}


.frame{width: 100%;}
.close{
	width: 2.5%;
    position: relative;
    top: 3px;
    float: right;
	right: 2%;
	z-index: 4;
}

.top{
	position: relative;
    width: 100%;
    text-align: center;
    pointer-events: none;
    margin: 0;
}

.content{
	list-style-type: none;
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 370px;
    height: 268px;
    overflow-y: scroll;
	padding-left: 20px;
	line-height: 1.5;
}

.about_content{
	top: -240px;
	width: 320px;
	height: 209px;
	padding-left: 40px;
}

.content::-webkit-scrollbar {
    width: 0px;
    background: transparent;}


