


.home{
  font-family:sans-serif;
  /*background-color:aqua;*/

  background-image:url("images/table.jpg");
   background-size: cover;
   text-align: center;
}

.folder{

  background-image:url("images/folder.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  margin-top: 100px;
}

nav,
.contact {
  background-color:aqua;
  padding: 20px;

  max-width: 700px;   
  margin: 40px auto; 
  border-radius: 12px;
}

/*PROJECTPAGE*/

.projectBody{
  background-color:rgb(201, 83, 83);
}

.ProjectPage{
  background-color:white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);

  
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: 716px;
  height: 956px;

}

.gallery {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
}

.project {
  margin: 0;
  text-align: left;
}

.project img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.project figcaption {
  margin-top: 10px;
}

.project h3 {
  margin: 8px 0 4px;
}

.project p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}



/* RESUME*/

.resume h1{
  font-size: 18pt;
}

.resume h2{
  font-size: 11pt;
}

.resume p, .resume ul, .resume span{
  font-size: 10pt;
}

.resume h2, hr,.resume h1, .resume p, .resume ul{
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}


hr{
  background-color: black;
  border-color: black;
  height:1px;
  border:none;
 
  
}

.school, .degree,.work,.title{
  display: flex;
  justify-content: space-between;
}

.uni, .course, .group, .resume-project, .skill-type{
  font-weight:bold;
}

.uni{
  margin-right:4px;
}

.date {
  margin-left: auto;
  font-style: italic;
}

.date2, .concentration, .position{
  font-style: italic
}

.gpa, .location2{
  margin-left: auto;
}

.resume-page{
  background-color:rgb(201, 83, 83);

}


.resume{
  font-family: "Times New Roman", Times, serif;

  background-color:white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);

  
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: 716px;
  height: 966px;
  h1, .centered-text{
    text-align: center;


  }
  
}

 .activities h2,.coursework p,.education h2, .projects h2{
  margin-top:3px;
 }



/* padding and width/heights needs to equal: 816/1056



.resume {
  animation: slideIn 0.6s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}