@charset "utf-8";

body {
    min-height: 100vh;
	padding: 12px;
	max-width: 100%;
	margin: auto;
    background-image: url("../../../images/bgroundpl.png");
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position-x: center;
    background-size: 100%;
    background-color: #1F1F1F;
}


nav {
	background-color: rgba(5,2,5,0.50);
	max-width: 100%;
	margin-top: 2px;
	text-align: center;
    }

nav img {
    height: auto;
    max-width: 12%;
}

main {
	margin: 6px;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	flex-direction: row;
}

div {
	width: 100%;
	margin: auto;
}

footer {
	max-width: 100%;
	height: 32px;
	margin-top: auto;
	margin-bottom: 2px;
    background-color: rgba(5,2,5,0.50);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}


@media (max-width: 1000px) {
	main {
		flex-direction: column;
 	}
	main img {
		width: 75%;
	}
	
	nav {
		flex-direction: row;
	}
	
nav img {
		height: auto;
		max-width: 40%;
	}
	
	footer {
		font-size: 3vw;
	}
}
