.home.page .site-content .entry-content, .home.page .site-content .entry-summary {
	color: #fff;
}

a {
	color: #d61d4e;
	transition: all 0.5s ease;
	text-decoration: none;
}

.fluid-layout #header-content, .boxed-layout #header-content .wrapper, .site-primary-menu.toggled-on, #tertiary, #footer-menu-wrapper, .site-footer {
background-color: transparent;
background-image: linear-gradient(rgba(34,83,137,1), rgba(34,83,137,0.5));	
}

.custom-logo {
	max-height: 100px;
	max-width: 140px;
}

.site-navigation a {
	font-size: 1em;
	padding-left: 0px;
	padding-right: 0px;
}
	

#footer-left-content > a.customize-unpreviewable {
	display: none;
}

#footer-left-content {
	font-size: 15px;
	width: 610px;
  height: 38px;
  overflow: hidden;
	margin: auto;
	margin-top: -10px;
}

#site-generator {
	height: 100px;
}

#content {
	background: url(https://banquetgames.net/wp-content/uploads/2018/10/wall.png) top center no-repeat;
}

#post-2 > header > h1 {
	color: #fff;
}

#video {
	position: relative;
	border: 20px solid #000;
	width: 561px;
	left: 22%;
	border-radius: 10px;
}

#terra-sub {
	background: rgba(0,0,0,0.75);
	padding: 20px;
	border-radius: 20px;
	
}

@media screen and (min-width: 64em) {

	#gallery-3 {
		background: rgba(0,0,0,0.9);
		border-radius: 10px;
		padding: 25px;
	}
	
	#gallery-3 > figure {
		transition: all 0.5s ease;
	}
	
.content-area {
	position: relative;
	float: none;
	margin-right: 0;
	width: 100% !important;
	left: 15%;
}
	
.search-social-container, .site-navigation ul ul {
    background-color: rgba(0,0,0,0.75);
    border-radius: 10px;
    width: 275px;
    margin-bottom: -20px !important;
    margin-top: -20px !important;
}
	
	.site-navigation ul ul li {
		background: none;
	}
	
.home .custom-header .entry-title {
	height: 100px;
	width: 900px;
	font-size: 90px;
	margin: auto;
	margin-left: -40%;
	transition:all 0.3s ease;
}
	
.home .custom-header .entry-title:hover, #gallery-3 > figure:hover {
	
	 -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
	}
}