/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  font-family: "Roboto", "Muli", sans-serif;
}

a,
a:visited {
  color: #0a1128;
  text-decoration: underline;
}

.jumbotron {
  background-color: #0a1128;
  color: #fff;
}

.container img {
  width: 300px;
}

.jumbotron p {
  padding-left: 57px;
  padding-top: 10px;
}

.btn-default {
  border: 0;
  background: #0a1128 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
}

.btn-default:hover {
  background: #00b5bf !important;
  color: #fff !important;
}
