body {
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

.form-group {
  margin-top: 15px;
}

a {
  color: #ff4800;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b33200;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat;
}

p {
  font-family: open sans;
}

h1 {
  font-weight: bold !important;
  font-size: 2.5rem;
}

i {
  font-weight: bold;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.navbar-light .navbar-nav .nav-link {
  padding: 30px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1f1f2e;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #ffffff;
  background: #ff4800;
}

.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
}
