.main-agegate {
	background-image: url('../img/agegate/bg-agegate.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #292e37; 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 99;
    text-align: center;
    min-height: 600px;
}

.main-agegate .logo {
    margin-top: 50px;
}

.main-agegate p {
    max-width: 600px;
    color: #fff;
}

@media (min-width: 768px) {
	.main-agegate p {
		margin: 90px auto 0;
	}

}
@media (max-width: 600px) {
    .main-agegate .logo img {
        margin-top: 0px;
        width: 200px
    }
    .main-agegate p {
        margin: 0px
    }
}

.main-agegate .btn {
    margin-top: 30px;
    margin-bottom: 60px;
    background-color: #686e6a;
    border: none;
    font-size: 18px;
    padding: 8px 45px;
}
.main-agegate .btn:hover, .main-agegate .btn:focus {
    color: #fff;
}

.main-agegate .agegate-footer {
	text-align: center;
	background-color: #363a43;
	color: #575d6b;
	padding: 25px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

body.node-age-gate header,
body.node-age-gate footer {
	display: none;
}