* {
	margin: 0;
	padding: 0;
}
html, body {
    background: url(img/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
    text-shadow: 0 0 12px #000000;
    font-family: 'Fira Sans', sans-serif;
    z-index: -1;
}
h1 {
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-top: 20px;
    text-align: center;
}
h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    margin: 0 auto 60px;
    width: 65%;
}
a {
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
}
a:hover {
    color: #FFF551;
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
}
p {
    margin-top:10px;
}
ul {
    list-style: none;
}
.topright {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 20%;
}
.topleft {
    position: fixed;
    top: 0;
    left: 0;
    width: 27%;
}
.bottom {
    position: fixed;
    bottom: 0;
    width: 100vw;
}
#container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#nav {
    text-align: center;
    margin: 0 auto;
    width: 75%;
}
#nav li {
    display: inline-block;
    text-align: center;
    padding: 8px 7px 0;
}
#socials {
    text-align: center;
    margin: 10px 0;
}
#socials li{
    display: inline-block;
    text-align: center;
    padding: 6px;
}
#socials a img:last-child {
  display: none;
}
#socials a:hover img:last-child {
  display: inline-block;
}
#socials a:hover img:first-child {
  display: none;  
}
#banner img {
    display: block;
    margin: 80px auto;
    width: 90%;
    box-shadow: 0 0 10px #333333;
}
#banner iframe {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px #333333;
}
#banner h3 {
    margin: -160px auto 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    width: 65%;
}
.zoom {
    transition: 2s;
}
.zoom:hover {
    transform: scale(1.05);
}.zoom2 {
    transition: 1s;
}
.zoom2:hover {
    transform: scale(1.3);
}
.anchor::before { 
  display: block; 
  content: " "; 
  margin-top: -45px; 
  height: 45px; 
  visibility: hidden; 
  pointer-events: none;
}
#band {
    margin: 100px auto 60px;
}
#band p {
    text-indent: 1.5em;
    line-height: 1.4em;
    width: 85%;
    margin: 0 auto;
    letter-spacing: .03em;
}
#band img {
    box-shadow: 0 0 5px #333333;
}
#personnel {
    margin: 40px 0;
    text-align: center;
    line-height: 1.5em;
    font-size: .65em;
}
#photos {
    margin: 44px 0;
}
#photos img {
    width: 31%;
}
#tour {
    margin: 100px auto 60px;
}
.bit-widget .bit-offers {
    text-shadow: 0 0 0;
}
.bit-widget-container {
    margin: 0 auto;
}
.bit-widget a {
    font-size: 1em;
}
#press {
    margin: 100px auto 60px;
    width: 70%;
    font-size: .75em;
    line-height: 1.4em;
}
#press p {
    text-align: center;
    margin-top: 20px;
}
.quote {
    line-height: 1.6em;
}
.publication {
    position: relative;
    left: 40%;
    line-height: 3em;
}
#contact {
    margin: 100px auto;
}
#contactdetails {
    margin: 0 auto 20px;
    background: url(img/greybg.png) no-repeat center center fixed;
    box-shadow: 0 0 10px #000000;
    width: 90%;
    padding: 60px 0;
    color: #333333;
    font-size: .85em;
    letter-spacing: .05em;
    font-weight: 400;
    line-height: 1.5em;
    text-shadow: 0 0 0;
    text-align: center;
    opacity: 0.85;
    border-radius: 8px;
}
.spacer {
    padding-bottom: 20px;
}
#footer {
}
#footer p {
    padding: 10px;
    text-align: center;
    text-shadow: 0 0 5px #000000;
}
@media only screen and (min-width: 300px) {
h1 {
    font-size: 1.25em;
}
h2 {
    font-size: 2em;
    width: 70%;
}
a {
    font-size: .7em;
}
#personnel {
    font-size: .85em;
}
}
@media only screen and (min-width: 375px) {
#nav {
    width: 65%;
}
#press {
    font-size: .9em;
}
}
@media only screen and (min-width: 425px) {
h1 {
    font-size: 1.5em;
}
a {
    font-size: .75em;
}
#nav {
    width: 90%;
}
#personnel {
    font-size: .9em;
}
#press {
    font-size: .9em;
}
#contactdetails {
    width: 80%;
}
}
@media only screen and (min-width: 600px) {
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 2em;
    width: 60%;
}
a {
    font-size: .9em;
}
#nav li {
    padding: 8px 10px 0;
}
#personnel {
    font-size: 1.1em;
}
#press {
    width: 60%;
    font-size: 1em;
}
.publication {
    left: 50%;
    line-height: 3em;
}
#contactdetails {
    width: 80%;
    font-size: 1em;
}
}
@media only screen and (min-width: 768px) {
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2em;
    width: 85%;
}
a {
    font-size: 1em;
}
#band {
    width: 85%;
}
#band p {
    width: 70%;
}
#press {
    width: 60%;
    font-size: 1.1em;
}
.bit-widget a {
    font-size: 1.1em;
}
#contactdetails {
    width: 60%;
    font-size: 1.1em;
}
}
@media only screen and (min-width: 960px) {
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
    width: 100%;
}
a {
    font-size: 1em;
}
.bit-widget-container {
    width: 90%;
}
#banner img {
    margin: 80px auto;
    width: 60%;
}
#press {
    width: 60%;
    font-size: 1.2em;
}
#contactdetails {
    width: 60%;
    font-size: 1.2em;
}
}
@media only screen and (min-width: 1024px) {
h1 {
    font-size: 3.3em;
}
h2 {
    font-size: 2.5em;
    width: 100%;
}
a {
    font-size: 1.1em;
}
#band p {
    width: 70%;
    font-size: 1.2em;
}
#personnel {
    font-size: 1.55em;
}
.bit-widget-container {
    width: 80%;
}
.bit-widget a {
    font-size: 1.2em;
}
}