:root {
  --primary-color: #1e8e86;
  --secondary-color: #f5f2fe;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

body {
  margin-top: 100px;
}

.logo {
  max-width: 100px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "dosis", sans-serif;
}
h3 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

label {
  font-family: "dosis", sans-serif;
  font-size: 24px;
}
h4 {
  font-size: 35px;
  font-family: "dosis", sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 96px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
  opacity: 0.7;
}

p {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
}

.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.navigation-links a {
  margin: 20px;
}

.primary-link,
.btn,
.btn-2 {
  border-radius: 10px;
  padding: 20px 15px;
  border: white;
  text-decoration: none;
  text-transform: capitalize;
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-family: "Sora", sans-serif;
  transition: all 300ms ease;
  font-size: 20px;
}

.primary-link:hover {
  color: var(--primary-color);
  background: white;
  cursor: pointer;
}

.btn:hover {
  color: var(--primary-color);
  border: white;
  background: white;
  cursor: pointer;
  display: block;
  text-align: center;
}
.btn-2:hover {
  color: var(--primary-color);
  background: white;
  cursor: pointer;
  border: 1px solid pink;
}

.secondary-link {
  border-radius: 10px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-family: "Sora", sans-serif;
  transition: all 300ms ease;
  font-size: 20px;
}

.secondary-link:hover {
  background: var(--primary-color);
  color: white;
}

a.nav-link:hover {
  padding: 5px;
}
a.nav-link {
  font-size: 25px;
  font-family: "dosis", sans-serif;
  font-weight: bold;
}

.homepage-link {
  color: var(--primary-color);
  text-align: center;
  display: block;
}

.about-paragraphs {
  margin: 30px auto;
}

.about-paragraphs p {
  margin: 10px;
}

.email-link {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  font-size: 28px;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
  font-size: 24px;
  font-family: monospace;
}

.monica-link {
  color: var(--primary-color);
  font-size: 22px;
  text-align: center;
  font-size: 30px;
}
.monica-link:hover {
  color: pink;
}

footer {
  margin-top: 30px;
}
footer .social-media-icons a {
  margin: 0 20px;
  color: var(--primary-color);
  padding: 10px;
  border-radius: 50%;
  text-align: center;
}

footer .monica {
  padding: 20px;
  margin-top: 20px;
  font-family: monospace;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
footer .social-media-icons a:hover {
  color: pink;
  transition: all 150ms ease-out;
}
footer .follow-us {
  background: var(--primary-color);
  color: white;
  padding: 30px;
  border-radius: 10px;
}
footer .follow-us p {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .embed-responsive-item {
    height: 450px;
    width: 800px;
  }
}
