.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.navigation-links a {
  margin: 20px;
  border-radius: 4px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.navigation-links a:hover {
  color: #EDDCD2;
}
:root {
  --primary-color: #cb997e;
  --secondary-color: #ddbea9;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.contact {
  margin-top: 10px;
}
.launch-app {
  border-radius: 4px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
  display: table;

  
}

  .list-group {
    display: flex;
    
  }
  .research-list {
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .research-list a {
    text-decoration: none;
    color: black;
  }
  .research-list a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  .container-icons {
    
  
    
    justify-content: center;
    border-radius: 4px;
}
  .coding-knowledge {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
    font-size: 22px;
    padding-top: 15px;
    }
  .coding-language{
    border: solid 3px;
    border-radius: 8px;
    padding: 4px 8px 2px 8px;
    font-family: Georgia, 'Times New Roman', Times, serif;
   
    border-color: var(--secondary-color);
  justify-content: space-evenly;}

.launch-research {
   border-radius: 4px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: var(--box-shadow);
  display: table;
  background: white;
}
.launch-research:hover {
  color: #EDDCD2;
}
.launch-app:hover{
  color: #EDDCD2;
}
.contact-link:hover {
  color: #EDDCD2;
}
.contact-link {
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
}
.about-link {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: var(--box-shadow);
}

.about-paragraphs {
  display: flex;
  margin: 30px 0;
}
.about-paragraphs p {
  margin: 10px;
}
p {
  
  
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  font-family: 'Times New Roman', Times, serif;
}
.homepage-link {
  color: var(--primary-color);
  text-align: center;
  display: block;
  padding: 10px;
}
.email-link {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  font-size: 28px;
  text-decoration: none;
}
.email-link:hover {
  text-decoration: underline;
}
h1 {
  font-size: 96px;
}
@media (max-width: 600px) {

h1 {
  font-size: 40px;
  
}
h3 {
  line-height: 30px;
  padding-bottom: 40px;
}
  h4.mb-3 {
    font-size: 30px;
    
  }
  h1.mb-4 {
    font-size: 40px;
    
  }
 p {
    text-align: left;
  
 
  }
  
}

h3 {
  font-size: 24px;
  opacity: 0.7;
} 
h1,
h2
 {
  text-align: center;
  margin: 0;
 
}
h4, h5, h6 {
  font-size: 48px;
   font-family: 'Garamond', serif;
  
}
h3 {
  text-align: center;
  margin: 0;
  font-family: 'Times New Roman', sans-serif;
}
h1 {
  font-family: 'Garamond', serif;
}
h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.about-section h1{
  font-size: 64px;
  line-height: 80px;
}
.about-section h2 {
  font-size: 32px;
  
}
.about-section h4 {
  font-size: 36px;
}
.about-section {
  padding: 20px 20px;
}
.about-section-content {
margin: 30px;
}

img {
  border-radius: 4px;
}

.work-section h1 {
  font-size: 64px;
  line-height: 80px;
}

.work-section h5 {
  font-size: 30px;
  color: black;
  font-family: 'Garamond', serif;
  margin-bottom: 0px;
}

.work-section h6 {
  font-size: 20px;
  
  margin-top: 0px;
  
}
.about-section p a {
  text-decoration: none;
  color: var(--primary-color);
}
.about-section p a:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}

.bg-light {
    --bs-bg-opacity: 0.5;
    background-color: #EDDCD2 !important;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: 300;
     font-size: larger;
     text-emphasis-color: #EDDCD2;
}
.link-index {
  text-decoration: none;
  color: var(--primary-color);
}
.link-index:hover {
text-decoration: underline;
  color: var(--secondary-color);
}

.contact-section p a {
  color: var(--primary-color);
  font-weight: 200;
}
.contact-section p a:hover {
  color: var(--secondary-color);
}
.contact-section p {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

footer .emaillink {
  text-decoration: none;
  color: black;
  font-size: 24px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

footer .email-link:hover {
  color: var(--secondary-color);
}

footer {
  margin: 60px 0;
}
footer .contact-box {
  background: #F0EFEB;
  padding: 30px 100px;
  border-radius: 10px;
  
}

footer .contact-box p {
  margin: 0;
}
footer h4 {
  font-size: 34px;
}
footer h5 {
  font-size: 26px;
}
footer .social-links a {
  margin: 0 15px;
  color: var(--primary-color);
  background: var(--secondary-color);
  padding: 10px 14px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 100ms ease-in-out;

}

footer .social-links a:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}