body,
html {
  color: #161616;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  scroll-behavior: smooth;
}

a {
  color: #161616;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.botao {
  border: 1px solid #161616;
  color: #161616;
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem 0.6rem;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.botao:focus {
  outline: none;
}

.masthead {
  background-attachment: scroll;
  background-color: black;
  background-image: url('../img/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

.masthead img {
  animation: animate 1.5s;
  margin-top: -3rem;
  max-height: 50vh;
  position: relative;
}

@keyframes animate {
  from {
    opacity: 0;
    top: -300px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.masthead a {
  border: 1px solid #ebecec;
  border-radius: 0;
  color: #ebecec;
  cursor: pointer;
  font-size: 1.15rem;
  margin-top: 2rem;
  padding: 0.3rem 1rem;
}

.masthead a:hover {
  background-color: #02489a;
}

.projects h1 {
  color: #161616;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 3rem 0 1.5rem;
  text-align: center;
}

.projects-section .project-text {
  font-size: 1em;
  padding: 2rem;
}

.projects-section .project-text h2 {
  font-size: 1.5em;
}

.projects a.botao {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 0.3rem 1rem;
}

.projects a.botao:hover {
  background-color: #02489a;
  border-color: #ebecec;
  color: #ebecec;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #02489a;
    border-width: 0.25rem;
    width: 30%;
  }
}

.bg-black {
  background-color: #161616 !important;
}

/* FOOTER */
footer img {
  height: 24px;
  margin-top: 6px;
}

@media (min-width: 992px) {
  footer img {
    margin-left: 3rem;
  }
  footer a.botao {
    margin-right: 3rem;
  }
}

@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}
