@charset "utf-8";
/* CSS Document */
html,body{
	margin: auto;
	padding: inherit;
    font-family: 'Sansita Swashed', cursive;
	color: lightyellow;
	overflow-x: hidden;
}
video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -3;
	filter: blur(0.5px);
	user-select: none;
}
h1{
	text-align: center;
	font-size: 60px;
	filter: drop-shadow(1px 1px 1px gold);
	padding: 15px;
	font-weight: 800;
}
p{
	filter: drop-shadow(1px 1px 1px gold);
	font-size: 20px;
	text-align: left;
	padding: 15px;
	margin:5px;
	font-style: italic;
}
.StormPic{
    display: block;
	filter: drop-shadow(1px 1px 1px gold);
	margin-left: auto;
    margin-right: auto;
	padding: 15px;
	z-index: -1;
}
.Storms{
    display: none;
	filter: drop-shadow(1px 1px 1px gold);
	padding: 15px;
	z-index: 1;
}
footer{
	text-align: center;
	font-size: 15px;
	padding: 10px;
	bottom: auto;
	filter: drop-shadow(1px 1px 1px red)
}
.lightning{
	z-index: -1;
	display: none;
	opacity: 50%;
	position: absolute;
	height: 10px;
}
div{
	width:100%;
	display: flex;
	justify-content: center;
	height: 500px;
}
#img-overlay{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	
}
a{
	padding: 2%;
}