body {
  font-family: "PT Mono", monospace;
  margin: 0 auto;
}
.container-fluid {
  margin: 0;
  padding: 0;
}
.navbar-toggler {
  background-color: #ef7537;
}
.navbar {
  background: #18161d;
}
.navbar a {
  color: #ef7537;

  transition: 200ms all ease-in-out;
}
.navbar a:hover {
  color: #ffc108;
}
.logo {
  height: 40px;
  width: 90px;
}

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/pexels-paras-4218883.jpg");
  padding: 200px 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  text-align: center;
  color: white;
}
header h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.5;
  margin: 30px 0;
}
header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
header h3 {
  font-size: 28px;
  font-weight: thin;
}
header .about-me a {
  text-decoration: none;
  color: #ef7537;
  font-size: 16px;
  font-weight: bold;
  transition: all 200ms ease-in-out;
  line-height: 1.5;
  border: 1px solid #ef7537;
  padding: 15px 40px;
  border-radius: 8px;
  background: rgba(239, 117, 55, 0.2);
  backdrop-filter: blur(10px);
}
header .about-me a:hover {
  color: #faad39;
  border: 1px solid #faad39;
}

.first-section-fluid {
  background: #18161d;
  padding: 50px;
  color: white;
}
.col-md-6 {
  margin-top: 50px;
}
.first-section-fluid h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.first-section-fluid .img-fluid {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(255, 243, 243, 0.7);
}
.first-section-fluid p {
  font-family: roboto;
  line-height: 1.8;
}
.first-section-fluid a {
  text-decoration: none;
  color: #ef7537;
  font-size: 16px;
  font-weight: bolder;
  transition: all 200ms ease-in-out;
  line-height: 1.5;
  border: 1px solid #faad39;
  padding: 10px 15px;
  border-radius: 8px;
}
.first-section-fluid a:hover {
  color: #faad39;
  border: 1px solid #ef7537;
}
.contact-links a {
  margin-left: 30px;
  font-size: 40px;
  color: #18161d;
  text-decoration: none;
}
.contact-links a:hover {
  color: #ef7537;
  text-shadow: 2px 2px 6px rgba(78, 76, 76, 0.5);
}
footer {
  padding: 30px 50px;
  margin: 0 auto;
  background: #faad39;
  border: #18161d solid 1px;
}
footer .email a {
  line-height: 1.5;
  text-decoration: none;
  font-size: 30px;
  font-weight: bolder;
  color: #18161d;
  transition: all 200ms ease-in-out;
}
footer .email a:hover {
  color: #ef7537;
  text-shadow: 2px 2px 6px rgba(78, 76, 76, 0.5);
}

footer p {
  text-align: center;
  color: #18161d;
  font-weight: bold;
}
footer span a {
  color: #18161d;
  transition: all 200ms ease-in-out;
}
footer span a:hover {
  color: #ef7537;
}
@media (max-width: 1040px) {
  header h1 {
    font-size: 40px;
  }
  header h2 {
    font-size: 30px;
  }
  header h3 {
    font-size: 20px;
  }
  .first-section-fluid a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .first-section-fluid h2 {
    font-size: 25px;
    text-align: center;
  }
  .first-section-fluid h3 {
    font-size: 25px;
  }
  .first-section-fluid p {
    font-size: 14px;
  }
  .first-section-fluid {
    padding: 15px;
  }

  footer .email a {
    font-size: 20px;
  }
  .contact-links a {
    font-size: 25px;
  }
  footer p {
    font-size: 14px;
  }
}
