@charset "UTF-8";
.banner
{
 padding-left:2.5em;
padding-bottom:1em;
 list-style-type:none;
 }


.screen
{
display: -webkit-box;
display: -webkit-flex;
display:flex;
width: 436px;
  height: 320px;
 
margin-left: 25%;
margin-top: auto;
  
 

}


.ajustedscreen{
	display: -webkit-box;
display: -webkit-flex;
display:flex;
width: 640px;
  height: 360px;
 
margin-left: 20%;
margin-top: 3em;
	margin-bottom: 3em;
}
.bigscreen
{
display: -webkit-box;
display: -webkit-flex;
display:flex;
width: 480px;
  height: 270px;
 
margin-left: 20%;
margin-top: 3em;
	margin-bottom: 3em;
}
.regular
{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
}
.centerimpact{
	text-align:center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	
}
.regulartitle
{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
}
.regulartitle a {
	text-decoration: none;
	color:black;
}