header.header {
    margin-bottom: 0;
}

.logos {
    background: url('/storage/resources/image-asset-67c4e96f6d046.jpg');
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.logos img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    -webkit-filter: drop-shadow(3px 3px 6px #000);
    filter: drop-shadow(3px 3px 6px #000);
}

section {
    color: rgb(154, 126, 30);
}

section img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Black Ops One', sans-serif;
    font-style: italic;
    color: var(--c-primary);
}