body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('images/0.jpg');
  min-height: 100%;
}
/* Second image (Gallery) */
.bgimg-2 {
  background-image: url('images/1.jpg');
  min-height: 400px;
}
/* Third image (Gigs) */
.bgimg-3 {
  background-image: url('images/2.jpg');
  min-height: 400px;
}
/* Fourth image (Contact) */
.bgimg-4 {
  background-image: url('images/3.jpg');
  min-height: 400px;
}
/* Turn off parallax scrolling for tablets and phones max-device-width: 1600px */
@media only screen and (max-device-width: 1400px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
    min-height: 400px;
  }
}
/* end Parallax Effect

/* responsive containers for <iframe> embedded YouTube */
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* end responsive containers for <iframe> embedded YouTube */

/* blockquote for reviews.php */
blockquote {
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote text {
    color: #383838;
    font-size: 14px;
    display: block;
    margin-top: 5px; 
    font-style: normal;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.margin-top-64 {margin:64px!important; }
.padding-8 { padding: 8px; }
.padding-16 { padding: 16px; }
.padding-32 { padding: 32px; }
.padding-64 { padding: 64px; }

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)} /* previously background-color:rgba(0,0,0,0.4) changed 29/3/2020 */

.tableColumnSortHeader:hover{
    background-color: darkgray;
    cursor:pointer;
}

.social_links_container {
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
  height: 175px;
  width: 28px;
  padding-left: 5px;
  background: rgba(255,0,0,0.6);
  color: white;
  border-radius: 0px 30px 30px 0px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.fixed-div-height{
/*  border: solid 3px green; */
  height:320px;
}

/* honeypot styling */
.formstylesweetas{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}