body {
    font-family: 'Lato', sans-serif;
    color: #333;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, a:focus {
    color: #4b8ab2;
}
.calculated-min-height {
    min-height: calc(100vh - 465px);
}
i.fas:not(.navbar *) {    
    color: #6899c5;
}
@media (min-width: 768px) {
    #logo {
        width: 185px;
        height: auto;
    }
}
@media (max-width: 767px) {
    #logo {
        width: 150px;
        height: auto;
    }
}