.company-name {
    text-align: center;
    padding: 10px;
    background-color: #303030; /* Dark Gray */
    color: #fff;
}
.company-name > h1 > a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.navbar {
    justify-content: center;
    margin-bottom: 0;
}

.fc-scrollgrid a {
    text-decoration: none;
}

/*.navbar-toggler{
    margin-right: 10px;
}

@media (max-width: 768px) {
    .navbar {
        justify-content: right;
        margin-bottom: 0;
    }
}*/

.center {
    justify-content: center;
    margin-bottom: 0;
}

.blog-section {
    text-align: center;
}
.blog-post {
    margin: 20px;
}
.card {
    margin: 20px;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.bg-main {
    background-color: #F2F2F2;
}
h1 , h2 {
    text-transform: uppercase;
}

.nav-link {
    text-transform: uppercase;
}

.dropdown-item {
    text-transform: uppercase;
}

.footer {
    background-color: #333; /* Dark Gray */
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 1000;
    display: none;
}

@media (max-width: 768px) {
    .scroll-to-top {
        right: 15px;
        bottom: 15px;
    }
}
