body {
	padding: 0;
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:#000000;
	text-align: center;
	color:#373737;
	font-weight: 100;
}

html {
	padding:0;
	margin:0 auto;
	width:100%;
	height:100%;
}

/* email form style starts */

#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #fa422a;
    text-align: left;
	background-color:rgba(0, 0, 0, 0.8);
    padding: 30px;
    padding-bottom: 10px;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c52211;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #c52211;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #c52211;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #c52211;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

/* email form style ends */

a {
	color:#ccc;
}

a:hover {
	color:#ccc;
}

a:visited {
	color:#ccc;
}

a:active {
	color:#ccc;
}

.invert {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.background_video {
	position: fixed;
	z-index:0;
	background-size: cover;
	top:0;
	left:0;
	min-width:100%;
	min-height:100%;
	height:auto;
	objet-fit: cover;
}

.background_image {
	position:fixed;
	bottom:0;
	width:10%;
	margin:0 10px 10px 0;
	right:0;
}

hr {
	border: thin solid #999;
	margin:13px 0 0 0;
}

h1, h2, h3, h4 {
	color:#a82719;
}

h1 {
	font-family: arial;
	font-weight: 100;
	letter-spacing:0px;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	text-align: center;
	opacity: 0.5;
	}

h2 {
	padding:0;
	margin:0;
	text-align: center;
}

h3 {
	padding:0 0 0 5px;
	margin:0;
	font-size: 23px;
	color:#000;
}

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	text-align: center;
	objet-fit: cover;
	text-align: center;
}

.title {
	width:100%;
	height:auto;
	position: fixed;
	box-shadow: 0px 0px 50px #000000;
	text-align: center;
  	top: 50%;
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    transform: translateX(-50%);
	background-color:rgba(0, 0, 0, 0.5);
}

.navigation img {
	padding:0 9px 0 9px;
}

#scrolling_title_mobile {
		display:none;
}

.header {
	padding-top:25px;
}

.navigation {
	padding:0 0 25px 0;
}

.scrolling_navigation {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.9);
	padding:15px 8px 8px 8px;
	margin:0;
	z-index: 10;
	box-shadow: 0 0 25px #000;
}

.scrolling_navigation img {
	height:35px;
}

.scrolling_navigation .float_left {
	float:left;
	margin:0 0 0 8px;
}

.scrolling_navigation span {
	float:right;
}

.scrolling_navigation span img {
	padding:0 8px 0 8px;
}

.header_client_list {
	padding:10px 0 0 0;
}

.alpha_nav_wrapper {
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	right:0;
	color:#a82719;
	padding:5px 0 5px 0;
	background-color:rgba(0, 0, 0, 0.9);
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:25px;
}

.alpha_nav {
}

.alpha_nav a {
	color:#a82719;
	text-decoration: none;
	padding:5px;
}

.drawing {
	float:right;
	min-width:40%;
	max-width:50%;
	margin:0 0 3px 25px;
}

#wrapper_client_list {
	position: relative;
	top:175px;
	width:80%;
	background-color:#ccc;
	margin:0 auto;
	color:#000;
	padding:15px 0 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.john {
	float:left;
	margin:0 20px 3px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.content_container {
	position: relative;
	z-index: 3;
	top:100%;
	width:100%;
	text-align: left;
	background-color:rgba(153, 153, 153, 0.75);
	margin:0 auto;
	padding:10px 0 0 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight:500;
	font-size: 18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.content_container a {
	color:#000;
	text-decoration: underline;
	font-weight: bold;
}

.content_container a:hover {
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
}

.client_list {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 300;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 0 20px 0;
	margin:0 auto;
}

.client_list a {
	text-decoration: none;
	color:#000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.client_list a:hover {
	background-color:#d9d9d9;
	padding: 3px 5px 3px 5px;
	color:#a82719;
}

.client_list h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin:20px 0 20px 0;
	color:rgba(144, 43, 32);
	font-size: 25px;
	font-weight: 500;
	padding:5px;
	background-color:#fff;
}

.client_list_p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin:15px;
	font-size: 20px;
}

#listen {
	width:70%;
	padding:5px;
	text-align: left;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 15px 10px 15px;
	background-color:#ccc;
	margin-top: 10px;
	text-align: center;
	margin-bottom:20px;
}

#listen iframe {
	margin:10px 0 5px 0;
	width:100%;
	height:615px;
}

#discogs_container {
	width:100%;
}

#discog {
	width:70%;
	text-align: center;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 15px 10px 15px;
	background-color:#ccc;
	margin-top: 10px;
	margin-bottom:20px;
}

#discog p {
	background-color:#a82719;
	color: #d9d9d9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	text-align: center;
	width:86%;
}

#discog p a {
	color:#fff;
}

.release_cell {
	text-align: center;
	border: #000 thin solid;
	display: inline-block;
	padding:17px 10px 10px 10px;
	margin:0 5px 0 0;
	min-width:270px;
	max-width:270px;
	min-height:402px;
	overflow:hidden;
	vertical-align: top;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml- border-radius: 5px;
	color:#000;
	margin-top:10px;
}

.release_cell:hover {
	background-color:#E5E5E5;
	border: #ccc thin solid;
}

.release_cell a {
	color: #000;
}

.release_cell a:visited {
	color: #000;
}

release_cell a:active {
	color: #000;
}

release_cell a:hover {
	color: #000;
}

.release_cell img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml- border-radius: 5px;
	box-shadow: 0 0 15px #999;
}

.release_cell h4 {
	padding:10px 0 0 0;
	margin:0;
	font-size:26px;
	color:#333;
	font-style: italic;
	text-decoration: underline;
}

.release_cell h5 {
	padding:0;
	margin:0;
	font-size:20px;
}

.release_cell h6 {
	padding:0 0 5px 0;
	margin:0;
}

#gear {
	width:70%;
	padding:5px;
	text-align: center;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 15px 10px 15px;
	background-color:#ccc;
	margin-top: 10px;
	margin-bottom:20px;
}

#gear p {
	background-color:#a82719;
	color: #d9d9d9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	text-align: center;
	width:86%;
}

.gear_cell {
	text-align: left;
	border: #000 thin solid;
	display: block;
	padding:12px 10px 10px 10px;
	margin:0 5px 0 0;
	width:80%;
	overflow:hidden;
	vertical-align: top;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml- border-radius: 5px;
	color:#902b20;
	margin-top:10px;
	color:#000;
}
.gear_cell h4, h5, h6 {
	margin:0;
	padding:0;
}

.gear_cell h4 {
	border-bottom: thin #000 solid;
	font-size: 24px;
	background-color: #000;
	padding:5px 5px 5px 9px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml- border-radius: 5px;
}

.gear_cell h5 {
	font-size: 21px;
	margin:10px 0 0 0;
	text-decoration: underline;
}

.gear_nav {
	margin-top:15px;
}

.gear_cell li, ul {
	list-style:none;
	padding:0;
	margin:0 auto;
}

.gear_cell li {
	margin:2.5px 0 2.5px 0;
	padding:2px 2px 2px 4px;
}

.gear_cell li:hover {
	background-color:#000;
	color:#ccc;
}

.gear_cell hr {
	margin:10px 10p 10pxx 10px;

}

.td_underline {
	border-bottom: thin #000 solid;
}

.td_sideline {
	border-left: thin #000 solid;
	vertical-align: top;
}

#contact {
	width:70%;
	text-align: left;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 15px 10px 15px;
	background-color:#ccc;
	margin-top: 10px;
	margin-bottom:20px;
}

#contact .contact_img_resize  {
	float:left;
	margin:0 10px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#contact hr {
	margin:0 0 8px 0;
}

#contact span  {
	vertical-align: top;
	display: inline;
}

#lodge_control_room {
	width:100%;
	margin:0 0 18px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#about {
	width:70%;
	text-align: left;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 15px 10px 15px;
	background-color:#ccc;
	margin-top: 10px;
	margin-bottom:20px;
}

#about h2 {
	text-align: left;
	margin:0 0 8px 0;
}

#about p {
	margin:10px 0 10px 0;
	padding:0 10px 0 15px;
}

#bottom {
	width:70%;
	overflow: hidden;
	border-radius:5px;
	padding:10px 15px 10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#ccc;
	margin-top: 10px;
}

#bottom img {
	height:25px;
	padding:0 10px 0 10px;
}

#bottom h4 {
	margin:0 0 8px 0;
	font-size: 15px;
}

#bottom hr {
	margin:5px 0 5px 0;
}



/* MOBILE ADJUSTMENTS BEGIN */

@media (max-width: 1135px) {
	
	.float_left {
		display:block;
		clear:both;
		text-align: center;
	}
	
	.float_right {
		display:block;
		clear:both;
		text-align: center;
	}
	
	.scrolling_navigation span {
		display:block;
		clear:both;
		text-align: center;
		float: none;
	}
	
	#scrolling_title_hide {
		display:none;
	}
	
	#scrolling_title_mobile {
		display:block;
		clear:both;
	}
	
	#scrolling_title_mobile img {
		width:70%;
		height:auto;
	}

}

@media (max-width: 1096px) {
	
	.navigation {
		text-align: center;
	}
	
	.navigation img {
		width:17%;
		text-align: center
	}
	
}

@media (max-width: 1000px) {
	
    .header {
        width:80%;
    }
	
}

@media (max-width: 735px) {
	
	#scrolling_title_mobile img {
		width:90%;
		height:auto;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 762px) {
	
	.scrolling_navigation span img {
		height:4.5vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
	.title {
	width:100%;
	position: fixed;
	text-align: center;
	top:50%;
  	transform: translate(-50%, -50%);
	background-color:rgba(0, 0, 0, 0);
	box-shadow:none;
	z-index:2;
}
	
	.color_cover_for_mobile_nav {
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(0, 0, 0, 0.5);
		z-index:1;
	}
	
	.header {
		width:85vw;
		margin-bottom: 20px;
	}
	
	.navigation img {
		display: table-column;
		text-align: center;
		margin-bottom:15px;
		margin-top:15px;
		width:30%;
	}
	
}

@media (max-width: 685px) {
	
	.scrolling_navigation span img {
		height:4.45vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 652px) {
	
	.scrolling_navigation span img {
		height:4.35vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 616px) {
	
	#about {
		text-align: center;
	}
	
	.header_client_list {
		width:100%;
	}
	
	#about h2 {
		text-align: center;
	}
	
	.drawing {
		max-width: 100%;
		min-width: 100%;
		height:auto;
		float:none;
		padding:0;
		margin:0;
	}
	
	.john {
		width:100%;
		margin-bottom: 15px;
	}
	
}

@media (max-width: 588px) {
	
	.scrolling_navigation span img {
		height:4.25vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 536px) {
	
	.scrolling_navigation span img {
		height:4.15vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 492px) {
	
	.scrolling_navigation span img {
		height:4.05vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 454px) {
	
	.scrolling_navigation span img {
		height:3.95vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

@media (max-width: 422px) {
	
	.scrolling_navigation span img {
		height:3.85vw;
	}
	
	.header_client_list {
		width:100%;
	}
	
}

/* RELEASE CELL MOBILE ADJUSTMENT STARTS */

@media (max-width: 420px) {

	#discogs_container {
	width:100%;
	}

	#discog {
		width:70%;
		text-align: center;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background-color:#ccc;
	}
	
	
	.release_cell {
		text-align: center;
		border: #000 thin solid;
		width:100%;
		vertical-align: top;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml- border-radius: 5px;
		color:#000;
	}
	
	.release_cell img {
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml- border-radius: 5px;
		box-shadow: 0 0 15px #999;
		width:100%;
	}
	
	.release_cell h4 {
		padding:10px 0 0 0;
		margin:0;
		font-size:5vw;
		color:#333;
		font-style: italic;
		text-decoration: underline;
	}
	
	.release_cell h5 {
		padding:0;
		margin:0;
		font-size:20px;
	}
	
	.release_cell h6 {
		padding:0 0 5px 0;
		margin:0;
	}
	
}

/* RELEASE CELL MOBILE ADJUSTMENT ENDS */

@media (max-width: 395px) {
	
	.scrolling_navigation span img {
		height:3.75vw;
	}
	
}

@media (max-width: 370px) {
	
	.scrolling_navigation span img {
		height:3.65vw;
	}
	
}

@media (max-width: 349px) {
	
	.scrolling_navigation span img {
		height:3.55vw;
	}
	
}

@media (max-width: 330px) {
	
	.scrolling_navigation span img {
		height:3.45vw;
	}
	
	h1 {
		width:100%;
	}
	
}

@media (max-width: 313px) {
	
	.scrolling_navigation span img {
		height:3.35vw;
	}
	
}