body {
  font-family: "Barlow", sans-serif;
  line-height: 145%;
}

h1 {
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 50px;
  color: #000000;
  font-size: 4.4rem;
  font-style: italic;
  font-weight: 400;
}

h2 {
  font-size: 14px;
}

#wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

#global-header {
  display: flex;
  height: auto;
  padding: 30px 0 30px 0;
  margin: 0 auto;
  width: 100%;
  background: url("../images/header_stars.png") repeat-x;
}

#logo {
  display: flex;
  flex-direction: row;
}

#header-logo {
  font-size: 2rem;
  font-weight: 900;
  color: #866201;
  padding: 0;
  margin: 0;
  font-style: normal;
}

#logo-description {
  font-weight: 400;
  font-size: 18px;
  padding: 5px 0 0 12px;
}

.dropshadow {
  filter: drop-shadow(0px 0px 4px #e1c945);
}

#intro-background-container {
  /*clip-path: polygon(53% 0, 100% 0%, 75% 100%, 0% 100%);*/
  /*background-color: map-get($colors, primary);
  background: rgb(142,247,223);
  background: linear-gradient(180deg, rgba(142,247,223,1) 0%, rgba(128,168,254,1) 100%);
  clip-path: polygon(49% 23%, 0% 100%, 100% 100%);*/
  background: url(../images/section-1.jpg) center top 50px no-repeat white;
  height: auto;
  padding-bottom: 200px;
}
#intro-background-container #intro {
  height: auto;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#intro-background-container #intro #intro-header {
  color: #ff8a00;
  font-size: 40px;
  font-weight: 700;
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
}
#intro-background-container #intro #intro-bio {
  padding-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

#i_frame {
  position: relative;
  width: 80%;
  height: 492px;
  border-radius: 20px;
  filter: drop-shadow(0 1.2rem 0.75rem rgba(0, 0, 0, 0.3));
}

#awards-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-evenly;
}
#awards-container .award {
  display: flex;
  width: 20%;
  max-width: 150px;
  height: auto;
  flex-direction: column;
  justify-content: center;
}
#awards-container .award p {
  font-size: 14px;
  font-weight: 400;
}

#motion-background-container {
  display: flex;
  justify-content: center;
  background: url(../images/Motion_tab_2.png) top 0px right no-repeat white;
  background-size: 900px;
  height: 834px;
  padding-bottom: 0;
}
#motion-background-container #motion-content {
  display: flex;
  flex-direction: row;
  text-align: right;
  margin: 0 auto;
  width: 90%;
}
#motion-background-container #motion-content #motionThumbContainer {
  display: flex;
  width: 65%;
  height: 600px;
  justify-content: flex-start;
  flex: 2;
}
#motion-background-container #motion-content #motion-image {
  width: 100%;
  height: auto;
  align-self: flex-start;
}
#motion-background-container #motion-content #motion-description-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#motion-background-container #motion-content #motion-text {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
}

#pencil-background-container {
  background: url(../images/Pixel_2_Pencil_2.png) top 30px left no-repeat;
  background-size: 1000px;
  height: 1395PX;
  margin: -190px auto;
}
#pencil-background-container #pencil-description-container {
  z-index: 1000;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#pencil-background-container #pencil-description-container p {
  color: black;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 320px;
}

#footer {
  height: 200px;
  width: 100%;
  text-align: right;
  padding: 0 0 0 0;
  margin: 0;
  background: url("../images/footer_pattern.png") repeat-x bottom right;
}

@media only screen and (max-width: 768px) {
  main {
    padding: 0;
  }

  p {
    line-height: 130%;
  }

  #global-header {
    display: flex;
    height: auto;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    width: 9;
  }

  #logo {
    display: flex;
    flex-direction: column;
  }

  #header-logo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #866201;
    padding: 0;
    margin: 0;
    font-style: normal;
  }

  #logo-description {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0 0 0;
  }

  #intro-background-container {
    /*clip-path: polygon(53% 0, 100% 0%, 75% 100%, 0% 100%);*/
    /*background-color: map-get($colors, primary);
    background: rgb(142,247,223);
    background: linear-gradient(180deg, rgba(142,247,223,1) 0%, rgba(128,168,254,1) 100%);
    clip-path: polygon(49% 23%, 0% 100%, 100% 100%);*/
    background: url(../images/section-1.jpg) center top 170px no-repeat white;
    height: auto;
    padding-bottom: 200px;
  }
  #intro-background-container #intro {
    height: auto;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #intro-background-container #intro #intro-header {
    color: #ff8a00;
    font-size: 22px;
    font-weight: 700;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
  }
  #intro-background-container #intro #intro-bio {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
  }

  #i_frame {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 20px;
    filter: drop-shadow(0 1.2rem 0.75rem rgba(0, 0, 0, 0.3));
  }

  #motion-background-container {
    display: flex;
    justify-content: center;
    background: url(../images/Motion_tab_2.png) top right no-repeat white;
    width: 100%;
    height: 1003px;
    padding-bottom: 180px;
  }
  #motion-background-container #motion-content {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin: 0 auto;
    width: 100;
    padding: 60px 0 0 0;
    max-height: 600px;
  }
  #motion-background-container #motion-content #motionThumbContainer {
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: flex-start;
    flex: 0;
  }
  #motion-background-container #motion-content #motion-image {
    width: 100%;
    height: auto;
    align-self: center;
  }
  #motion-background-container #motion-content #motion-description-container {
    display: flex;
    flex-direction: column;
    flex: 0;
  }

  #pencil-background-container {
    background: url(../images/Pixel_2_Pencil_2.png) top 1px right -60px no-repeat white;
    width: 100%;
    height: 1180px;
  }
  #pencil-background-container #pencil-description-container {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding-top: 560px;
  }
  #pencil-background-container #pencil-description-container h1 {
    font-size: 48px;
  }
  #pencil-background-container #pencil-description-container p {
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 320px;
  }
}
#footer {
  color: grey;
  line-height: 20px;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}