/**Footer Style**/

*{
color: white;
}
#footer{
    padding: 20px 0px 20px;
    background: #1b2632;
    color: white;
}

#footer .titles{
    color: white;
}

.footer-row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-left,.footer-center, .footer-right{
    flex-basis: 30%;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#footer h2{
	text-align: center;
	margin-bottom: 20px;
    color: white;
}

.footer-row h1{
    margin: 10px 0;  
}

.footer-row p{
    line-height: 35px;
    color: white;
}


#copyrights{
    text-align: center;
}

