/* Start Commmon Style */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


/* Fonts */
@font-face {
  font-family: village;
  src: url("village.ttf");
}

@font-face {
  font-family: huskystash;
  src: url("huskystash.ttf");
}

@font-face {
  font-family: hobostd;
  src: url("hobostd.otf");
}

@font-face {
  font-family: hobostd;
  src: url("hobostd.otf");
}


:root{
    --themeRed: #d70303;
    --themeRedBright: #f55;
    --grey: #efefef
  }

html {
  scroll-behavior: smooth;
  }


button, body {
/*   font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif; */
  font-family: "Poppins", Helvetica, Arial, Sans-Serif;
  }

body {
   background-color: #000;
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

p {
  font-size: 14px;
  line-height: 26px;
  }


/* Hidden on non mobile / pc desktop */
.pcHidden {
  display: none;

  }


.fullContainer {
  width: 100%;
  }

.container {
  width: 1140px;
  margin-left: 60px;
/*   margin: auto; */

  }


.sectionTitle {
  width: 300px;
  border-bottom: 3px solid var(--themeRed);
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  margin: 0 auto 50px;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  }

.sectionTitle::after {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  background-color: var(--themeRed);
  position: absolute;
  left: calc(50% - 10px);
  top: calc(75% - 7px);
  transform: rotate(45deg) translate(50%,50%);
  border: 3px solid #ddd;

  }

section {
  padding-top: 20px;
  padding: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;

  }


/* End Commmon Style */

/* Start Home Style */

header {
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 2;
  }

header .container {
  display: flex;
  justify-content: space-between;
  }

header .container .logo {
  padding: 15px 0;
  height: 75px;
  }

header .container .logo img {
  height: 100%;
  }

header nav ul {
  list-style-type: none;
  }

header nav ul li {
  display: inline-block;
  }

header nav ul li a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;

  }

header nav ul li a:hover {
  background-color: var(--themeRed);
  }

.banner {
  min-height: 100vh;
  width: 100%;
  background-image: url("joeBackgroundRight.png");
  background-size: cover;
  background-attachment: fixed;
  }

.banner h1.rrr {
  margin-top: 230px;
  display: inline-block;
  font-size: 3.5rem;
  color: #fff;
/*   text-shadow: 3 3 2px var(--themeRedBright); */
  width: 50%;
  line-height: 4.2rem;
  font-weight: 500;
/*   font-family: "village"; */
  }

  .banner h1.mtmt {
  margin-top: 8px;
  display: inline-block;
  font-size: 3.5rem;
  color: #fff;
/*   text-shadow: 3 3 2px var(--themeRedBright); */
  width: 50%;
  line-height: 4.2rem;
  font-weight: 500;
/*   font-family: "village"; */

  }


.red {
  color: var(--themeRed);

  }

.black {
  color: #000;

  }


.banner h1 span.move {
  background-color: var(--themeRed);
  display: inline;
  font-size: 2.5rem;
  line-height: 3.5rem;
  width: 100%;
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 0.42rem;
  border-radius: 5px;
  font-family: "Poppins";
  }

.banner p {
  color: #fff;
  width: 50%;
  text-shadow: 0 0 2px #000;
  margin-top: 10px;
  }

.banner button {
  background-color: var(--themeRed);
  border: 0;
  outline: none;
  color: #fff;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 500;


  }

.blockText {
  width: 960px;
   margin: 0px;

  }

a.link
{
  color: var(--themeRed);
  font-size: 1.05rem;
  text-decoration: none;
}


a.link:hover {
  color: var(--themeRedBright);
}

a.link:visited {
  color: var(--themeRed);
}

a.link:active {
  color: #fff;
}
li {
  color: #fff;

  }

a.inline, a.inline:visited {
  color: var(--themeRed);
  font-size:1.2rem;
  text-decoration: none;
}

a.inline:hover {
  color: #FF8080;
}

a.inline:active {
  color: #FF5E5E;
}


/* End Home Style */


/* About Section Style */
#aboutSection {
  background-image: url("chrisBackground800.png");
  color: #fff;
  }

#aboutSection div.container {
  width: 780px;
  margin-left: auto;
  }


/* Emd About Section Style */


/* Gigs Section Style */

#gigsSection {
   color: #fff;
   background-image: url("toomuchgear.jpg");
   padding-top: 30px;
   padding-bottom: 10px;
   height: 800px;
  }

#gigsSection div.container {
/*  width: 780px; */
   margin-top: 0px;
   margin-bottom: 0px;
   overflow: auto;

  }


#gigsSection h2.sectionTitle {
  color: var(--themeRed);
  font-weight: 400;
  }


#gigsSection .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  height: 375px;
}

#gigsSection .cards > div {
  width:350px;
  background-color: var(--grey);
  opacity: 0.8;
  padding: 14px;
  color: #444;
  text-align: center;
  border-radius: 15px;
  height: 245px;
  border: 3px solid var(--themeRed);


  }

#gigsSection .cards > div:hover {
  background-color: #eee;
  opacity: 1.0;
  padding: 14px;
  color: #444;
  text-align: center;
  border-radius: 15px;
  height: 245px;
  border: 3px solid #d00;

  }

.gigBox {
  margin-top: 40px;
  /* box-shadow: 0 4px 8px 0 rgba(44, 44, 44, 0.2), 0 6px 20px 0 rgba(44, 44, 44, 0.19); */
  }

.gigDate {
  margin-top: 0px;
  width: 90px;
  height: 90px;
  box-shadow: 0 4px 8px 0 rgba(44, 44, 44, 0.2), 0 6px 20px 0 rgba(44, 44, 44, 0.19);
  border-radius: 7px;
  padding: 0px;
  float:left;
  margin-right: 10px;
  opacity: 1.0;

  }

.gigDay {
  color: var(--themeRed);
  font-size: 3rem;
  font-weight: 500;
  height: 50px;
  padding: 0px;
  }

.gigMonth {
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  }

.gigDayTime {
  font-weight: 600;
  color: #000;
  }

.gigDayTime span {
  font-weight: 600;
  color: var(--themeRed);
  }

.gigVenue {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  }

.gigTown {
  font-weight: 500;
  color: #000;
  }

.gigDescription {
/*   border-style: solid;
  border-color: #00f; */
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  text-align: left;
  height: 80px;
  }

 button.gigButton {
  background-color: var(--themeRed);
  border: 0;
  outline: none;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  width: 200px;


  }

/* End Gigs Section Style */

/* Photos Section Style */

#photosSection {
   color: #fff;
   background-color: #222;
   overflow: auto;
/*    height: 1000px; */
  }

#photosSection p {
  color: var(--themeRed);
}

/* End Photos Section Style */

/* Socials Section Style */

#socialsSection {
   color: #fff;
   background-color: #000;
   overflow: auto;
/*    height: 1000px; */
  }

#socialsSection .socialsIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  height: 125px;
}

/* End Socials Section Style */

/* Footer Section Style */

#footerSection {
   color: #ccc;
   background-color: #000;
   overflow: auto;
   height: 30px;
  }

/* End Footer Section Style */


