body {
  box-sizing: border-box;
  position: absolute;
  max-width: 100vw;
  background-image: url("./img/rough\ paper\ texture.jpg");
}
h1 {
  font-family: "Michroma", sans-serif;
  text-align: center;
  font-size: 100px;
  font-stretch: extra-expanded;
  color: #535556;
  font-variant: all-petite-caps;
}
h2 {
  font-family: "Cabin Sketch", cursive;
  font-variant-caps: petite-caps;
  text-align: center;
}
h3,
h4 {
  text-align: center;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
  margin-left: 5px;
}
#welcome {
  background-image: url("./img/beach.jpg");
  min-width: 100vw;
  background-size: cover;
  background-position: center;
  height: 100vh;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
#welcome .nav-link {
  color: #64614a;
  transition: all 300ms ease;
  font-size: 36px;
  display: flex;
}
#welcome .nav-link:hover {
  color: #268388;
}
#welcome h1 {
  margin-top: 30px;
}
#getFixed {
  width: 100%;
  height: 50px;
  background: #525556;
  display: none;
  z-index: 999;
}
a {
  color: #eae1dd;
  font-size: 20px;
  font-weight: bold;
  font-variant: all-petite-caps;
}
a:hover {
  color: #ffece0;
}
.picture {
  width: 100px;
  height: 100px;
  margin: 5px;
  background-color: yellow;
}
.about {
  background: green;
  margin: 5px;
}
.projects {
  min-height: 40vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  flex-wrap: wrap;
}

.project {
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  margin: 5px;
  width: 35vw;
  height: 30vh;
  flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border: 5px solid gray;
}
.project1 {
  background-image: url("./img/trivia.png");
}
.project2 {
  background-image: url("./img/bookapp.png");
}
.project3 {
  background-image: url("./img/diary.png");
}
.project4 {
  background: grey;
  opacity: 0;
}
.project-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* Flex Items */
.project > * {
  width: 100%;
  transition: transform 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project p {
  text-align: justify;
  line-height: 1.1;
  text-indent: 0;
  padding: 15px;
}

.section {
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
#about {
  justify-content: space-evenly;
}
img {
  max-width: 15vw;
  float: left;
  margin-right: 15px;
  opacity: 0.8;
}
blockquote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #3e3e3e;
  font-style: italic;
  margin: 30px 60px;
  padding: 30px;
  text-align: center;
  position: relative;
  width: 70vw;
  background: #fffffe91;
  border-radius: 20px;
}
p {
  text-align: justify;
}
.invisible {
  opacity: 0;
  min-height: 10vh;
}
.inside {
  background: grey;
  border: 10px solid;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 300ms ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.project:hover .inside {
  opacity: 1;
}
.icon {
  fill: #515556;
}
.icons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
h3,
h4 {
  font-variant: all-petite-caps;
  display: flex;
  justify-content: center;
}
.links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.inside a {
  font-size: 20px;
  line-height: 1px;
}
h5 {
  text-align: center;
  width: 80vw;
}
h1 {
  font-family: "Michroma", sans-serif;
  text-align: center;
  font-size: 100px;
  font-stretch: extra-expanded;
  color: #535556;
  font-variant: all-petite-caps;
}
h2 {
  font-family: "Cabin Sketch", cursive;
  font-variant-caps: petite-caps;
  text-align: center;
}
h3,
h4 {
  text-align: center;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
  margin-left: 5px;
}

#getFixed {
  width: 100%;
  height: 50px;
  background: #525556;
  display: none;
  z-index: 999;
}
a {
  color: #eae1dd;
  font-size: 20px;
  font-weight: bold;
  font-variant: all-petite-caps;
}
a:hover {
  color: #ffece0;
}
.picture {
  width: 100px;
  height: 100px;
  margin: 5px;
  background-color: yellow;
}
.about {
  background: green;
  margin: 5px;
}
.projects {
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  h2 {
    font-family: "Cabin Sketch", cursive;
    font-variant-caps: petite-caps;
    text-align: center;
  }
  h3,
  h4 {
    text-align: center;
    font-size: 20px;
  }
  p {
    font-size: 10px;
    text-align: justify;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: 5px;
  }

  #welcome {
    background-image: url("./img/beach.jpg");
    min-width: 100vw;
    max-width: 100vw;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
  }
  /* .nav-link {
    color: #64614a;
    transition: all 300ms ease;
    font-size: 30px;
    display: flex;
  } */
  #getFixed {
    width: 100%;
    max-width: 100vw;
    height: 50px;
    background: #525556;
    display: none;
    z-index: 999;
  }
  /* a:hover {
    color: #ffece0;
  } */
  .picture {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  #about {
    max-height: 200vh;
  }
  .projects {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    flex-wrap: wrap;
  }

  .project {
    width: 80%;
  }
  .section {
    min-height: 70vh;
    margin-bottom: 20px;
  }
  blockquote {
    margin: 15px 30px;
    padding: 15px;
    width: 80vw;
  }
  .inside {
    opacity: 1;
  }
  .inside a {
    margin: 0px;
    padding: 1px;
  }

  /* .icon {
    fill: #515556;
    width: 20px;
    height: 20px;
  }

  .icons {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    width: 80vw;
    height: 70px;
  } */
  h3,
  h4 {
    font-variant: all-petite-caps;
    display: flex;
    justify-content: center;
  }
}
/* * {
  transition: none !important;
  animation: none !important;
  max-width: 100vw;
}
html {
  max-width: 100vw;
} */
