@import url('inter_ui_webfont/inter-ui.css');

* { font-family: 'Inter UI', sans-serif; }

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 75px;
    font-weight: 800;
    margin-left: -3px;
    line-height: 1.0;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 18px;
}

h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 1em;
}

p, li, h2, h3, table {
}

p, section li, td, th, input {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1em;
}

ul {
    padding-left: 20px;
    margin-left: -20px;
}

th {
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
}

th {
    font-weight: 800;
}

#logo {
    width: 100px;
    margin-bottom: 46px;
    margin-top: 5px;
}

#wrap {
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 300px;
    padding-left: 300px;
}

header {
    margin-bottom: 100px;
    position: fixed;
    margin-left: -250px;
}

section {
    clear: both;
    margin-bottom: 100px;
}

h3 > a {
    text-decoration: none;
}

section#news ul {
    list-style-type: none;
}

section#news ul li {
    margin-bottom: 3em;
}

section ul li {
    margin-bottom: 0.215em;
}

nav {
    position: fixed;
    margin-left: -250px;
    color: #888;
    font-size: 18px;
    line-height: 2em;
    margin-top: 5px;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

date {
    margin-left: 0.5em;
    float: right;
    font-size: 18px;
    opacity: 0.5;
}

.article > date {
    float: left;
    margin-top: -26px;
    margin-left: 0px;
    font-size: 12px;
}

a {
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: rgba(0,0,0,0.15);
    text-decoration-skip-ink: none;
}

a:active, a.active {
    color: black;
    text-decoration-color: black;
    font-weight: bold;
}

a:hover {
    color: black;
    text-decoration-color: black;
    font-weight: bold;
}

a:visited {
    color: black;
}

.btt {
    display: none;
}

.cta, .cta:visited {
}

.thumbs img {
    width: 217px;
    margin-top: 0px;
    margin-bottom: 1em;
    margin-right: 1em;
}

.thumbs a:last-child img {
    margin-right: 0;
}

#welcome {
    margin-bottom: 64px;
}

#flagships > div > a {
    float: left;
}

#flagships img {
    width: 400px;
    margin-right: 2em;
    margin-bottom: 2em;
}

#flagships > div {
    clear: both;
}

section > img {
    max-width: 700px;
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 1024px) {
    nav {
        position: static;
        margin-left: 0px;
        background-color: white;
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
        float: left;
        clear: both;
        font-size: 21px;
    }

    h1 {
        font-size: 72px;
        margin-left: 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    h2 {
        font-size: 36px;
    }

    #logo {
        clear: both;
        margin-bottom: 0;
    }

    nav li {
        float: left;
        padding-right: 10px;
    }

    #wrap {
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .btt {
        display: block;
        text-decoration: none;
    }
}
