@charset "UTF-8";
html {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.title-area {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
}

.logo {
  width: 70px;
  padding: 10px;
}

.logo img {
  width: 100%;
}

img {
  width: 100%;
}

.boxbtn a, .boxbtn a:visited {
  background: #FFF;
  padding: 10px;
  border: solid thin #000;
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.boxbtn a:hover {
  background: #000;
  color: #FFF;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 0;
  color:#000;
  text-align: center;
  font-size: 0.7em;
  background: #fff;
  width: 80%;
  margin: 0 auto;
}

footer a:link, footer a:visited {
  color:#000;
  text-decoration: none; 
}

footer ul {
  margin-left: 0 !important;
}

footer ul li {
  display: inline;
  padding:0;
}

footer ul li a {
  font-size: 30px;
  margin: 0 4%;
}

.footer-padding {
  clear: both; 
  height: 150px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mp4wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 0px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.white-text {
  color: #FFF;
}

.name {
  font-family: 'Economica', sans-serif;
  transform: rotate(-90deg);
  transform-origin: 155px 150px;
  font-size: 0.8em;
  position: absolute;
  top: 100px;
}

.name h1 {
  margin: 0;
  padding: 0;
}

.frontname {
   font-family: 'Economica', sans-serif;
}


section {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  padding: 20px 30px;
  height: auto;
}

section .wide-section {
  padding: 0;
}

.date {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section p {
  font-size: 1.1em;
}

section .text-box {
  box-sizing: border-box;
  padding: 10px;
}



/*================*/

#banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80vh;
  width: 100%;
}

#banner-padding {
  height: 50px;
}

#home section {
  text-align: center;
}

#abouttxt {
  padding-top: 20px !important;
}

#abouttxt p, #about-titles h2, #about-titles h3 {
  margin: 1em;
}

#about-titles h2, #about-titles h3 {
  font-weight: 700;
  text-align: center;
}

#musicinfo {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

#musicinfo h1 {
  margin: 0 0 50px 0;
  padding: 0;
  padding-top: 80px;
}

#musicinfo .box img {
  width: 100%;
}

#musicinfo .box {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#videos {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-left: 35px;
}

#videos h2 {
  margin-left: -35px;
}

#videos .videoWrapper {
  margin: 30px 0;
}

#contact {
  height: 90vh;
  position: relative;
  font-size: 90%;
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#contact-info {
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tourdates {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

#tourdates h2 {
  text-transform: uppercase;
}

.tourdate {
  margin-bottom: 50px;
}

.tourdate .date {
  font-size: medium;
}

.tourdate .city {
  font-weight: bold;
}

@media screen and (min-width: 799px){

.logo {
  width: 100px;
}

#home section {
  height: 400px;
  position: relative;
}

#home #banner-padding {
  height: 100px;
}

#home #banner {
  background-position: center center;
  background-size: cover;
  height: 90vh;
  padding: 0;
}

#home section .text-box {
  height: 100%;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.rightcol {
  float: right;
  width: 50%;
  margin-left: 2%;
}

.leftcol {
  float: left;
  width: 40%;
  margin-right: 8%;
}

#about-img {
  float: left;
  width: 40%;
  clear: none;
  margin-left: 120px;
}

#about-titles {
  clear: none;
  float: left;
  position: relative;
  width: 40%;
  margin-top: 100px;
}

#about-titles h2, #about-titles h3 {
  font-weight: 700;
  text-align: left;
}

#musicinfo .box {
  width: 40%;
  padding-bottom: 10px;
  margin-bottom: 40px;
  float: left;
  margin: 5%;
}

.name {
  top: 120px;
}

#videos h2 {
  margin-left: 0;
}

#videos .videoWrapper {
  margin: 50px 0;
}


}

@media screen and (min-width: 1023px){

#about-titles {
  margin-top: 200px;
}

}


@media screen and (min-width: 1300px){

#about-titles {
  width: 45%;
}

}


@media screen and (min-width: 1900px){

.logo {
  width: 100px;
}

.container {
  max-width: 1200px;
}

#home section {
  height: 400px;
  position: relative;
}

#home section #banner {
  padding: 0px;
}

#home section .text-box {
  height: 100%;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#banner-padding {
  height: 100px;
}

#banner {
  background-position: center center;
  background-size: cover;
  height: 90vh;
  padding: 0;
}

.rightcol {
  float: right;
  width: 50%;
  margin-left: 2%;
}

.leftcol {
  float: left;
  width: 40%;
  margin-right: 8%;
}

}



