* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.sizedBox {
  padding: 5% 0;
}
.hrs {
  width: 2.5rem;
  border: none;
  border: #000 solid 2px;
  margin-bottom: 50px;
}

.nav-item {
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
  padding: 0px 10px;
}

.apply-btn {
  color: #000;
  background-color: #d0b8a8;
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 300ms;
  text-decoration: none;
}

.apply-btn:hover {
  background-color: #d0b8a8;
  color: #fff;
}

.apply-section {
  margin-top: 100px;
}
.apply-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.apply-section .email-form input,
.apply-section .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.apply-section .email-form input:focus,
.apply-section .email-form textarea:focus {
  border-color: #d0b8a8;
}

.apply-section .email-form input {
  height: 44px;
}

.apply-section .email-form textarea {
  padding: 10px 12px;
}

.footer-section {
  background: #d0b8a8;
}
.footer-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
footer {
  background-color: #000;
}

.footer-section .input-group input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.footer-section .input-group input:focus {
  border-color: #000;
}

.footer-section .input-group input {
  height: 44px;
}

.copy-rights p {
  color: #ada5a5;
  font-size: 1rem;
  padding-top: 15px;
}
.social-media i {
  color: #ada5a5;
  padding: 15px;
  font-size: 1.5rem;
  transition: 500ms;
}

.social-media i:hover {
  color: #ddd4d4;
}

@media (max-width: 575px) {
  .apply-section h2 {
    font-size: 1.8rem;
  }

  .footer-section h3 {
    font-size: 2rem;
  }

  footer {
    padding: 10px;
  }
  .copy-rights p {
    text-align: center;
  }
  .social-media i {
    padding-bottom: 10px;
  }
}
