
html {
    font-size: 12px;
}

body {
    background-color: #ddd;
}

.container {
    background-color: white;
    padding: 0;
}

.nav-background {
    background-image: url("../images/banner3.png");
    background-repeat: round;
    border: black 2px solid;
    height: 72px;
}

.nav-background-junior {
    background-image: url("../images/banner4.png");
    background-repeat: round;
    border: black 2px solid;
    height: 72px;
}


.main-content {
    padding: 3px;
    margin-top: 1rem;
}

.title-pan {
    color: red;
    background-color: black;
    border: #111 2px solid;
}

.title-pan a {
    text-decoration: none;
}

.comment {

    background-color: #ededed;
}

.login-panel {
    margin-top: 50px;
    margin-bottom: 50px;
    border: lightgray 1px solid;
}

.footer {
    padding: 2px;
    border-top: #999 1px solid;
}

.footer-img {
    height: 40px;
}

.good-lap {
    font-weight: bold;
    color: green !important;
}

.best-lap {
    font-weight: bolder;
    color: purple !important;
}

.driver-link {
    text-decoration: none;
    color: black;
}

.driver-link:hover {
    background-color: gainsboro;
}

.no-first-places {
    font-weight: bolder;
    color: #800000;
}

.no-second-places {
    font-weight: bolder;
    color: #D00F00;
}

.no-third-places {
    font-weight: bolder;
    color: chocolate;
}

.gap {
    font-weight: 500;
    font-size: 10px;
}

.arrows {
    font-size: 16px;
}

@media (min-width: 576px) {
    .nav-background {
        height: 72px;
    }
}

@media (min-width: 768px) {
    .nav-background {
        height: 95px;
    }
}

@media (min-width: 992px) {
    .nav-background {
        height: 127px;
    }
}

@media (min-width: 1200px) {
    .nav-background {
        height: 150px;
    }
}

@media (min-width: 1400px) {
    .nav-background {
        height: 150px;
    }
}