html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}


* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

H2 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

H3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
}

.snowtile {
    background-image: url("/assets/snowtile.png");
    background-repeat: repeat;
}

li {
    list-style-type: none;
}