/*
Theme Name: Jujus Bar & Stage
Theme URI: http://www.jujusbarandstage.com
Author: digital@trumanbrewery.com
Author URI: https://www.trumanbrewery.com
Description: Closing theme for Juju's Bar & Stage
Version: 2.0
Text Domain: jujusbarandstage
*/

@font-face {
font-family: "Monoxil";
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.otf') format('opentype');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.eot');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.eot#iefix') format('embedded-opentype'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.woff') format('woff'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.ttf')  format('truetype')
}

@font-face {
font-family: "HankenGrotesk-Regular";
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.otf') format('opentype');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.eot');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.eot#iefix') format('embedded-opentype'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.woff') format('woff'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.ttf')  format('truetype')
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #FFF;
	text-decoration:  none;
	font-weight: 600;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(img/bg.jpg);
	background-size: cover;
	background-position: center;
}

#bg-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(156deg, rgba(249,150,186,0.6) 0%, rgba(245,71,76,0.6) 85%, rgba(252,154,110,0.6) 100%);
}

#closure {
	position: absolute;
	z-index: 3;
	margin-top: 60px;
	margin-bottom: 60px;
	top: calc(50% - 60px);
	left: 50%;
	transform: translate(-50%, -50%);
}

#closure-text {
	font-family: "Monoxil";
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #FFF;
	text-align: center;
}

#closure-logo {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

#closure-logo img {
	width: 100%;
	max-width: 300px;
}

@media (max-width: 992px) {
	#closure {
		position: relative;
		z-index: 3;
		margin-top: 90px;
		margin-bottom: 90px;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
}

@media (max-width: 767px) {
	#closure {
		margin-top: 90px;
		margin-bottom: 90px;
		margin-left: 15px;
		margin-right: 15px;
	}

	#closure-text {
		font-size: 16px;
		line-height: 24px;
	}

	#closure-logo {
		margin-top: 40px;
	}

	#closure-logo img {
		max-width: 250px;
	}
}