﻿/*
    dark blue:  #02518a     rgba(2,81,138,1)
    light blue: #008fd5     rgba(0,143,213,1)
    green:      #008647     rgba(0,134,71,1)

    font-family: 'Oswald', sans-serif;
*/

.footerSignUpContainer {
    max-width:400px;
    margin:0 auto;
}
#sectionFooter {
    background: rgb(1,42,71);
    background: linear-gradient(130deg, rgba(1,42,71,1) 16%, rgba(0,0,0,1) 100%);
    background:var(--primary);
    color:#FFF;
}

#footerLogos {
    border-top: 1px solid #CCC;
    background: rgb(247,247,247);
    background: radial-gradient(circle, rgba(247,247,247,1) 0%, rgba(204,204,204,1) 100%);
    background: var(--accent);
    text-align: center;
}
#footerLogos ul {
    list-style:none;
    margin:0 auto
}
#footerLogos ul li {
    display:inline-block;
    padding:2rem;
}
#footerInner {
    padding: 6rem 2rem 2rem 2rem;
}