﻿footer {
    background-color:#006098;
    color:white;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align:center;
    font-weight:300;
}

footer h2{
    font-size: 32px;
    margin: 0 auto;
    width: 60%;
    line-height:42px;
    margin-bottom:80px;
    font-weight:100;
}

footer h3{
    font-size: 26px;
    margin: 0 auto;
    width: 60%;
    line-height:30px;
}


footer .links a
{
    color:white;
}