/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 */
 
 /* Executive logo */
 .logo-e {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  color: #078DEE;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.logo {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Buttons */
 .btn-default {
  background-color: #078DEE;
  border-color: #078DEE;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.show > .dropdown-toggle.btn-default {
  background-color: #0351AB;
  border-color: #0351AB;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: #078DEE;
  border-color: #078DEE;
}

.btn-default-transparent {
  border-color: #078DEE;
}

.btn-default-transparent:hover,
.btn-default-transparent:focus,
.btn-default-transparent.focus,
.btn-default-transparent:active,
.btn-default-transparent.active,
.show > .dropdown-toggle.btn-default-transparent {
  background-color: #0351AB;
  border-color: #0351AB;
}

.default-bg .btn-default,
.default-translucent-bg .btn-default,
.default-bg .btn-default-transparent,
.default-translucent-bg .btn-default-transparent {
  color: #078DEE;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.show > .dropdown-toggle.btn-white {
  color: #0351AB;
}

.btn-animation:hover:before,
.btn-animation:focus:before {
  background: #0351AB;
}

