* {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', serif;
  color: #00548E;
}

p {
  line-height: 25px;
}

img#logo {
  width: 280px;
}

.btn-client {
  background-color: #00548E;
  color: #f0f0f0;
  transition: .3s;
}

.btn-client:hover {
  background-color: #73C1DE;
  color: #f0f0f0;
}

#navbar {
  background-color: #ffffff;
}

#navbar .navdrop {
  color: #00548E;
  transition: .3s;
}

#navbar .navdrop:hover {
  background-color: #00548E;
  color: #ffffff;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #00548E;
  color: #ffffff;
  transition: .3s;
}

#navbar-menu-right>li>a.navbar-button:hover {
  color: #00548E;
  background-color: #cdeaf5;
}

#page-footer {
  background-color: #0fa3b1;
}

#footer-text a {
  margin-left: 15px;
  color: #00548e;
}