.navbar {
  background-color: #1D3557;
}

.navbar .navbar-brand.custom {
  color: #e5e5e5;
  font-size: 25px;
}

.navbar .navbar-text.custom {
  border-left: 2px solid #E63946;
  text-decoration: none;
  padding-left: 20px;
  display: inline-block;
  margin: 0 auto;
}

.navbar .navbar-text.custom:hover {
  color: #0275d8;
}

.navbar .nav-link.custom {
  color: #e5e5e5;
}

.navbar .nav-link.custom.active {
  color: #ffffff;
}

.navbar .navbar-toggler.custom-toggler {
  border-color: #e5e5e5;
}

.footer {
  background-color: #1D3557;
  height: 60px;
  margin: 0;
  padding: 0;
  color: #e5e5e5;
}

.footer p {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer p a {
  text-decoration: none;
  color: #e5e5e5;
}

.footer p a:hover {
  color: #0275d8;
}

body {
  font-family: 'Mulish', sans-serif;
}

body .row.image {
  background: center/cover no-repeat url(/Assets/nasa-Q1p7bh3SHj8-unsplash.jpg);
  height: 40%;
}

body h2.quote {
  position: relative;
  width: 100%;
  text-align: center;
  color: #e5e5e5;
  top: 40%;
  font-weight: bolder;
}

body .services h3 {
  font-size: 55px;
  margin-top: 10px;
  line-height: 90px;
}

body button.custom {
  background-color: #1D3557;
  border: none;
  width: 100%;
  margin: 1.5em auto;
}
