/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

 body {
  font-family: 'Raleway', sans-serif;
  /*
  background: url('https://znakkthat.com/pix/TK-20171215-5543_web.jpg') no-repeat center center fixed;
  */
  background: url('https://band.znakkthat.com/pix/TK-20171215-5466_web.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



.contact {
  color: #FFF;
}

/* .gigs-text-left {
  margin-bottom: 10px;
  text-align: bottom;
} */

@media only screen and (max-width: 4096px) {
  h1,h2,h3,h4,h5,h6 {
    color: #FFF;
    font-weight: bold;
    font-size: 250%;
  }
  }


@media only screen and (max-width: 2048px) {
  h1,h2,h3,h4,h5,h6 {
    color: #FFF;
    font-weight: bold;
    font-size: 250%;
  }
  }

@media only screen and (max-width: 1024px) {
h1,h2,h3,h4,h5,h6 {
  color: #FFF;
  font-weight: bold;
  font-size: 100%;
}
}

@media only screen and (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {
  color: #FFF;
}
}

@media only screen and (max-width: 200px) {
  h1,h2,h3,h4,h5,h6 {
    color: #FFF;
  }
  }

p {
  color: #FFF;
}

.container a {
  text-decoration: none;
}

a{
  color: #FFF;
  text-decoration: none;
}

  /* visited link */
  a:visited {
    color: rgb(235, 245, 235);
  }

  /* mouse over link */
  a:hover {
    color: rgb(255, 255, 255);
  }

nav {
  font-family: 'Raleway', sans-serif;
}

.center {
  padding: 0px !important;
}


.fa {
  padding: 10px;
  font-size: 14px;
  width: 9px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}
.fa-youtube {
  color: white;
}

.fa-facebook {
  color: white;
}
