﻿footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2a2a2a;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

footer nav h2 {
    color: #ffffff;
    display: inline;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 5px 0;
    padding: 0 8px 0 0;
    border-right: solid 2px #ffffff;
}

footer nav {
    background: #347AB7;
    padding: 10px;
    margin: 0 0 10px 0;
}

footer nav a {
    padding: 0 5px 0 5px;
}

footer nav a:link,
footer nav a:visited,
footer nav a:hover,
footer nav a:active {
    color: #ffffff;
    text-decoration: none;
}

footer nav a:hover {
    text-decoration: underline;
}

footer nav a:focus {
    background: #ffffff;
    color: #428bca;
    border-bottom: none;    
}

footer > a {
    padding: 0 12px 0 12px;
    margin: 0;
    border-left: 2px solid #ffffff;    
}

footer > a:nth-child(2) {
    border: none;
    padding-left: 0;
}

footer > a:nth-child(4) {
    padding-right: 0;
}

footer > a:link,
footer > a:visited,
footer > a:hover,
footer > a:active {
    color: #ffffff;
    text-decoration: none;
}

footer > a:hover {
    text-decoration: underline;
}

footer > a:focus {
    background: #ffffff;
    background-clip: content-box;
    color: #2a2a2a;
    border-bottom: none;
}

footer span {
    display: block;
    margin: auto;
    padding: 10px;
    color: #d6d4d4;
}

@media(max-width: 980px) {
    body > div {
        display: block;
    }
}

@media(max-width: 900px) {
    footer nav h2 {
        display: block;
        border-right: none;
    }
}

@media(max-width: 650px) {
    footer nav h2 {
        font-size: 16px;
        font-size: 1rem;
    }
}


@media(max-width: 330px) {
    footer {
        position: relative;
    }
}



