.navbar .container, .navbar-brand {
    justify-content: center;
}

.navbar-brand a {
    font-size: 1.5rem;
}

#section-video {
    padding: 0;
}

#section-video video {
    width: 100%;
    max-width: none;
    object-fit: cover;
}

.title {
    font-size: 0.7rem; /* default is 2 rem */
}

/* SETTINGS ABOV MAKE NO DIFF */

#section-images .card-content {
    display: flex;
    justify-content: center;
}

#section-images img {
    width: 600px;
    object-fit: cover;
    aspect-ratio: 1;
}

.social-column {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* SETTING BELOW HERE MAKE NO DIFFERENCE */
.social-icon {
    padding: 1rem;
}

.social-icon svg {
    filter: invert(1);
    width: 3rem;
    height: 3rem;
}

@media screen and (max-width: 1023px) {
    section {
        padding: .75rem;
    }
}

/* COLORS */

/* heading and social */
.hero.is-primary.is-blue {
    background-color: #3867D6;
}

/* tickers and images sections */
body, section {
    background: #3867D6;
}

/* image frames and newstext background */
.box, .card {
    background: #3867D6;
    color: white;
}

.footer {
    background-color: black;
}

.title, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, strong, a {
    color: white;
}
