body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body,
html {
    height: 100%;
    line-height: 1.8;
    scroll-behavior: smooth;
}

/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/background.webp");
    min-height: 100%;
}

.bgimg-2 {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/iceberg.webp");
}

.bgimg-3 {
    background-position: top;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/fjord.webp");
}

.w3-bar .w3-button {
    padding: 16px;
}

.logo {
    font-family: 'Courier New', Courier, monospace;
    color: aqua;
    background-color: #070707;
    padding: 1px;
}

.text-align-right {
    text-align: right !important;
}

.d-none {
    display: none;
}

.p-48 {
    padding: 48px;
}

.p-24-48 {
    padding: 24px 48px;
}

.p-128-16 {
    padding: 128px 16px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-48 {
    margin-top: 48px;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.mw-555 {
    max-width: 555px;
}

.w-100 {
    width: 100%;
}

.text-shadow {
    text-shadow: 1px 1px 5px black;
}

.bg-dark-blue {
    background-color: #203957;
    color: whitesmoke;
}

.ar-7-4 {
    aspect-ratio: 7/4;
}

.mw-1400 {
    max-width: 1400px;
}

.m-auto {
    margin: auto;
}

.bg-070707 {
    background-color: #070707;
    color: whitesmoke;
}