/* 585858 is faded grey font color
   979797 highlighted color
   e1e1e1 is white font color
   17181B is background color - can use to make text invisible   background-color: #6B6C6D;
*/

#content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0px;
  display: block;
  background-color: #2c2d2f;
  overflow-y: scroll;
}

#content::-webkit-scrollbar {
  display: none;
}

#home-container {
  margin-top: 20px;
  width: 400px;
  text-align: center;
  color: #e1e1e1;
  line-height: 16pt;
}

#home-container img {
  width: 400px;
  height: 400px;
}

#about-container {
  width: 500px;
  margin-top: 20px;
  text-align: center;
  color: #e1e1e1;
  line-height: 16pt;
}

#about-me-pic {
  width: 500px;
  height: 300px;
}

#resume-container {
  width: 700px;
  height: 700px;
  margin-top: 20px;
}

#png-resume {
  display: none;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 126, 84, 0.2);
  transition: 0.3s;
  width: 200px;
  height: 260px;
  border-radius: 5px;
  background-color: #e1e1e1;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(145, 145, 145, 0.2);
}

.card img {
  height: 70%;
}

.card h5 {
  margin-bottom: 8px;
}

#contact-container,
#portfolio-container,
#blog-container {
  margin-top: 20px;
  width: 480px;
  font-family: "Rubik Mono One", sans-serif;
}

#blog-container {
  margin-right: 200px;
}

h1 {
  text-align: center;
  color: #e1e1e1;
  font-family: "Rubik Mono One", sans-serif;
}

.social {
  width: 30px;
  height: 30px;
  margin: 10px;
}

#amelia {
  width: 160px;
  height: 30px;
  margin-bottom: 10px;
}

#portfolio {
  display: none;
}

@media screen and (max-width: 768px) {
  #content {
    left: 0px;
    top: 60px;
    border-top: solid 1px black;
  }
  #home-container img {
    width: 300px;
    height: 300px;
  }
  #about-me-pic {
    width: 400px;
    height: 250px;
  }
  #about-container {
    width: 400px;
  }
  #resume-container {
    width: 400px;
    margin-top: 20px;
  }
  #pdf-resume {
    display: none;
  }
  #png-resume {
    display: inline-block;
    width: 400px;
  }
  #contact-container,
  #portfolio-container,
  #blog-container {
    margin-top: 20px;
    width: 300px;
  }
}
