/*Background Image: https://hekate2.github.io/website-tools/archive/backgrounds.html */
/*  */
body{
	background-image: url("../assets/main/ss022.jpg");
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
	font-family: monospace, serif, sans-serif;
}

header{
	width: 50%;
	margin: auto;
	margin-top: 5rem;
}

a{
	font-weight: 600;
	color: #440022;
}

.flag{
	margin-bottom: 5px;
}
.flag h1{
	background-image: url("../assets/main/testBack.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 20px;
	color: #000000;
	display: inline;
	vertical-align: middle;
}
.flag img{
	width: 30px;
	height: 30px;
	display: inline;
	vertical-align: middle;
}

.nav{
	margin: auto;
	width: 50%;
	display: flex;
}

.nav a{
	background-image: url("../assets/main/testBack.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 10px 25px;
	flex: 1;
	width: 70px;
	text-align: center;
	padding: 5px;
}

h2{
	display: inline-block;
	background-image: url("../assets/main/testBack.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 20px;
	color: #000000;
}


.rotor{
	display: flex;
	width: 80%;
	margin: auto;
}

.spun{
	margin: 5px;
	flex: 2;
	border: 3px solid white;
	background-color: #DDDDDD;

}
.spun:hover{
	border: 3px solid #00FFFF;
}

.spun img{
	height: 200px;
	width: 200px;
}

.rotor .arrow{
	flex: 1;
	line-height: 255px;
	width: 75px;
}

.rotor .arrow img{
	margin: 0px auto;
	padding: 10px;
	width: 75px;
	height: 75px;
	vertical-align: middle;
}
.rotor .arrow img:hover{
	cursor: pointer;
	animation: 2s pulse infinite;
}

@keyframes pulse{
	0%{
		width: 75px;
		height: 75px;
	}
	50%{
		width:85px;
		height: 85px;
	}
	100%{
		width: 75px;
		height: 75px;
	}
}

.hide{
	display: none;
}




.columns{
	margin:auto;
	width: 80%;
	display: flex;
}

.columns .col{
	margin: 15px;
	flex: 1;
}

.backed{
	background-color: #DDDDDD;
	padding: 10px 10px;
	border: 3px solid white;
}
.backed:hover{
	border: 3px solid #00FFFF;
}

.wide{
	box-sizing: border-box;
	width:80%;
	margin: auto;
}
.mid{
	box-sizing: border-box;
	width: 60%;
	margin: auto;
}
.thin{
	box-sizing: border-box;
	width: 40%;
	margin: auto;
}

.columns .col div:hover{
	border: 3px solid #00FFFF;
}

.columns .col p{
	/* text-align: left; */
	margin: 10px 5px;
}

.leftAlign{
	text-align: left;
}

.slideshow{
	width: 606px;
	height: 456px;
	margin: auto;
}

.slideshow img{
	border: 3px solid white;
	height: 450px;
	width: 600px;
}

.slideshow img:hover{
	border: 3px solid #00FFFF;
}

.articleImg{
	max-height: 400px;
	max-width: 400px;
	border: 3px solid white;
}

.articleImg:hover{
	border: 3px solid #00FFFF;
}

.strike{
	text-decoration: line-through;
}

/* https://www.w3schools.com/css/css_rwd_mediaqueries.asp */

@media (max-width: 1200px){
	header{
		width: 100%;
	}
	.rotor{
		width: 100%;
	}
	.spun img{
		width: 150px;
		height: 150px;
	}
	.overflow1{
		display: none;
	}
	.rotor .arrow{
		width: 60px;
		line-height: 150px;
		margin: 0px;
	}
	.rotor .arrow img{
		width: 60px;
	}
	.rotor .arrow img:hover{
		animation: none;
	}
	.wide{
		box-sizing: border-box;
		width:90%;
		margin: auto;
	}
	.mid{
		width: 75%;
		margin: auto;
	}
	.thin{
		width: 60%;
		margin: auto;
	}
}

@media (max-width: 700px){
	.spun img{
		width: 100px;
		height: 100px;
	}
	.overflow2{
		display: none;
	}
	.rotor .arrow{
		width: 50px;
		line-height: 100px;
	}
	.rotor .arrow img{
		width: 40px;
		animation: none;
	}
	.rotor .arrow img:hover{
		animation: none;
	}
}

.homebutton {
	left: 5px; 
	bottom: 5px; 
	position: fixed;
}

.homebutton img{
	border-radius: 5px;
	transition: .1s;
	image-rendering: pixelated;
}

.homebutton img:hover {
	z-index: 1;
	transform: scale(2);
	background-color: transparent;
	filter: drop-shadow(6px 6px 0px #00000033);
	transition: .1s;
	margin-bottom: 45px;
	margin-left: 40px;
}