body { font-family: 'DM Sans', sans-serif; background-color: #fff; color: #000; }

header { background-color: #e6e6e6; padding: 10px 0px; min-height: 70px; margin-bottom: 50px; }
header #top-logo { margin-bottom: 10px; margin-top: 10px; font-size: 35px; font-weight: bold; }
header #top-menu { margin-right: 15px; margin-bottom: 10px; }
header #top-menu a { color: #000; }

footer { background-color: #e6e6e6; text-transform: uppercase; font-size: 12px; padding: 20px; margin-top: 50px; }
footer a { color: #fff !important; }

h1 { border-bottom: 1px solid #e6e6e6; padding-bottom: 5px; margin: 0 0 20px 0; }

.nav-tabs>li>a { color: #000; }

@media (min-width: 1600px) {
    .container { width: 1570px; }
}