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

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


body {
  background-color: #000;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, Sans-Serif;
  }

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

  }

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


a.link:hover {
  color: #ff0;
}

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

a.link:active {
  color: #ff0;
  }


/* Hidden on mobile devices */
.mobileHidden {
  display: none;

  }




/* Home Style */

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

  }

.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.12rem;
/*  border-radius: 5px; */
  font-family: "Poppins";
  }

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

.black {
  color: #000;

  }


/* End Home Style */

/* Gigs Section Style */

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

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

  }


#gigsSection h2.sectionTitle {
  color: #fff;
  font-weight: 400;
  }


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


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


.gigBox {
  margin-bottom: 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);
}



/* 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;
  }

/* End Footer Section Style */



