html {
    min-height : 100%;
    position   : relative;
}

html body {
    margin-bottom : 40px;
}

html #footer {
    width            : 100%;
    height           : 40px;
    background-color : #3c8dbc;
}

html #footer .footer-block {
    color      : #fff;
    margin     : 10px 0;
    text-align : left;
}

html #footer .footer-block a {
    color : #fff;
}

/*
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");

// Variables
@import "variables";

// Bootstrap
@import '~bootstrap/scss/bootstrap';

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

*/

