.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 .search {
  position: relative;
  margin-top: 5%;
}

body .search i {
  position: absolute;
  top: 15%;
  left: 2%;
}

body .search input {
  font-size: 25px;
  width: 75%;
  border-radius: 15px;
}

body .questions h2 {
  padding: 3% 0 3% 0;
}

body .questions p {
  font-size: 32px;
  padding: 3% 0 3% 0;
}

body .contact {
  width: 80%;
  margin: 2% auto;
  font-size: 25px;
}

body .contact h2 {
  padding: 3% 0 3% 0;
  width: 100%;
  text-align: center;
}

body .padding {
  padding: 10px;
}

body .margin {
  margin: 10px;
}

body .btn {
  width: 100%;
  background: #1D3557;
  border: none;
  border-radius: 0;
}

body .tel p {
  text-align: center;
}

body .custom-map {
  width: 100%;
  height: 25vh;
  float: right;
}

body .hide {
  visibility: hidden;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 18px;
  }
  body .questions p {
    font-size: 22px;
    padding: 3% 0 3% 0;
    text-align: center;
  }
}
