body {
  background-color: #C0BCB5;
  font-family: 'Notica', serif;
  width: 100%;
}

p {
  font-size: 1.1em;
  font-weight: 300;
  text-align: justify;
}

h1, h2 {
  font-family: 'Cinzel', serif;
}

#more-info {
  font-size: 1.2em;
}

/*header section */

header {
  align-items: center;
  background-color: #B4393E;
  box-shadow: 1px 1px 10px 1px #000103;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px;
  padding: 10px 40px;
}

h1 {
  color: #EEEEFF;
  margin: 10px;
  text-shadow: .5px .5px  2px #000103;
}


nav {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  margin-right: 13%;
}

.nav-links {
  color: #EEEEFF;
  margin-right: 10px;
  /*text-shadow: 1px 1px 2px #000103;*/
  text-decoration: none;
}

/*picture and bio area*/

main{
  background-color: #EEEEFF;
  box-shadow: 2px 2px 10px 2px #000103;
  margin: 25px auto;
  max-width: 65%;
  padding: 15px 30px;
  text-align: center;
}

/*footer*/
footer{
  align-items: center;
  background-color: #B4393E;
  color: #EEEEFF;
  display: flex;
  flex-direction: column;
  font-family: "Cinzel";
  font-size: 1.3em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

h4 {
  text-align: center;
}

#more-info {
  text-align: center;
}

@media (max-width: 1023px) {
  #intro {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #bio {
    margin-top: 20px;
  }
}

@media (max-width: 950px) {
  #intro {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #bio {
    margin-top: 20px;
  }
}

@media (max-width: 860px) {
  header {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  h1{
    margin: 0;
  }

  nav {
    margin: 10px 0px;
  }

  .services {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
  }

  .lists {
    margin: 0px;
  }

}

@media (max-width: 450px) {

  h1 {
    text-align: center;
  }

  #biz-title{
    display: block;
    text-align: center;
  }

  #picture{
    margin: 0;
    max-width: 320px;
  }

  main {
    margin: 0;
    max-width: 100%;
  }

  nav {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .nav-links {
    margin-top: 10px;
  }

}
