body,h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway", sans-serif;
    font-display: swap;
}

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

.w3-indigo {
    background-color: #1b2847 !important;
}

.w3-text-indigo {
    color: #1b2847 !important;
}

img {
    max-width: 60vw;
}

#img01 {
    margin: auto;
    max-width: 60vw;
    max-height: 60vh; 
    object-fit: contain; 
}

.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("img/font2.jpg");
    min-height: 100%;
}

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

.lazyloaded {
    display: none;
}

a {
    text-decoration: none;
}