@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

/* 
font-family:'Futura LT W01 Bold';
font-family:'Futura LT W01 Medium'; 
*/

:root {
    --bs-font-sans-serif: 'Futura LT W01 Medium', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body {
    background-color: #c7c8ca;
}

strong {
    font-family: 'Futura LT W01 Bold';
}

.logo {
    width: 209px;
}

.header .row {
    padding: 40px 60px;
}

.contact-info {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.contact-info .divider {
    width: 1px;
    height: 25px;
    background-color: #000;
    margin: 0 20px;
}
.contact-info a {
    color: #000;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.contact-info i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.copy {
    font-size: 36px;
}

a {
    color: #3f9ddc;
}

@media (max-width: 767.98px) {
    .header .row {
        padding: 40px 20px;
    }
    .copy {
        font-size: 28px;
    }
}