/* Footer Section */

.footer-section
{
    align-content: center;
    height: 20vh;
    padding: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-flow: column;
    /* background: rgb(110,194,208);
    background: -moz-linear-gradient(315deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    background: linear-gradient(315deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ec2d0",endColorstr="#61a6d0",GradientType=1); */
    background: rgb(158,0,39);
    background: -moz-linear-gradient(180deg, rgba(158,0,39,1) 0%, rgba(194,0,47,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(158,0,39,1) 0%, rgba(194,0,47,1) 100%);
    background: linear-gradient(180deg, rgba(158,0,39,1) 0%, rgba(194,0,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e0027",endColorstr="#c2002f",GradientType=1);
}

.footer-section > *
{
    color: white;
}

.footer-section p:first-child
{
    align-self: center;
    font-weight: bold;
}

.footer-title
{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
}

#ft1, #ft3 
{
    justify-self: center;
}

#ft1 > *, #ft3 > *
{
    padding: 3px;
}

#ft3 ul li 
{
    list-style: none;
    padding-bottom: 2px;
}

#ft3 ul li a 
{
    color: white;
    font-size: 18px;
}