@charset "utf-8";
/* CSS Document */

body {
	top:0;
	background-image:url("../_images/Pandora_background.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;

	text-align:center;
	font-family:'EB Garamond';
	color:white;
	font-size:clamp(1rem, 4vw, 1.5rem);
}

	
img{
	max-width:100%;
	max-height:100%;
	padding-top:2.5%;
	padding-bottom:2.5%;
}

a{
	color:white;
}

h1{

}

h3{
	background:black;
	padding-top:2.5%;
	padding-bottom:2.5%
}

p{
	padding-left:5%;
	padding-right:5%;

}



.box{
	background:rgba(0, 0, 0, 0.80);
	overflow:hidden;
	max-width: 1200px;
	width:85vw;
	margin-left:auto;
    margin-right:auto;
	min-height:95vh;
}

.header{
	background:black;
}

.images{
	display:block;
	padding-left:5%;
	padding-right:5%;

}

.header{
	background:black;
	padding-top:2.5%;
	padding-bottom:2.5%;
}

.footer{
	background:black;
	padding-top:2.5%;
	padding-bottom:2.5%;
}


