body{ 
	background: url('artists/orbital/background2018.jpg') no-repeat fixed top center #000;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin: 0px;
}

h1 {
	font-size:20px;
	color: #fff;
	text-decoration: underline;
	margin: 0;
	padding: 20px 0 10px;0
}

h2 {
	font-size:16px;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 15px 0 5px;0
}

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

a:hover, a:active {
	color:#e42d3b;
	text-decoration: underline;
}

hr {
	margin: 30px 0;
}

img{
	border:none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 913px;
}

#menu{
	position: absolute;
	left: 55px;
	top: 0px;
	width: 800px;
}

#flightcasetop {
	position: absolute;
	margin: 0 auto;
	top: 55px;
	left: 0px;
	width: 913px;
	height: 30px;
	z-index:+10;
}

#flightcasetop img {
	float: left;
	display: inline;
}

#content {
	padding-left: 100px;
	background:url('images/flightcasemiddle.png') repeat-y;
	min-height: 260px;
	color: #fff;
}

#ipod {
	float: right;
	background:url('images/ipod.png') no-repeat;
	height: 140px;
	width: 120px;
	margin-top: 75px;
}

#container {
    width: 690px;
}

#home a {
	position: absolute;
	width: 133px;
	height: 69px;
	top: 10px;
	left: 0px;
	float: left;
	z-index:-5;
}

#home a:hover {
	position: absolute;
	width: 133px;
	height: 69px;
	top: 30px;
	left: 0px;
	float: left;
	z-index:-5;
}

#news {
	position: absolute;
	top: 10px;
	left: 116px;
	float: left;
	z-index:-4;
}

#history {
	position: absolute;
	top: 8px;
	left: 235px;
	float: left;
	z-index:-2;
}

#artists {
	position: absolute;
	top: 9px;
	left: 353px;
	float: left;
	z-index:-6;
}

#bookings {
	position: absolute;
	top: 9px;
	left: 455px;
	float: left;
	z-index:-1;
}

#terms {
	position: absolute;
	top: 10px;
	left: 555px;
	float: left;
	z-index:-7;
}

#news:hover, #history:hover, #artists:hover, #bookings:hover, #terms:hover, #contact:hover {
	top:20px;
}


#contact {
	position: absolute;
	top: 8px;
	left: 660px;
	float: left;
	z-index:-3;
}

.contact-title {
	color: #fff;
	font-size:12px; font-family: helvetica, verdana, sans-serif;
	width: 100px;
	height: 18px;
	float:left;
	clear: left;
	margin-bottom:5px;
	white-space:nowrap;
}

.contact-input {
	margin-bottom:5px;
	float:left;
	width: 200px;
	height: 18px;
}

.bookings-title {
	color: #fff;
	font-size:12px; font-family: helvetica, verdana, sans-serif;
	width: 250px;
	height: 18px;
	float:left;
	clear: left;
	margin-bottom:5px;
	white-space:nowrap;
}

.bookings-input {
	margin-bottom:5px;
	float:left;
	width: 350px;
	height: 18px;
}

.bookings-input input {
	width: 350px;
	height: 12px;
}

.contact-input input {
	width: 200px;
	height: 12px;
}
#press {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    text-align: center;
    margin-top: 20px;
}
#press a {
	display: block;
}

/* HOME */

    .news-tile {
        float: left;
        width: 45.5%;
        margin: 2%;
        background: #555;
        border: 1px solid #777
    }
    
    .news-tile img {
        max-width: 100%;
        margin: 0 0 5%;
        border: 0;
    }
    
    .news-tile h2 {
        padding-bottom: 0;
        max-width: 90%;
        margin: 0 5%;
        text-align: center;
        text-transform: uppercase
    }
    
    .news-tile h2 a {
        text-decoration: none;
    }
    
    .news-tile p {
        max-width: 90%;
        margin: 5%;
    }
    
    a.read-more {
        max-width: 90%;
        margin: 5%;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        width: 30%;
        border: 1px solid #fff;
        padding: 2% 2%;
        text-align: center;
    }
    
    a.read-more:hover {
        background: #fff;
        color: #777;
    }

@media only screen and (max-width: 667px) {
    
    #ipod {
        display: none;
    }
    
    #wrapper, 
    #flightcasetop,
    #container
   {
       width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    #flightcasetop {
        top: 44px;
    }
    
    #flightcasetop img {
        max-width: 100%;
        height: auto;
    }
    
    #content {
        background-size: 100% auto;
        padding: 0 10%;
        margin-top: -1px;
    }
    
    #flightcasetop #logo {
        max-width: 93.4%;
    }
    
    #flight-left, #flight-right {
        width: 3.3%;
    }
    
    h1 {
        padding: 20px 0 10px;0
    }
    
    #menu {
        left: 15%;
        width: 75%;
        top: 7px;
    }
    
    #menu img {
        width: auto;
        height: 40px;
    }
    
    #home a,
    #terms a,
    #contact a {
        display: none
    }
    
    #news {
        left: 1%;
    }

    #history {
        left: 25%;
    }

    #artists {
        left: 50%;
    }

    #bookings {
        left: 75%;
    }

    
    .news-tile {
        float: none;
        width: 94%;
        margin: 0 3% 10%;
    }
    
    iframe {
        max-width: 100%;
    }

}


@media screen and (min-width: 44em) {
    .navigation,
    #nav-trigger {
        display: none;
    }
}

/* OFF CANVAS */

@media screen and (max-width: 44em) {
    
/* Navigation Menu - Background */
.navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  list-style: none;
  background: #000;
  padding-top: 50px;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}

.nav-item a:hover {
  color: #666;
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 8px; top: 12px;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6' style='fill:rgb(255,255,255)'/><rect y='24' width='30' height='6' style='fill:rgb(255,255,255)'/><rect y='12' width='30' height='6' style='fill:rgb(255,255,255)' /></svg>");
  background-size: contain;
  z-index: 99999;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 200px;
}

body {
	/* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

}