.custom-navbar-background-1 {
    background-color:#6CA1C7
}

.top-navbar{
    justify-content: end;
}

.custom-hero {
    background-image: url("../images/Globe\ Hero\ IMage.PNG");
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
}

.custom-text {
    color: white;
}

/* Date&Time on Navbar */
#Time { 
    /* position: relative; */
    right: 40%;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
}