/* Macro arrangement of a web page, including any grid systems. */


.region-precontent{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}

.sg-pagebottom{
	background-image: url("../images/footer.jpg");
	height: 350px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	display: flex;
    justify-content: flex-end;
}
.sg-front{
	background-color:#f0f2f3;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top: 60px;
	padding-bottom: 30px;
	display: flex;
}

@media (min-width:640px) {
	.sg-pagebottom,
	.sg-front	{
		padding-left:30px;
		padding-right:30px;
	}
}
@media (min-width:960px) {
	.sg-pagebottom,
	.sg-front{
		padding-left:40px;
		padding-right:40px;
	}
}

.region-footer{
	padding: 20px 0;
	color: #6d7277;
	text-align: right;
}
.region-footer a{
	color: #6d7277;
}
.region-footer a:hover{
	color: #464c52;
	text-decoration:none;
}

#sorry-uikit-branding span, #sitebranding span{
	display: block; 
}

.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first{
flex: 0 1 40%;
}
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second{
flex: 0 1 60%;
}
.layout__region--first .field--name-field-game-spheres{
border: none;	
}

/*
 * Provides the layout styles for three-column layout section on the front page.
 */
.layout-content {
  display: flex;
  margin-bottom: 90px;
}
.layout-content .region div[class*='block']{
  padding-left: 40px;
  padding-right: 40px;
}
.layout-content .region-front-one div[class*='block'],
.layout-content .region-front-three div[class*='block']{
  padding-left: 0;
}
.layout-content .region-front-two div[class*='block'],
.layout-content .region-front-four div[class*='block']{
  padding-right: 0;
}
.region-front-two,
.region-front-three{
	flex: 1 0 0;
  }
.region-front-one,
.region-front-four{
	flex: 2 0 0;
  }

.region-front-one .uk-margin,
.region-front-four .uk-margin,
.region-front-two .uk-margin,
.region-front-three .uk-margin{
	margin: 0!important;
  }