/*
 * Globals
 */

/*
 * Base structure
 */
body {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  background: #B84242;
}

footer{
    padding-top: 40px;
    font-size: 14px;
}

p{
    margin: 0;
    padding: 15px;
}

a{
    text-decoration: none;
    color: #00599f;
}
a:hover{
    text-decoration: underline;
    color: darkslategray;
}