/* 

---- 01 TYPOGRAPHY SYSTEM -----

-FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

-Font weights:
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

-Line Heights:
Default: 1
Small: 1.05
Medium: 1.2
Paragraph default: 1.6
Large: 1.8

- letter spacing



---- 02 COLORS

Primary: #BB7949
#F0EED2
#247A62
#9DB734
#bdd09f;
- Tints: 

- Shades:

- Accents:
- Greys: 
color: 




--- 05 SHADOWS
box-shadow: 


--- 06 BORDER-RADIUS



Default: 


--- 07 WHITESPACE


-Spacing System (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

*/

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Karla", sans-serif;
  width: 100vw;
  height: 100vh;
  background-color: #f0eed2;
  overflow-x: hidden;
}

.booking-container {
  text-align: center;
}

.projects-container {
  text-align: center;
}

a:link {
  text-decoration: none;
  color: #0000ee;
}

a:visited {
  text-decoration: none;
  color: #0000ee;
}

a:hover {
  text-decoration: none;
  color: #551a8b;
}

a:active {
  text-decoration: none;
  color: #551a8b;
}

.nav-bar {
  list-style: none;
  display: flex;

  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  padding: 2rem 0;
  background-color: #f0eed2;
  color: #247a62;
  font-weight: 600;
}

.nav-btn a:visited,
.nav-btn a:link {
  color: #247a62;
  text-decoration: none;
}

.nav-btn a:active,
.nav-btn a:hover {
  color: #9db734;
  text-decoration: none;
}

.nav-name {
  font-size: 2rem;
  color: #bb7949;
  font-weight: bold;
}

.randy-home-img {
  width: 90%;
  border-radius: 9px;
  justify-content: center;
  align-self: center;
  margin: 5rem 2rem 0rem 2rem;
  box-shadow: 0.1rem 0.6rem 2rem;
}

.hero {
  background-color: #bdd09f;
  display: flex;

  flex-direction: column;
  padding-bottom: 5rem;
}

.quote {
  display: flex;
  justify-content: center;
  font-family: "Alex Brush", cursive;
  font-size: 3.8vw;
  margin-bottom: -4rem;
}

.header {
  font-family: "Karla", sans-serif;
}

.footer {
  background-color: #f0eed2;

  display: flex;
  padding: 4rem 2rem 2rem;
  justify-content: center;
  gap: 10rem;
  line-height: 2;
  justify-content: space-evenly;
  font-family: "Karla", sans-serif;
}

.footer li {
  list-style: none;
}

.randy-waving {
  height: 12rem;
  border-radius: 10%;
  box-shadow: 0.1rem 0.6rem 1rem;
  margin-bottom: 1rem;
}

.sassafras-img {
  height: 12rem;
  border-radius: 10%;
  margin-bottom: 1rem;
}

.projects-title,
.booking-title {
  font-weight: 600;
}

.wrapper {
  background-color: #f0eed2;
}

/************************
/************************
BIO PAGE
/************************
/************************
/************************/

.bio-container {
  background-color: #f0eed2;
  padding: 2rem 4rem 2rem 4rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  border-top: solid #bdd09f 2px;
  border-bottom: solid #bdd09f 2px;
}

.bio-img2 {
  border-radius: 8px;
  box-shadow: 5px 5px 20px;
  padding: 1.5rem;
  background-color: #247a62;
  margin: 2rem;
}
.bio-img1 {
  height: 20rem;
  border-radius: 8px;
  box-shadow: 5px 5px 20px;
  padding: 1.5rem;
  background-color: #247a62;
  margin-bottom: -2rem;
}

.bio-img3 {
  height: 30rem;
  border-radius: 8px;
  box-shadow: 5px 5px 20px;
  padding: 1.5rem;
  background-color: #247a62;
  margin: 1rem;
}

/************************
/************************
LISTEN PAGE
/************************
/************************
/************************/

.listen-txt {
  font-size: 2rem;
  text-align: center;
  padding: 2rem;
  line-height: 1.6;
}

.songs-container-1 {
  display: flex;
  flex-direction: column;

  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border-bottom: solid #bdd09f 2px;
  padding-bottom: 2rem;
  background-color: #f0eed2;
}

.header.listen {
  border-bottom: solid #bdd09f 2px;
}
span {
  font-weight: 500;
  margin-top: 2rem;
}

/********************************/
/* BELOW 944px (Tablets) */
/********************************/

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */
    font-size: 55%;
  }
}

@media (max-width: 47em) {
  .footer {
    font-size: 1.2rem;
  }
  .header.contact {
    border-bottom: solid #bdd09f 2px;
  }

  .footer.contact {
    margin-top: -3rem;
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/************ SHOWS */

@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

.event-list {
  list-style: none;
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
}
.event-list > li {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgb(51, 51, 51);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
  padding: 0px;
  margin: 0px 0px 20px;
}
.event-list > li > time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: #9db734;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
  background-color: #bb7949;
}
.event-list > li > time > span {
  display: none;
}
.event-list > li > time > .day {
  display: block;
  font-size: 28pt;
  font-weight: 100;
  line-height: 1;
}
.event-list > li time > .month {
  display: block;
  font-size: 14pt;
  font-weight: 500;
  line-height: 1;
}
.event-list > li > img {
  width: 100%;
}
.event-list > li > .info {
  padding-top: 5px;
  text-align: center;
}
.event-list > li > .info > .title {
  font-size: 17pt;
  font-weight: 700;
  margin: 0px;
}
.event-list > li > .info > .desc {
  font-size: 13pt;
  font-weight: 300;
  margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.event-list > li > .social > ul {
  margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
}
.event-list > li > .social > ul > li {
  padding: 0px;
}
.event-list > li > .social > ul > li > a {
  padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}

.event-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  padding: 0px;
}
.event-list > li > time,
.event-list > li > img {
  display: inline-block;
}
.event-list > li > time,
.event-list > li > img {
  width: 120px;
  float: left;
}
.event-list > li > .info {
  background-color: rgb(245, 245, 245);
  overflow: hidden;
}
.event-list > li > time,
.event-list > li > img {
  width: 120px;
  height: 120px;
  padding: 0px;
  margin: 0px;
}
.event-list > li > .info {
  position: relative;
  height: 120px;
  text-align: left;
  padding-right: 40px;
}
.event-list > li > .info > .title,
.event-list > li > .info > .desc {
  padding: 0px 10px;
}
.event-list > li > .info > ul {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.event-list > li > .social {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
}
.event-list > li > .social > ul {
  border-left: 1px solid rgb(230, 230, 230);
}
.event-list > li > .social > ul > li {
  display: block;
  padding: 0px;
}
.event-list > li > .social > ul > li > a {
  display: block;
  width: 40px;
  padding: 10px 0px 9px;
}
.month {
  transform: translate(0, -100%);
}

.header.shows {
  margin-bottom: 2rem;

  border-bottom: solid #bdd09f 2px;
}

.footer.shows {
  border-top: solid #bdd09f 2px;
}

.shows-wrapper {
  background-color: #f0eed2;
}

html {
  background-color: #f0eed2;
}

.year-2022 {
  text-align: center;
}

.year-2023 {
  text-align: center;
}

/********** CONTACT */
.contact-txt {
  font-size: 2rem;
  text-align: center;
  padding: 2rem;
  line-height: 1.6;
}

.footer.contact {
  font-size: 2rem;
}

.header.shows {
  line-height: 1.1;
  font-size: 1.6rem;
}

.contact.header {
  border-bottom: solid #bdd09f 2px;
}
