@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap" rel="stylesheet');


#heroImage {
	background-position: center;
	background-size: cover;
}

#heroImage.the-lives-of-others {
 	background-image: url(../games/the-lives-of-others/i/heroBackground-page.gif);
}

#heroImage.li-lo {
 	background-image: url(../games/li-lo/i/heroBackground-page.jpg);
}

#heroImage.hedgepop{
 	background-image: url(../games/hedgepop/i/heroBackground-page.jpg);
}

#heroImage.drive{
 	background-image: url(../games/drive/i/heroBackground-page.jpg);
}

#heroImage.diggy-friends{
 	background-image: url(../games/diggy-friends/i/heroBackground-page.png);
}

#heroImage.street-photography{
 	background-image: url(../games/street-photography/i/heroBackground-page.png);
}

#heroCenter {
  float: left;
  width: 60%;
  padding: 0 0 0 10%;
}

#heroTitle {
 font-size: 4.2em;
	line-height: 1em;
	text-transform: uppercase;
  font-family: 'Rubik', arial, sans-serif; 
  font-weight: 700;
	color: #fff;
	margin: 1em 0 0 0;
	max-width: 50%;
}

#heroTitle.large {
 font-size: 6em;
}

#heroTitle.black {
	color: #000;
}


#heroSubtitle {
 font-family:'Rubik', serif; 
	color: #fff;
	font-size: 2em; 
	line-height: 1.2em;
  margin: 0 0 20px 0; 
  max-width: 700px;
  font-weight: 400;
  margin: 0;
}

#heroSubtitle.black {
	color: #000;
}

#main-content {
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;

}

#aside {
	float: left;
	width: 20%;
	margin: .3em 0 0 0;
	padding: 0;
}

#aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#aside ul li {
	line-height: 1.2em;
	border-top: 1px solid #666;
	padding: .5em 0;
	color: #ccc;
	font-weight: 600;
}

#aside ul li:last-child  {
	border-bottom: 1px solid #666;
}

#aside ul li a {
	text-decoration: none;
}

#aside ul li a:hover {
	text-decoration: underline;
}

.tab { 
	float: right;
	color: #fff;
}


/* https://blog.logrocket.com/css-breakpoints-responsive-design/ */
@media only screen and (max-width: 640px) {

#heroCenter {
  float: left;
  width: 80%;
  padding: 0 0 0 5%;
}


#heroTitle  {
 	font-size: 2.5em;
	line-height: 1em;
	margin: .6em 0 0 0;
	max-width: 100%;
}

#heroTitle.large  {
 	font-size: 4em;
	line-height: 1em;
	margin: .5em 0 0 0;
	max-width: 100%;
}

#heroSubtitle {
	font-size: 1.3em; 
	line-height: 1.4em;
  margin: 0 0 20px 0; 
  max-width: 700px;
  font-weight: 400;
}

#heroImage {
	background-position: right;
	background-size: cover;
}

#main-content, #aside {
		width: 100%;
		margin: 0;
	}

#aside {
		margin-bottom: 2em;
	}	

iframe {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {

#heroCenter {
  float: left;
  width: 80%;
  padding: 0 0 0 10%;
}


#heroTitle  {
 	font-size: 2.5em;
	line-height: 1em;
	margin: .6em 0 0 0;
	max-width: 100%;
}

#heroTitle.large  {
 	font-size: 3em;
	line-height: 1em;
	margin: 1em 0 0 0;
	max-width: 100%;
}

#heroSubtitle {
	font-size: 1.3em; 
	line-height: 1.4em;
  margin: 0 0 20px 0; 
  max-width: 700px;
  font-weight: 400;
}

#heroImage {
	background-position: right;
	background-size: cover;
}
#main-content, #aside {
		width: 100%;
	}

	#aside {
		margin: 0 0 2em 0;
	}	
	iframe {
	max-width: 100%;
}

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
#main-content  {
		width: 70%;
	}
	#aside {
		width: 27%;
	}
		#aside {
		margin: 0 3% 2em 0;
	}	
}
@media only screen and (min-width: 1280px) {

}
