* {
  box-sizing: border-box;
}


html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #273336;
  font-family: "Shadows Into Light", cursive;
}

body {
  color: #fff;
  text-align: center;
}

div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1,
h4 {
  font-size: 28px;
  text-align: center;
}

/* Nav */

li,
a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: #000;
}

.logo {
  width: 150px;
  cursor: pointer;
  margin-right: auto;
}

.nav_links {
  list-style: none;
}

.nav_links li {
  display: inline-block;
  padding: 0px 20px;
}

.nav_links li a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
  color: #fcc567;
  border-bottom: 1px solid #fcc567;
}


.jandoimage {
  width: 440px;
  border-radius: 50%;
  margin: 0 auto;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(255, 255, 225, 0.1))),
    url("https://i.postimg.cc/g2NC4VrM/guitar.jpg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.85), rgba(255, 255, 225, 0.1)),
    url("https://i.postimg.cc/g2NC4VrM/guitar.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(255, 255, 225, 0.1)),
    url("https://i.postimg.cc/g2NC4VrM/guitar.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

.right {
  background: #fcc567;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

h2,
.info {
  color: #000;
  font-weight: 900;
  font-family: "Shadows Into Light";
  font-size: 18px;
}

.left {
  font-family: "Shadows Into Light", cursive;
  font-size: 6rem;
}

.right h1 {
  font-family: "Shadows Into Light", cursive;
  font-size: 6rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 45px;
}

.social a {
  color: #fff;
  padding: 10px;
  font-size: 400%;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #1da1f2;
}

.fa-instagram:hover {
  color: #c13584;
}

.fa-youtube:hover {
  color: #c4302b;
}

/* GIGS  */

.box {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.section-header {
  font-family: "Metal Mania";
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  background-color: #273336;
}

.event-row {
  border-bottom: 1px solid black;
  display: inline;
  padding-bottom: 1em;
}

.event-row:last-child {
  border: none;
}

.event-item {
  display: inline;
  padding-right: 1em;
  margin: 5px;
  text-align: center;
  font-size: 19px;
}

.event-date {
  color: #fff;
  width: 30%;
  font-weight: bold;
  font-size: 20px;
  font-family: sans-serif;
  display: flex;
}

.venue {
  width: 42%;
}



/* Gallery */

.photo-gall {
  background:#fcc567;
  padding: 5px;
}

.gallery {
  
  width: 25%;
  
}

/* 
width: 30%;
  float: left;
  margin: 1%;
  height: auto;
	object-fit: contain;
  -o-object-fit: cover;
	overflow: hidden;
  object-position: top 75%;
  padding-top: 0;
  padding-right: 10px;
  background-color: #fcc567;
  background-size: cover;
*/

.clearfix {
  clear: both;
}

/* Video */
 

 .videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.video {
  height: 340px;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  position: relative;
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.video i {
  cursor: pointer;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--light);
  opacity: 0.85;
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
}

.video i:hover {
  opacity: 1;
}

.fa-play-circle {
  font-size: 300%;
} 



/* Contact Form */

.contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #273336;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.contact-me {
  font-size: 28px;
  color: #fff;
}

.contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact form input,
.contact form textarea {
  padding: 12px;
  margin: 8px 0;
  font-family: "Raleway", sans-serif;
}

.contact form input[type="submit"] {
  background: #fcc567;
  color: white;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

.contact form input[type="submit"]:hover {
  background: #f5ba54;
  color: #000;
}

@media only screen and (max-width: 700px) {
  .logo {
    margin: 0 auto;
  }

  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 250px;
  }

  /* Nav  */

  .nav_links li {
    display: block;
    padding: 8px;
  }

  .left {
    padding: 6rem;
  }

  .right {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  /* Gallery */

  .gallery {
    width: 97.5%;
    height: auto;
  }

  

  /* UPCOMING GIGS */
  
  .event-date {
    width: 5%;
    padding-bottom: 10px;
    text-align: left;
    display: block;
  }

  .venue {
     margin: 0;
     padding: 0;
  }
}



@media screen and (max-width: 768px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .left h1 {
    font-family: "Rock Salt", cursive;
    font-size: 3rem;
  }

  .right h1 {
    font-family: "Pacifico", cursive;
    font-size: 3rem;
  }

  .music {
    color: #fff;
  }

  .gallery {
    width: 97.5%;
    height: auto;
  }

  .contact {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .jandoimage {
    width: 300px;
  }



}


@media only screen and (max-width: 1024px) {
  .gallery {
    width: 40%;
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  

  .video {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
        height: 290px;
        
  }
}

@media only screen and (max-width: 800px) {
  .video {
    -ms-grid-column: span 12;
        grid-column-start: span 12;  
  }


  .pb {
    padding-bottom: 5%;
  } 

}

@media only screen and (max-width: 600px) {
  .gallery {
    width: 97.5%;
    height: auto;
  }
}

