/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
.header {
    background-color: #3E60BC;
    background-image: -webkit-linear-gradient(#3E60BC, #5070C6);
    background-image: linear-gradient(#3E60BC, #5070C6);
}