body {
    font-family: 'Frutiger LT Std', Roboto, Helvetica, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-size: 1rem;
}

input {
  font-size: 1rem;
  padding: .75rem 1rem .375rem;
  border: none;
  border-bottom: 1px solid #00000099;
  background-color: #efefef;
}

input[type=submit],button {
  background-color: #dd0022;
  border: 1px solid #f01132;
  color: #fff;
  padding: .375rem .75rem;
  border-radius: .25rem;
  cursor: pointer;
}

input[type=submit]:hover,button:hover {
  background-color: #f01132;
  border: 1px solid #f01132;
}

input[type=checkbox] {
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
}

input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

label {
  color: #999;
}

nav.navbar {
  background-color: #dd0022 !important;
  padding: 0 .25rem;
  height: 64px;
}

nav.navbar .container-fluid {
  background-color: #dd0022;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #eaeaea;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar-light .navbar-brand:hover {
  color: #eaeaea;
}
.navbar-light .navbar-brand:focus {
  color: #fff;
}


#navbarToggler {
  padding-top: .5rem;
}

#navbarToggler ul {
  margin-bottom: .5rem !important;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, .75);
  border-color: rgba(255, 255, 255,.75);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#profileDropdown::after {
  display: none;
}

ul.flashes {
  list-style: none;
  margin: 2rem auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flashes li {
  min-width: 51%;
  margin: .25rem;
  border: 1px solid;
  padding: .75rem;
  border-radius: .25rem;
}

.flashes li.info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #44dcfa;
}

.services.container .col-md-4 {
  margin-bottom: 1.25rem;
}

.services.container a {
  text-decoration: none;
  color: #000;
}

.services.container .card {
  height: 100%;
}

.services.container .card:hover {
  border: 1px solid #999;
}

footer {
  margin: 5rem 0 2rem 0;
  border-top: 1px solid #eaeaea;
  padding-top: 1rem;
  font-size: 0.8rem;
}

footer .category {
  font-weight: 700;
}

footer a {
  text-decoration: none;
  color: #999;
}

footer a:hover {
  color: #333;
}

footer .details {
  color: #999;
}

table.services {
  margin-bottom: 0.5rem;
}
.services th {
  background-color: #999;
  color: #fff;
  padding: 0.5rem 0.25rem 0.25rem 0.5rem;
  border: 1px solid #fff;
}
.services tbody td {
  text-align: left;
  padding: 0.5rem 0.75rem 0.25rem 0.5rem;
  background-color: #eaeaea;
  border-bottom: 1px solid #ddd;
}
.services tbody tr:nth-child(odd) td {
  background-color: #f6f6f6;
}