* {
  text-align: center;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-family: "Questrial", sans-serif;
}

header {
  height: 100vh;
  padding: 2%;
  margin-top: 20%;
}

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

.app-adj {
  font-size: 2em;
  font-family: "Abril Fatface", cursive;
}

#headshot-container {
  padding-top: 50px;
}

#headshot {
  width: 100px;
  border-radius: 50%;
  margin: 2%;
}

h2 {
  font-family: "Spirax", cursive;
  font-size: 2em;
  margin: 0;
}

hr {
  width: 60%;
  border-top: 1px solid #1966d2;
  margin-top: 20px;
}

.link {
  text-decoration: none;
  color: grey;
}

img {
  width: 100%;
  padding: 4px;
}

p {
  display: block;
  margin: 0 auto;
}

.project_container {
  display: block;
  margin: auto;
  width: 850px;
  padding-top: 20px;
  font-size: 20px;
}

.project_box_title {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}

.project_box a {
  color: #1966d2;
}

.project_box {
  display: block;
  width: 80%;
  margin: auto;
  padding: 2%;
  margin-top: 20px;
  background-color: whitesmoke;
}

.project_box_image p {
  line-height: 0.5em;
  padding: 0;
  margin: 0;
}

.project_improvements {
  padding: 0;
}

.project_improvements li {
  list-style: none;
  text-align: left;
  line-height: 2em;
}

.screenshot:hover {
  filter: brightness(50%);
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  width: 100%;
  background-color: inherit;
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 2%;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent p {
  font-size: 0.9em;
}

.slick-dots li {
  display: none;
}

.under-construction {
  max-width: 200px;
}

.photo_carousel {
  padding: 12px;
}

#about_container {
  width: 80%;
  margin: 0 auto;
}

blockquote {
  padding: 5%;
  background-color: #faebbc;
  margin: 1%;
  background-position: top left;
  background-repeat: no-repeat;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

footer {
  padding-bottom: 2%;
}

@media (orientation: landscape) {
  header {
    padding: 2%;
  }

  #greetings p {
    line-height: 1.2em;
    font-size: 1em;
  }

  .app-adj {
    font-size: 1.2em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 70px;
    border-radius: 50%;
    margin: 2px;
  }

  h2 {
    margin-top: 20px;
  }

  .project_improvements {
    text-indent: 10%;
  }
}

@media only screen and (min-width: 375px) and (min-height: 667px) {
  * {
    font-size: 16px;
  }

  header {
    padding: 2%;
  }
}

@media only screen and (min-width: 667px) and (min-height: 375px) {
  #greetings p {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .app-adj {
    font-size: 1.5em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 80px;
    border-radius: 50%;
    margin: 1%;
  }

  .project_improvements {
    text-indent: 15%;
  }
}

@media only screen and (min-width: 480px) and (min-height: 681px) {
  * {
    font-size: 18px;
  }
}

@media only screen and (min-height: 480px) and (min-width: 681px) {
  header {
    padding: 2%;
  }

  #greetings p {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  #intro_words {
    padding: 2%;
  }

  .app-adj {
    font-size: 2em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 100px;
    border-radius: 50%;
  }

  .project_improvements {
    text-indent: 15%;
  }
}

@media only screen and (min-height: 411px) and (min-width: 731px) {
  #greetings p {
    font-size: 1.25em;
    line-height: 1.5em;
  }

  #intro_words {
    padding: 1%;
  }

  .app-adj {
    font-size: 2em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 80px;
    border-radius: 50%;
    margin: 1%;
  }
}

@media only screen and (min-height: 823px) and (min-width: 411px) {
  * {
    font-size: 18px;
  }

  header {
    padding: 2%;
  }

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

  #intro_words {
    padding: 2%;
  }

  .app-adj {
    font-size: 2.5em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 150px;
    border-radius: 50%;
    margin: 1%;
  }
}

@media only screen and (min-width: 823px) and (min-height: 411px) {
  .project_improvements {
    text-indent: 20%;
  }
}

@media only screen and (min-width: 768px) and (min-height: 1024px) {
  * {
    font-size: 24px;
  }

  .project_improvements {
    text-indent: 0%;
  }
}

@media only screen and (min-height: 768px) and (min-width: 1024px) {
  * {
    font-size: 24px;
  }

  header {
    padding: 2%;
  }

  .project_improvements {
    text-indent: 5%;
  }
}

@media only screen and (min-width: 1224px) and (min-height: 700px) {
  * {
    font-size: 18px;
  }

  #greetings p {
    font-size: 2.5em;
    line-height: 1.5em;
  }

  #intro_words {
    padding: 0;
    margin: 0;
  }

  .app-adj {
    font-size: 2.5em;
    font-family: "Abril Fatface", cursive;
  }

  #headshot {
    width: 150px;
    border-radius: 50%;
  }

  .project_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
      "project_box_image project_box_info"
      "project_box_image project_box_info"
      "technology_and_code project_box_info";
    grid-column-gap: 2%;
    margin-top: 10px;
  }

  .project_box_image {
    grid-area: project_box_image;
  }

  .project_box_info {
    grid-area: project_box_info;
    margin-top: 1em;
  }
  .technology_and_code {
    grid-area: technology_and_code;
  }

  .project_improvements {
    text-indent: 5%;
  }
}

@media only screen and (min-width: 1824px) {
  * {
    font-size: 24px;
  }

  .project_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "project_box_image technology_and_code"
      "project_box_image project_box_info"
      "project_box_image project_box_info"
      "project_box_image project_box_info";
    grid-column-gap: 2%;
  }

  .project_box_image {
    grid-area: project_box_image;
  }

  .project_box_info {
    grid-area: project_box_info;
    margin-top: 1.5em;
  }
  .technology_and_code {
    grid-area: technology_and_code;
  }

  .project_improvements {
    text-indent: 5%;
  }
}

@media only screen and (min-width: 1824px) {
  header {
    width: 80%;
    margin: 0 auto;
  }
}
