/* NAVBAR */
.navbar {
    background-color: #4882FF !important;
}

.nav-link {
    font-family: Poppins, sans-serif;
    color: white !important;
    text-transform: uppercase;
}

/* TRACKING */
.tracking {
    min-height: 410px;
    color: #999999;
    margin-top: 80px;
}

.tracking h1 {
    font-weight: 400;
}

.tracking .bg-blue {
    background-color: #4882FF;
}

.tracking th {
    color: white;
}

.btn-outline-light {
    border-radius: 25px;
    width: 100px;
    font-size: 12px;
}

.btn-outline-light:hover {
    color: #4882FF !important;
}

.btn-primary {
    background-color: #4882FF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#container {
    height: 500px; 
    min-width: 310px; 
    max-width: 800px; 
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.follow a {
    color: white;
}

.follow a:hover {
    color: #333;
}



/* FOOTER */
.jumbotron-fluid {
    margin-top: 76px;
    color: white;
    padding: 25px;
    background-color: #4882FF;
}

.footer {
    margin-top: 15px;
    padding: 5px 0px;
}


@media (min-width: 992px) {
    .jumbotron-fluid {
        position: relative;
        width: 100%;
        bottom: 0;
    }
}


@media (max-width: 578px) {
    .tracking {
        margin-top: 50px;
    }

    .tracking h1 {
        font-size: 35px;
    }
}