@font-face {
    font-family: 'open sans';
    src: url('fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: raleway;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/raleway-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
    margin: 0;
}

.altosi-header {
    font-family: 'open sans', sans-serif;
    font-size: 4rem;
    text-align: center;
    color: #385261;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    max-width: 650px;
    margin: 0 auto;
}

@media (width >= 700px) {
    .altosi-header {
        flex-direction: row;
    }
}

.altosi-header svg {
    width: 238px;
}

.social-links a {
    margin: 0 10px;
    color: #333;
    font-size: 24px;
    text-decoration: none;
}

.altosi-nav li {
    display: inline-block;
}

.altosi-nav li a {
    color: #385261;
    display: inline-block;
    padding: 0.85rem 1rem;
    text-decoration: none;
    font-weight: normal;
}

.social-links a:hover {
    color: #007bff; /* Change color on hover */
}

.altosi-nav {
    font-size: 1rem;
    font-family: 'open sans', sans-serif;
}

.altosi-nav ul {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.altosi-main {
    font-family: 'open sans', sans-serif;
    color: #1c2931;
    background-color: #c1cfd7;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.altosi-main img {
    width: 50%;
    height: auto;
}

@media (width >= 482px) {
    .altosi-main img {
        width: 200px;
        height: auto;
    }
}

.altosi-main h1 {
    font-weight: normal;
    font-family: raleway, sans-serif;
    margin-top: 0;
}

.altosi-content h2 {
    font-family: raleway, sans-serif;
    font-weight: normal;
}

.altosi-content h3 {
    font-family: raleway, sans-serif;
    font-weight: normal;
}

.altosi-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    padding: 0 1rem;
}

.altosi-footer {
    font-family: 'open sans', sans-serif;
    background-color: #f0f0f0; /* Light grey background */
    color: #414141;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
    font-weight: lighter;
}

.copyright-and-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
}

.footer-legal {
    font-size: 14px;
    padding: 0 1rem;
}
