@charset "UTF-8";
/* Body */
body {
  font-family: komet, sans-serif;
  font-weight: 100;
  font-style: normal;
  background-color: #852962;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  background-color: #FFFFFF;
}
/* Navigation */
header {
  width: 100%;
  height: 55px;
  background-color: #373737;
  border-bottom: 1px solid #FFFFFF;
}
.logo {
  vertical-align: middle;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

nav {
  float: left;
  text-align: left;
  width: 70%;
}
header nav ul {
  list-style: none;
  float: center;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  vertical-align: text-top;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* Hero Section */
.hero {
  background-color: #541A4C;
  background-image: url("../img/AhQ_Group.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:60%;
  padding-bottom:0px;
  padding-left:50%;
  padding-right:50%;
  border-bottom: 1px solid #FFFFFF;
}
/* About Section */
.tagline {
  text-align: left;
  color: #FFFFFF;
  margin-top: 4px;
  margin-left: 10%;
  margin-right: 10%;
  font-weight: lighter;
  text-transform: inherit;
  letter-spacing: 1px;
}
.about {
  width: 80%;
  text-align: center;
  height: auto;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 5%;
}
.about h2 {
  color: #FFFFFF;
  text-align: center;
  margin-right: 10px;
}
.about h3 {
  color: #FFFFFF;
  font-size: 10pt;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.about img {
  border: double #FFFFFF 5px; 
  padding: 0.1em;
  margin: 10px;
  max-width: 80%;
  float: none;
}
.album {
  background-color: #852962;
  text-align: center;
}
.album img {
   width: 65%;
   max-width: 400px;
   margin:3%;
}
/* Musicians Gallery */
.gallery {
  background-color: #FFFFFF;
  min-width: 100px;
  display: inline-block;
  padding-bottom: 5%;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
}
.thumbnail {
  color: #373737;
}
.thumbnail img {
  display: inline;
  float: left;
  margin-right: 17px;
  border-radius:17px;
}
.thumbnail h3 {
  line-height: 15px;
  }
.thumbnail h4 {
  color: #52BAD5;
  line-height: 15px;
}
.thumbnail p {
  padding-bottom: 10px;
}
.thumbnail hr {
  width: 100%;
  display: inline-block;
  margin-bottom: 10%px;
  color:darkmagenta;
}
/* Parallax Section */
.banner {
  border-top: 40px solid #852962;
  background-color: #2D9AB7;
  background-image: url("../img/AhQ_banner.jpg");
  background-position: center;
  height: auto;
  padding-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
  float: none;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax {
  color: #C23D8F; 
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 25px;
  letter-spacing: 1px;
  margin-top: 0px;
}
.parallax_description {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  font-weight: lighter;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.parallax_description h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.parallax_description h4 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.parallax_description p {
    text-align: justify;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.parallax_description img {
    width: 85%;
	max-width: 450px;
	max-height: 450px;
	margin-bottom: 0px;
	border: 1px groove #C23D8F; padding:0.01em;
}
.parallax_description ul li {
    display: inline;
	margin-top: px;
    color:#C8EF1E;
    font-size: 10px;
    margin-right: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.3s linear;
}
.parallax_description ul li a {
  color:darkgoldenrod;
  border: solid;
  border-radius: 7px; 
  text-decoration: none;
}
.parallax_description ul li:hover a {
  color: #2C9AB7;
}
/* More info */
footer {
  background-color: #FFFFFF;
  padding-bottom: 35px;
}
.footer_column {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  float: left;
}
footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}
footer .footer_column p {
  color: #717070;
  background-color: #FFFFFF;
}
.cards {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 200px;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 5%;
  margin-right: 5%;
}
.button {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 7px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
  letter-spacing: 0px;
  border: 1px solid #373737;
  background-color: #FEFEFE;
  color: #C23D8F;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #2C9AB7;
  color: #C23D8F;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #373737;
  color: #FFFFFF;
  font-weight: lighter;
  letter-spacing: 1px;
  border-top-width: 2px;
}
.footer_banner {
  background-color: #B3B3B3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top:60%;
  padding-left:0%;
  padding-right:0%;
  margin-left:5%;
  margin-right: 5%;
  margin-top: 20%;
  margin-bottom:0%;

}
footer {
  display: inline-block;
}
.hidden {
  display: none;
}
/* Mobile */
@media (max-width: 320px) {
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: left;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
	/* Hero Section */
.hero {
  background-image: url("../img_mob/AhQ_Group.png");
  }
  .text_column {
    width: 100%;
    text-align: justify;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
  }
  .banner {
    background-image: url("../img_mob/AhQ_banner.jpg");
    background-color: #2D9AB7;
  } 
	/* Add this as a property for a selector to which the effect has to be applied*/
	/* Chrome and Safari *
	-webkit-border-top-left-radius:40px;
	-webkit-border-top-right-radius:40px;
	-webkit-border-bottom-right-radius:40px;
	-webkit-border-bottom-left-radius:40px;
	/* Firefox *
	-moz-border-radius-topleft:40px;
	-moz-border-radius-topright:40px;
	-moz-border-radius-bottomright:40px;
	-moz-border-radius-bottomleft:40px;
	/* Standard Syntax *
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px; /* Add this as a property for a selector to which the effect has to be applied*/

	/* Chrome and Safari *
	-webkit-border-top-left-radius:40px;
	-webkit-border-top-right-radius:40px;
	-webkit-border-bottom-right-radius:40px;
	-webkit-border-bottom-left-radius:40px;
	/* Firefox *
	-moz-border-radius-topleft:40px;
	-moz-border-radius-topright:40px;
	-moz-border-radius-bottomright:40px;
	-moz-border-radius-bottomleft:40px;
	/* Standard Syntax *
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	
  .tagline {
    margin-top: 20px;
    line-height: 22px;
	}
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #52bad5;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .thumbnail {
    width: 50%;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_column {
    width: 100%;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column {
    width: 100%;
  }
  .thumbnail {
    width: 50%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
	}}