.preload * {
  -webkit-transition: all 0s linear !important;
  -moz-transition: all 0s linear !important;
  -ms-transition: all 0s linear !important;
  -o-transition: all 0s linear !important;
}

.cancelled:before{
	color:#9e5555;
	font-size:0.8em;
	font-weight:bold;
	content: "CANCELLED";
}

#header {
	background-color: none;
	width: 100%;
	height: 6em;
	position: fixed;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	z-index: 99;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0px 150px 100px -50px #000000,
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+22,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#header ul {
  position:relative;
  top:0em;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  
  background-color:rgba(0, 0, 0, 0.95);
  box-shadow: 0px 4px 20px #000000;
  
}

#header li a {
  display: block;
  text-decoration: none;
  font-size:1.3em;
  text-align: center;
  color: white;
  padding:3vh 0.8vw 3vh 0.8vw;
  font-weight:300;
  border-top: 1px solid #333333;
  min-width: 3.9vw;
}

#header li a:hover,
#header .menu-btn:hover {
  color: rgb(246, 160, 0);
}

/* menu */

#header .menu {
  clear: both;
  max-height: 0;
  display: none;
  /*  transition: max-height .2s ease-in; */
}

.menu_label {
	position: relative;
	float:right;
	color: white;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.5em;
	opacity: 0.3;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/* menu icon */

#header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 22px 10px;
  position: relative;
  user-select: none;

}

#header .menu-icon .navicon {
  background: white;
  display: block;
  height: 5px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 36px;
  border-radius: 5px;
}

#header .menu-icon .navicon:before,
#header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition:  all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 5px;
}

#header .menu-icon .navicon:before {
  top: 12px;
}

#header .menu-icon .navicon:after {
  top: -12px;
}

/* menu btn */

#header .menu-btn {
  display: none;
}

#header .menu-btn:checked ~ .menu {
  max-height: 100vh;
  display: block;
}

#header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/* Desktop */

@media screen and (min-width: 701px) {
  #header li {
    float: left;
	margin-top:0em;
	height: 2.3em;

}
  #header li a {
	height: 100%;
    padding-top: 0em;
    line-height: 3.1em;
    font-weight: 600;
    font-size: 75%;
    margin:0;
   	cursor: pointer;
   	border: 0;
   	outline: 0;
   	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
  }

  
  #header .menu {
    clear: none;
    float: right;
    max-height: none;
    display: block;
  }
  #header .menu-icon {
    display: none;
  }
  
	#header ul {
		top:0em;
		margin-right:20%;
		background-color: transparent;
		box-shadow: none;
	}
}


.menu_tab_active{
	background-color: rgba(255,255,255,0.2);
	color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

html,body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	overflow-x:hidden;
	max-width: 100%;
	letter-spacing: 0.02em;
	background-color: black;
	color: white;
}


.splash_image{
	position: absolute;
	margin-top: 0em;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 45vw;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	-webkit-transform: translate3d(0, 0, 0);

	background-position:  center top;
	background-size: cover;
	
	box-shadow: 
		inset 0px 150px 100px -50px #000000,
        inset 0px -150px 100px -50px #000000; 
}

.video-fill {
  min-width: 100%; 
  min-height: 100%; 
  width:100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  -webkit-filter: blur(0px);
  filter: blur(0px);

}

#splash_bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: black;
    z-index:1000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	
	background:url('images/splash_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

#splash_overlay{
	width:65vw;
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);

	z-index:1001;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}





.soundcloud{
	width: 100%;
	height: 125px;
	margin-right: 6px;
	padding-top: 2em;
}

#page_header_text{
	font-weight: 200;
	position: absolute;
	color: white;
	font-size: 450%;
	left: 20%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 0.72em;
	top: -0.69em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

#logo{
	height: 1.3em;
	padding-top:0.7em;
	padding-left: 20%;
	position: absolute;
	-webkit-transition: all .3s linear;
	cursor: pointer;
}

#content{
	font-weight: 400;
	color: white;
	width: 100%;
	font-size: 1em;
	position: absolute;
	top: 42vw;
	line-height: 1.6em;
	text-align: justify;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	padding-bottom: 4em;
}

table{
	font-weight: 400;
	color: white;
	font-size: 1em;
	border-collapse: collapse; 
	text-align:left;
}

table tr{
	border-bottom: 1px solid #333333;
}

table td{
	padding:0.8em;
}

	table td:first-child{
		font-weight:600;
	}

#content:after{
	display: block;
	content: "\00a9\00A0 Copyright\00A0 2026 Kevin\00A0 Pritchard";
	margin-top: 0em;
	padding-top: 1.3em;
	color: #999999;
	border-top: 0px solid #999999;
	text-align: center;
	font-size: 75%;
	line-height: 1.5em;
	white-space: pre;
}

/*
#footer{
	margin-top: 3em;
	padding-top: 0.6em;
	color: #999999;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 40%;
}
*/

.column_gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,e0e0e0+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */\
}

.columns_max1{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 5em; /* Firefox */
    column-gap: 5em;
    padding: 3em 20% 3em 20%;
	
 	-webkit-transition: all .3s linear;
	transition: all .3s linear;

}

.columns_max2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 5em; /* Firefox */
    column-gap: 5em;
    padding: 3em 20% 3em 20%;
 	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.columns_max3{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 5em; /* Firefox */
    column-gap: 5em;
    padding: 3em 20% 3em 20%;
 	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


.column_content_nobreak{
	padding: 0em;
	margin: 0em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table;
	width:100%;
}

.section_breaker{
	height: 2em;
 	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.column_breaker{
	height: 0em;
 	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


.small_side_box{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border: 1px solid #CCCCCC;
	padding: 1.5em;
	border-radius: 0.5em;
	width:auto;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,efefef+100 */
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.small_side_box2{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border: 1px solid #CCCCCC;
	padding: 1.5em;
	border-radius: 0.5em;
	background-color: white;

}

.overlay_circle{
	font-family: 'Raleway', sans-serif;
	width: 4em;
	height: 4em;
	border-radius: 50em;
	position: relative;
	float: right;
	top: -2.7em;
	right: -2.7em;
	margin-left: -2.7em;
	margin-bottom: -2.7em;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg);
    color: white;
    font-weight: 800;
	font-size: 0.9em;
    text-align: center;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
	border: 2px solid white;
    
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

h1{
	margin: 0em;
	font-size: 250%;
	color: white;
	font-weight: 300;
	text-align: left;
	line-height: 0.95em;
	padding: 0em 0em 0.4em 0em;
}


h2{
	margin: 0;
	margin-bottom:0.6em;
	font-size: 150%;
	color: rgb(246, 160, 0);
	font-weight: 300;
	text-align: left;
	line-height: 0.95em;
}


h3{
	margin: 0;
	font-size: 1.5em;
	color: rgb(246, 160, 0);
	font-weight: 700;
	margin-bottom: 0.4em;
}


.link:link, .link:visited{
	color: rgb(246, 160, 0);
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

.link:hover{
	color:yellow;
}

.link-arrow{
	height:0.75em;
	margin-right:0.3em;
}

.link_landing:link, .link_landing:visited{
	color:white;
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
	display: block;
	padding: 1.6em;
	margin-bottom:0.2em;
	text-align:center;
}

.link_landing:hover{
	color:yellow;
}

form{
	margin: 0;
	padding: 0;
}

.form_element_label{
	width:100%;
	font-size: 85%;
	font-weight: 700;
	line-height: 1.5em;
	display: table;
	margin-bottom:0.3em;
}

.input_text{
	box-sizing: border-box;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	border:none;
	background-color: #333333;
	border-radius: 0.5em;
	font-size: 1em;
	width: 100%;
	height: 2.5em;

	padding: 0.5em;
	color: white;
	letter-spacing: 0.05em;
}



.submit_button{
	box-sizing: border-box;
	margin-top:1em;
	font-family: 'Raleway', sans-serif;
	border: 2px solid white;
	background-color: #555555;
	border-radius: 0.5em;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0.8em;
	width: 100%;
	color: white;
	font-weight: 800;
	text-align: center;
	content: "SUBMIT";
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.submit_button:hover{
	background-color: rgb(50, 50, 50);
}

.links_button{
	margin-bottom:2em;
	font-family: 'Raleway', sans-serif;
	border: 2px solid white;
	background-color: #555555;
	border-radius: 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 1em;
	color: white;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	display:block;


	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.links_button:hover{
	background-color: rgb(50, 50, 50);
}

.links_button_image{
	float:right;height:1.5em;margin-left:-1.5em;margin-top:0em;
}

.grey_image{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.ticked_list{
	text-align: left;
	list-style:none;
	list-style-position: outside;
    text-indent: 0em;
    padding-left: 1.2em;
    margin: 0em;
	text-indent:-1.2em;
	line-height:1.4em;
}

.ticked_list li{
   	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom:0.4em;
}

.ticked_list li:before {
	content:'';
    display:inline-block;
    height:0.8em;
    width:0.8em;
    background:url('images/tick.svg');
    background-repeat: no-repeat;
    margin-right: 0.4em;
    margin-left: 0;

}

.list{
	text-align: left;
    text-indent: 0em;
    padding: 0em;
    margin: 0em;
    padding-left: 1em;
    text-indent:0em;
	line-height:1.4em;
}

.list li{
   	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom:0.4em;
}

.artist{
	font-style: italic;
	color: #AAAAAA;
	white-space: nowrap;
}

.fadeout_object{
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	pointer-events:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.div_disabled{
	opacity: 0.1;
	pointer-events:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.div_enabled{
	background-color: auto;
	opacity: 1.8;
	pointer-events: auto;
 	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}

#social_media_icons{
	padding-left:0.5em;
	height:100%;
	letter-spacing: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}

.social_logo{
	height: 1.2em;
	margin: 0;
	padding-left:0.3em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
}


.photo_strip{
	position: relative;
	margin:0;
	padding:0;
	width: 100vw;
	height: 16vw;
	margin-top: 0.8em;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1em; /* Firefox */
    column-gap: 0.8em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.photo_strip_image{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
}

.photo_strip_image4{
	display: block;	
}

.small_text{
	padding-top: 0.8em;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: left;
}

.small_text2{
	padding-top: 0.8em;
	font-size: 0.6em;
	line-height: 1.4em;
	text-align: left;
	color: #CCCCCC;
	font-weight: 400;
}

.location{
	color:#888888;
}

.horizontal_rule{
    border: 0;
    height: 1px;
    background-color: #CCCCCC;
}

.track_container{
	background-color: #EFEFEF;
	border-radius: 0.5em;
	padding: 2em;

}

.track_artwork{
	float:left;
	width: 100%;
	margin-right:2.2em;
	border-radius: 0.3em;
	border: 1px solid black;
	clear: both;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.track_title{
	display:block;
	font-weight:300;
	font-size:2.5em;
}
.track_services{
	font-size:1em;
	line-height:auto;
}

.track_container_column_left {
  float: left;
  width: 40%;
}
.track_container_column_right {
  float: right;
  width: 55%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: `;
  clear: both;
}
.audio-player{
	width:100%;
	margin-bottom:1em;
}




@media screen and (max-width: 1100px) {
	
	.columns_max1, .columns_max2, .columns_max3{
	    -webkit-column-gap: 4em; /* Chrome, Safari, Opera */
	    -moz-column-gap: 4em; /* Firefox */
	    column-gap: 4em;
	    padding-left: 10vw;
	    padding-right: 10vw;
	    width:80vw;
	}

	.columns_max3{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	
	#page_header_text{
		left:10vw;
		width:80vw;
	}

	#logo{
		padding-left:10vw;
	}
	
	#menu{
		right:10vw;
		width:80vw;
	}

	
	.photo_strip
	{
	    -webkit-column-count: 4; /* Chrome, Safari, Opera */
	    -moz-column-count: 4; /* Firefox */
	    column-count: 4;
	}
	.photo_strip_image4{
		display:block;
	}
	
	.column_breaker{
		height: 2em;
	}

	#header ul {
		margin-right:10%;
	}
	
	
	
}


/* Small Display */
@media screen and (max-width: 700px) {


 	
	#content{
		font-weight: 400;
		top: 60vw;
	}
	
	#header{
		border: 0;
		padding:0;
		margin:0;
	}

	#page_header_text{
		white-space:normal;
		font-size: 12vw;
	}
		
	
	#menu{
		width: 100vw;
	}
	
	.menu_tab{
		width: 10vw;
	}

	.menu_tab_active{
	border-radius: 0 0 0 0;
	}
	
	#logo{
		padding-left: 1em;
		top: 0em;
		padding-top:0.6em;
	}
	
	.splash_image{
		height: 70vw;
		box-shadow: 
			inset 0px 120px 50px -30px #000000,
			inset 0px -120px 50px -30px #000000; 
	}

	.columns_max2{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	.photo_strip
	{
	    -webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
		height: 25vw;
		-webkit-column-gap: 0.5em; /* Chrome, Safari, Opera */
		-moz-column-gap: 0.5em; /* Firefox */
		column-gap: 0.5em;
		margin-top: 0.5em;

	}
	
	.photo_strip_image4{
		display:none;
	}
	
	#facebook_tooltip{
		display: none;
	}
	#header ul {
		margin-right:0%;
	}

	.track_container_column_left {
		float:left;
		width:100%;
	}
	.track_container_column_right {
		float:left;
		width:100%;
	}
	
	.track_artwork{
		margin-bottom:2em;
	}
	
	#social_media_icons{
		padding:0;
		margin:0;
		height:100%;
		text-align:center;
		letter-spacing: 0.5em;
		padding:3vh 0.8vw 3vh 0.8vw;
		border-top: 1px solid #333333;
	}

	.social_logo{
		height: 1.8em;
		padding:0;
		top: 50%;
		transform: translateY(-50%);
		
	}
	
	table, td, tr { 
		width: 100%;
		display:inline-block;
	}
	
	table{
		margin-bottom:1em;
	}
	
	table td{
		padding:0em;
	}
	
	table td:first-child{
		padding-top:1em;
	}
	
	table td:last-child{
		padding-bottom:1em;
	}
	

}
