@charset "utf-8";
/* CSS Document */
html,body{
padding:inherit;
display: block;
margin:auto;
width: auto;
overflow-x: hidden;
font-family: 'Permanent Marker', cursive;

}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
body
{
	text-align: center;
	background: black;   
}
h1 {
	margin:25px; 
	text-align: center;
	color:deepskyblue;
	font-size: 70px;
	text-shadow: 2px 2px 2px red;
	font-style: italic;
}
h2 {
	margin:25px; 
	text-align: center;
	color:deepskyblue;
	font-size: 20px;
	text-shadow: 2px 2px 2px red;
	font-style: italic;
}
h3 {
	margin:25px; 
	text-align: center;
	color:deepskyblue;
	font-size: 18px;
	text-shadow: 2px 2px 2px red;
	font-style: italic;
}
p {
	font-size: 20px;
	color: deepskyblue;
	text-shadow: 2px 2px 2px red;
	text-align: left;
	margin: 25px;
	padding: 20px;
}
footer
{
	text-align: center;
	padding: inherit;
	font: italic;
	font-size: 3vh;	
}
div{
	align-content:center;
	text-align: center;
	
}
h3 {
	font-size: 13px;
	color: skyblue;
	text-shadow: 2px 2px 2px red;
}
div1
{
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 33.33%;
	
}
div2
{
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 33.33%;
	
}
div3
{
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 33.33%;
	
}
a{
	text-decoration: none;
}

.imgshad{
	filter: drop-shadow(2px 2px 2px red);
	display: none;
}
.imgshad2{
	filter: drop-shadow(3px 3px 3px red);
	align-content: center;
	align-items: center;
	
	
}
video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	filter: blur(-5px);
	filter: grayscale(60%);
}
.columns{
	
	column-width: 33.33%;
	display: flex;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px;
	padding: 5px;
	align-items: center;
	
}
.fireNote{
	display: block;
	background-image: url("FireNote.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.imgcir{
	filter: drop-shadow(2px 2px 2px black);
	display: none;
	border-radius: 50%;
	alignment-baseline: baseline; 
}
		