/*
Theme Name: Gaming Rekindled
Template: popularfx
Version: 1.2
*/

.site-header{
	max-height:100px;
	display:flex;
	align-items:center;
	border-bottom: 1px solid #6A0000;
	
}
header img{
max-height:80px;
max-width:80px;
}

a:active {
  color: #ff8888; /* Lighter red/pinkish for hover/active */
  text-decoration: underline;
  outline: none;
}

#primary{
	width: 89vw;
	background: #0D0D0D;
}
/* Target primary menu links */
#primary-menu a,
.main-navigation a,
.nav-menu a {
  color: #ff4444 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

#primary-menu a:hover a:active,
#primary-menu a:focus {
  color: #ff8888 !important;
  text-decoration: underline;
  outline: none;
}

.site-branding{
	display:flex;
	align-items:center;
}

#hero{
	width: 100%;
	height: 725px;

	background: #0D0D0D;
}

.hero-image{
 background: url('images/SonyPSfaded.png');
 
   background-size:cover;
	background-repeat:no-repeat;
	background-position:400px;
		
	min-height:100%;
}

.main-heading{
	width:50vw;
	/* From Past to Present: Resurrecting Gaming Legends */
padding-top:10vh;
}

.site-footer{
	border-top: 1px solid #6A0000;
}

