* {
  margin: 0;
  color: white;
  font-family: sans;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 1.25em;
  line-height: 1.5em;
}

a {
  outline: 0;
}

.section-starter-hdr {
  font-size: 3.5em;
  text-align: center;
  padding-top: 1.5%;
  padding-bottom: 1%;
}

h1, h2 {
  font-family: 'Kalam', cursive;
}

.body-text {
  width: 65%;
  margin-left: 17.5%;
}

@media(max-width:800px) {
  .section-starter-hdr {
    font-size: 2.5em;
    padding-top: 4%;
  }
}

/*HEADER*/

header {
  background-color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

header nav ul {
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header nav li {
  margin: 0 15px;
}

header nav li:first-child {
  margin-left: 0;
}

header nav li: last-child {
  margin-right: 0;
}

.hdr-text {
  color: white;
  z-index: 11;
  padding-left: 1.5%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 2em;
  text-align: left;
  width: 100%;
}

.menu {
  background-color: black;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 25px 15px 25px 10px;
}

.menu-ul2 {
  padding-bottom: 15px;
}

.menu-item {
  font-size: 1.65em;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: 0.3s;
  font-family: 'Kalam', cursive;
}

.menu-item:hover {
  opacity: 0.36;
}

.menu-item-text {
  padding-top: 0.75%;
}

.linked-btns {
  height: 30px;
}

@media(max-width:1200px) {
  header nav ul {
    font-size: .75em;
  }

  .hdr-text {
    font-size: 1.75em;
  }

  .menu-item {
    font-size: 1.1em;
  }

  .menu-item-text {
    font-size: 1.3em;
  }

  .linked-btns {
    height:30px;
  }
}

@media(max-width:900px) {
  .linked-btns {
    height: 30px;
  }

  .menu {
    display: flex;
    flex-direction: column;
    padding-top:25px;
  }

  .menu-ul {
    margin-bottom: 10px;
  }

  .hdr-text {
    margin-left: 2%;
    font-size: 1.4em;
  }
}

@media(max-width:600px) {
  .hdr-text {
    font-size: 1.1em;
  }
}

@media(max-width: 500px) {
  header {
    display: flex;
    flex-direction: column;
  }

  .hdr-text {
    font-size: 1.4em;
    margin-left: 50%;
  }

  .linked-btns {
    height: 25px;
  }
}

@media(max-width: 400px) {

  header nav li {
    margin: 0 5px;
  }

  .menu {
    margin-right: 20px;
    padding: 15px 0px 10px 0px;
  }

  .hdr-text {
    font-size: 1em;
  }
}


/*FRONT IMAGE*/

#cover-img {
  position: relative;
  text-align: center;
  color: black;
  font-size: 3em;
  text-shadow: 2px 2px 7px black;
  background-color: #202020;
}

#cover-img h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.big-pic {
  background-color: #151515;
}

@media(max-width:1000px) {
  #cover-img h1 {
    font-size: 1.5em;
  }
}

@media(max-width:700px) {
  #cover-img h1 {
    font-size: 1.15em;
  }
}

@media(max-width: 400px) {
  #cover-img h1 {
    font-size: .95em;
  }
}

/*ABOUT*/

#about {
  background-color: #202020;
  padding-bottom: 3%;
}

#two-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 10%;
}

#col1-img {
  width: 50%;
}

#katrina-img {
  border-radius: 50%;
  border: 2px solid white;
}

#col2-bio {
  width: 50%;
}

#musing-btn {
  background-color: #151515;
  padding: 2%;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Kalam', cursive;
}

#musing-btn:hover {
  background-color: black;
}

@media(max-width:1600px) {
  .body-text {
    width: 100%;
    margin: 0;
  }

  #two-col {
    grid-gap: 10px;
    margin-right: 25px;
    margin-left: 15px;
  }

  #katrina-img {
    width: 75%;
  }

  #col2-bio p {
    font-weight:lighter;
  }
}

@media(max-width:800px) {
  #about {
    padding-bottom: 5%;
  }

  #two-col {
    flex-direction: column-reverse;
  }

  #col2-bio {
    width: 80%;
    padding-bottom: 20px;
  }

  #about-marker {
    font-size: .8em;
  }

  #katrina-img {
    width: 95%;
  }
}

@media(max-width:600px) {
  #musing-btn {
    padding: 3%;
  }
}

/*LESSONS*/

#lessons {
  background-color: #151515;
  padding-bottom: 3%;
}

.col2-lessons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

#col1-lessons {
  margin-right: 5%;
  width: 35%;
}

#col2-lessons {
  width: 25%;
  background-color: #202020;
  padding: 50px 40px 50px 40px;
  border: 2px solid #101010;
  font-size: .75em;
}

@media(max-width:800px) {
  .col2-lessons {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  #col1-lessons {
    width: 70%;
    padding-top: 20px;
    margin-bottom: 5%;
  }

  #col2-lessons {
    width: 80%;
    padding: 40px 30px 40px 30px;
    margin-bottom: 20px;
  }

  address {
    margin-bottom: 10px;
  }
}

@media(max-width: 400px) {
  #col1-lessons {
    width: 80%;
    font-size: .8em;
  }
  #col2-lessons {
    padding: 30px 10px 30px 10px;
  }

  address {
    margin-bottom: 20px;
  }
}

/*EVENTS*/

#events {
  background-color: #202020;
  padding-bottom: 3%;
}

#four-cols ul {
  list-style: none;
  justify-content: center;
}

#events h3 {
  padding-top: 0.5%;
  padding-bottom: 3%;
}

.reverb-btn {
  height: 50px;
}

@media(max-width:1200px) {
  #events h3 {
    font-weight: lighter;
  }
}

@media(max-width:800px) {
  #events {
    padding-bottom: 5%;
  }
}

@media(max-width: 500px) {
  h3 {
    margin: 1%;
  }
}

/*CONTACT*/

#contact {
  background-color: #151515;
  padding-bottom: 3%;
}

#contact p {
  line-height: 1.75em;
}

@media(max-width: 1200px) {
  .body-text p {
    font-weight: lighter;
  }
}

@media(max-width:800px) {
  #contact {
    padding-bottom: 5%;
    font-size: .9em;
  }
}

/*IMAGE PORTFOLIO*/

#img-portfolio {
  background-color: #202020;
  padding-top: 3%;
  padding-bottom: 3%;
}

.img-flex-row {
  height: 300px;
}

@media(max-width:800px) {
  #img-portfolio {
    padding: 5% 0 5% 0;
  }
}

/*FOOTER*/

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: black;
  padding: 3% 0 1.5% 0;
}

footer p {
  color: darkgrey;
}

.menu2 {
  display: flex;
  flex-direction: column;
}

.menu2 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.menu-item-text2 a {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-right: 20px;
}

.menu-ul2 {
  margin-right: 20px;
}

.menu-imgs {
  margin-right: 20px;
}

@media(max-width: 800px) {
  footer p {
    font-size: .8em;
  }
}

@media(max-width:600px) {
  footer {
    display: flex;
    flex-direction: column-reverse;
    }

    footer p {
      padding-bottom: 20px;
    }

    .menu-ul2 {
      margin-right: 90px;
    }
  }

  @media(max-width: 450px) {
    .menu-ul {
      padding-right: 7px;
      padding-left: 5px;
    }

    .menu-item-text2 {
      font-size: .8em;
    }
  }

  .creator {
    background-color: black;
    color: grey;
    font-size: 1em;
    padding-bottom: 2%;
  }
