html,
body {
  background-color: #333;
  color: #fff;
}

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

body {
    padding-top:4rem;
    margin-bottom: 60px;
}

a {
    color: #aaa;
    transition: ease-in-out color .15s;
    outline:none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

h1 a, h2 a, h3 a {
  color:inherit;
}

.navbar-brand > a {
    color:#fff;
}

main *[id]:before { 
    display: block; 
    content: " "; 
    margin-top: -5.0rem;
    height: 5.0rem;
    visibility: hidden; 
  }

.top-nav {
    background-color: #222;
}

section {
    margin-bottom:4rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #222;
    box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15) !important;
}

@media (max-width: 767.98px) {
    body {
        margin-bottom: 120px;
    }

    footer {
        position:absolute;
        height: 120px;
        text-align:center;
        line-height:auto;
    }
}

footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.social-links {
    font-size:24px;
}