
@media (max-width: 991px){
	html{
		font-size: 20pt;
	}
	
	.pic_left{
		vertical-align:middle;
		min-height: calc(15vh - 120px);
		min-width:calc(35vw);
		width: 40%;
		background-color: white;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		float:left;
		border-radius: 25px 0px 0px 25px;
		
	}

	.pic_right{
		vertical-align:middle;
		min-height: calc(15vh - 120px);
		min-width:calc(35vw);
		width: 40%;
		background-color: white;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		float:left;
		border-radius: 0px 25px 25px 0px;
	}
}

@media (min-width: 991px) {
	html{
		font-size: 14pt;
	}
	
	.pic_left{
		vertical-align:middle;
		min-height: calc(55vh - 120px);
		width: 40%;
		background-color: white;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		float:left;
		border-radius: 25px 0px 0px 25px;
	}

	.pic_right{
		vertical-align:middle;
		min-height: calc(55vh - 120px);
		width: 40%;
		background-color: white;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		float:left;
		border-radius: 0px 25px 25px 0px;
	}
}

@media (max-height: 500px) {
	.pic_search{
		display: none;
	}
	.nav{
		font-size: 12pt;
		height:21px;
	}
}

body{
	height: calc(110vh);
	overflow: scroll;
}


.nav{
	color: black;
	position: fixed;
	width:100%;
	height: 81px;
	top: 0px;
	padding-top: 10px;
	z-index:10;
	background:white;
}

.header{
	width:100%;
	text-align: center;
	font-family: "Lucida Handwriting", "Comic Sans MS";
	font-size: 25pt;
	position: fixed;
	top: 80px;
	z-index:9;
	height: 120px;
	background-image: linear-gradient(to top, white 10%, #EAEAEA 35%, white 65%);
}


.lnk_left{
	font-family: "Arial";
	color: black;
	float: left;
	text-decoration: none;
	border-bottom: 3px solid black;
	padding-bottom: 5px;
}

.lnk_right{
	font-family: "Arial";
	color: black;
	float: right;
	text-decoration: none;
	margin-right: 20px;
	border-bottom: 3px solid black;
	padding-bottom: 5px;
}

a:hover{
	border-bottom: 5px solid blue;
}

.icon{
	height: 25px;
	vertical-align: middle;
}


.overlayhead{
	background-image: linear-gradient(to bottom, rgba(255,255,255,255) 0%, rgba(255,255,255,0) 50%);
	width: 100%;
	float:top;
	position: fixed;
	top: 200px;
	z-index:9;
}



.letter{
	vertical-align:middle;
	max-height: calc(200vh - 120px);
	min-height: calc(10vh - 120px);
	width: 50%;
	border: 1px solid #EAEAEA;
	border-radius: 25px 25px 25px 25px;
	float:left;
	display: flex;
	font-family: "Lucida Handwriting", "Comic Sans MS";
	line-height: 2.5;
	justify-content: center;
	align-items: center;
	padding-left:10px;
	padding-right:10px;
}



.overlay1{
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 55%);
	width: 35%;
	float:right;
}

.overlay2{
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 65%);
	width: calc(68vw);
	vertical-align:middle;
	max-height: calc(65vh - 120px);
	min-height: calc(25vh - 120px);
}

.overlay3{
	background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 55%);
	width: 35%;
	float:left;
}


.wrapper{
	display:flex;
	padding-bottom: 150px;
	vertical-align:middle;	
}

.content{
	padding-top: 250px;
	overflow: hidden;
	
}

.scrollbar{
	position: fixed;
	right:25px;
	top: 40%;
	height: 150px;
	width: 32px;
}

.arrow_up{
	font-size:26pt;
	cursor: pointer;
	top:0
}

.arrow_down{
	font-size:26pt;
	cursor: pointer;
	bottom:0
}

tr{
	text-align: center;
	height: 70px;
}

.arrow_up:hover{
	font-size:32pt;
	color: blue;
}

.arrow_down:hover{
	font-size:32pt;
	color: blue;
}

.pic_search{
	text-align: center;
	font-family: "Arial";
	position: fixed;
	bottom: 0px;	
	z-index:10;
	width: 100%;
	background-color: white;
	padding-bottom: 10px;
	padding-top: 5px;
}

.tags_inline{
	margin: auto;
	float: inherit;
}

.tags_message{
	margin: auto;
	font-size: 14pt;
}

.tag{
	font-size: 24pt;
	margin-right: 30px;
	cursor: pointer;
}

.tag:hover{	
	font-size: 24pt;
	border-bottom: 5px solid blue;
}

.symbol_right{
	position: fixed;
	top: 70px;
	right: 33%;
	background-image: url("img/ahorn.png");
	z-index: 12;
	height: 130px;
	width: 130px;
	background-size: contain;
}

.symbol_left{
	position: fixed;
	top: 70px;
	left: 35%;
	background-image: url("img/ahorn_left.png");
	z-index: 12;
	height: 130px;
	width: 130px;
	background-size: contain;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid blue; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
