/* CSS v0.1 by djphil (CC-BY-NC-SA 4.0) */

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

body {padding-top: 50px; margin-bottom: 60px;}
div.shadows:hover {box-shadow: 0px 0px 10px #CCCCCC;}

.container .text-muted {
    margin: 20px 0;
}

.footer {
    position: absolute;
    bottom: 0px;
    height: 60px;
    background-color: #F5F5F5;
}

@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
.content {
    animation: fadein 0.5s;
}
