/* The Green Room Lounge Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* Color Values

Black: #000 (0, 0, 0)
Gold: #b99f1d (185, 159, 29)
Gold (@35%): #b99f1d (185, 159, 29, .35)
Green: #017223 (1, 114, 35)
White: #fff (255, 255, 255)

*/

/* Fonts */

@font-face {
	font-family: "Amsterdam One";
	src: url('fonts/amsterdam_one.otf') format('opentype');
}

@font-face {
	font-family: "Amsterdam One Slant";
	src: url('fonts/amsterdam_one_slant.otf') format('opentype');
}

@font-face {
	font-family: "Source Sans 3 Bold";
	src: url('fonts/source_sans_3_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Bold Italic";
	src: url('fonts/source_sans_3_bold_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Italic";
	src: url('fonts/source_sans_3_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Medium";
	src: url('fonts/source_sans_3_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Medium Italic";
	src: url('fonts/source_sans_3_medium_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Regular";
	src: url('fonts/source_sans_3_regular.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Source Sans 3 Regular", arial, sans-serif;
	text-decoration: none;
	color: #000;
}

a, a:active, a:focus, a:link, a:visited, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 18px "Source Sans 3 Regular", arial, sans-serif;
	line-height: 1.75em;
	color: #000;
	margin: 0 auto;
	padding: 0;
	background-color: #b99f1d;
}

br {
	margin: 0;
	padding: 0;
}

em {
    font: normal 1em "Source Sans 3 Italic", arial, sans-serif;
}

h1 {
	font: normal 1.75em "Amsterdam One", arial, sans-serif;
    line-height: 2em;
    color: #000;
	margin: 0 0 5% 0;
	padding: 0;
}

h2 {
	font: normal 1.25em "Source Sans 3 Bold", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #000;
	margin: 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	margin: 10% 0;
	padding: 0;
}

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #000;
	height: 1px;
	margin: 10% 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0 0 5% 5%;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

p {
	margin: 0 0 5% 0;
	padding: 0;
}

p:last-child {
    margin: 0;
    padding: 0;
}

strong {
    font: normal 1em "Source Sans 3 Bold", arial, sans-serif;
	color: #7575cb;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 0;
}

#f_center {
    margin: 0 0 7.5% 0;
    padding: 0;
	text-align: center;
}

#f_left {
	font: normal .75em "Source Sans 3 Medium", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 7.5% 0;
	padding: 0;
	text-align: center;
}

#f_left a:link, #f_left a:visited {
	font: normal 1em "Source Sans 3 Medium", arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

#f_logo {
    height: 60px;
    margin: 0 auto;
    padding: 0;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 60px;
    margin: 0 auto;
    padding: 0;
}

#f_right {
	font: normal .75em "Source Sans 3 Medium", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#f_right a:link, #f_right a:visited {
	font: normal 1em "Source Sans 3 Medium", arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

#f_social {
	height: 18px;
	margin: 0 0 5% 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 10px;
	position: relative;
}

#f_social a:link, #f_social a:visited {
	text-decoration: none;
	color: #fff;
}

#footer {
	width: 90%;
	margin: 0 0 7.5% 0;
	padding: 10% 5%;
	background-color: #017223;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
    position: relative;
}

#footer_inner {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_logo {
    width: 100%;
	max-width: 400px;
	margin: 0 auto 10% auto;
    padding: 0;
	position: relative;
	z-index: 1;
}

#h_logo::before {
	content: "";
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 43px;
	left: 65px;
	z-index: -1;
}

#h_logo img {
    width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
    padding: 0;
}

#home_intro {
	width: 90%;
	margin: 0;
	padding: 15% 5%;
	position: relative;
	background: #b99f1d repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	display: block;
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu_container {
	display: none;
}

#mobile_menu_container {
	display: none;
}

/* Classes */

.fab, .fas {
	font-size: 18px;
	margin: 0 0 7.5% 0;
	padding: 0;
	position: relative;
}

.ghost_black {
	font: normal .75em "Source Sans 3 Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
	position: absolute;
	white-space: nowrap;
	z-index: 1;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */