/**Google fonts 
font-family: 'Dancing Script', cursive;
font-family: 'IBM Plex Serif', serif;
**/

h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  position: relative;
  bottom:15px;
  text-align: center; 
}

h1 a {
  color: #928C73;
  text-decoration: none;
}

p {
  font-family: 'IBM Plex Serif', serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  bottom: 50px;
}


nav {
  display: grid;
  position: relative;
  bottom: 40px;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 300px;
  font-family: 'Dancing Script', cursive;
  font-size:35px;
  padding-left: 0%;
  padding-right: 0%;
  border-bottom: 3px solid #928C73;
}

#who {
  color: burlywood;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  }
  
#language {
  color: burlywood;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  }
  
#project {
  color: burlywood;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  }
  
  #contact {
  color: burlywood;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}


body {
  background-image: url("../images/background.jpg");
  background-size: cover;
}


footer {
  bottom: 0;
  width: 100%;
  background-color: #928C73;
  opacity: 0.8;
  color: burlywood;
}
    
.left-section p {
  position: relative;
  top: 10px;
  text-align: left;
  margin-left: 3%;
}
    
.right-section p {
  position: relative;
  bottom: 40px;
  text-align: right;
  margin-right: 3%;
}

footer p {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  margin: 2px;
}


.logos {
  display: grid;
  position: relative;
  left: 100px;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 25px;
}

.cpp {
  grid-row: 1 / 2;
  grid-column: 3 / 7;
}
  
.autocad {
  grid-row: 2 / 2;
  grid-column: 3 / 7;
}
  
.hcj {
  grid-row: 2 / 2;
  grid-column: 4 / 7;
}
  
.excel {
  grid-row: 1 / 2;
  grid-column: 5 / 7;
}

.powerapps {
  grid-row: 2 / 2;
  grid-column: 5 / 7;
}
  

h3 {
  position: relative;
  left: 300px;
  margin-left: 10%;
  margin-top: 2%;
  font-family: 'IBM Plex Serif', serif;
  font-size: 30px;
}
  
