.newFooter 			{background:#c00; color:#fff; padding:60px 0;}
.newFooter a 		{color:#fff; text-decoration:underline;}
.newFooter h2 		{text-transform:uppercase;}

#whereNext h2, #whereNext h3, #whereNext li        { font-family:'UniversCondensed'; }
#whereNext ul 		{display:flex; list-style-type:none; flex-flow:row wrap; justify-content:space-between; margin:30px 0; padding:0;}
 		{text-transform:uppercase;  font-size:15px; }
#whereNext a		{ text-decoration: none; padding:6px 10px; border:1px solid #c00; }
#whereNext a:hover 	{ border:1px solid rgba(255,255,255,0.5); }
#whereNext li a 		{ font-size: 15px; text-transform: uppercase; text-decoration:none; border:1px solid rgba(255,255,255,0.5); padding:6px 10px; display:block; transition: all 0.4s ease; }
#whereNext li a:hover 	{background:#fdd726; color:#000; transform:scale(1.08);}

#footer p 		{font-family:'UniversLight'}
#footer p > a 		{text-decoration:underline;}

@media (max-width:568px){
    #footerLogo {padding:8px; width:100%}
}
