@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.footer {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 230px;
  line-height: 30px;
  /* Vertically center the text there */
  background-color: #343a40;
  color: white;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

