:root {
  --primary-color: #e2bcb7;
  --secondary-color: #f9f3f3;
}

body {
  background-color: var(--primary-color);
}
.main {
  background-color: var(--secondary-color);
  margin: 20px 10px;
  padding: 35px;
}

.about {
  background-color: var(--secondary-color);
  margin: 20px;
  padding: 45px;
}

.img-fluid {
  max-width: 100%;
  height: 400px;
  border-radius: 5px;
  vertical-align: middle;
  align-items: center;
}
h1 {
  font-family: "Playfair Display", serif;
  line-height: 50000%;
  font-weight: 1000px;
}
h2 {
  text-decoration: none;
  font-size: 20px;
}

h3 {
  font-family: "Playfair Display", serif;
  line-height: 50px;
  font-weight: 800px;
}
h4 {
  font-family: "Playfair Display", serif;
}

h5 {
  margin-top: 10px;
}

div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul,
p {
  font-family: "Poppins", sans-serif;
}
.center {
  text-align: center;
  opacity: 0.7;
}

.second {
  background-color: var(--secondary-color);
  margin: 20px 10px;
  padding: 35px;
}
.pictures {
  max-width: 100%;
  height: 400px;
}

.project {
  margin: 20px;
}

.content {
  background-color: var(--primary-color);
}
.contact {
  text-align: center;
  padding: 50px;
  margin: 60px;
  font-family: "Playfair Display", serif;
  font-size: 50px;
}
.information {
  padding: 50px;
  font-family: "Poppins", sans-serif;
}

nav ul {
  margin: 0;
  padding: 0px;
}
nav li {
  display: inline;
  list-style: none;
  line-height: 40px;
  margin-left: 15px;
}
nav {
  padding: 0px;
  margin-top: 10px;
}

nav a {
  text-decoration: none;
  color: black;
  transition: all 100ms ease-in-out;
}
nav a:hover,
nav li.active a {
  color: var(--secondary-color);
}
footer {
  margin: 60px 0;
}

footer .email-link {
  text-decoration: none;
  color: black;
  font-size: 24px;
}

footer .social-link a {
  margin: 9px 17px;
  color: black;
  background-color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 19px;
}

footer .social-link a:hover {
  color: var(--primary-color);
  background-color: black;
  transition: all 100ms ease-in-out;
}
footer .email-link:hover {
  color: var(--primary-color);
}
footer .call-to-action {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 10px;
  margin: 80px 300px;
}

footer .call-to-action p {
  margin: 0;
}
