:root {
    --font: "Playfair Display", Georgia, Serif;
    --system_font: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Segoe ui, System ui, sans-serif;
}

html {
    font-family: var(--system_font);
    line-height: 1.15;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

/* -------------------------------------------------------------------------- 
    0. Container
   -------------------------------------------------------------------------- */

.container {

    max-width: 100%;
    width: 700px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.flex {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left:  -15px;
}

.column {

    width: 100%;
    padding-right: 15px;
    padding-left:  15px;
}

.align-items-center {

    align-items: center;
}

/* -------------------------------------------------------------------------- 
    1. Typography
   -------------------------------------------------------------------------- */


body {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
    color: #FFF;
    font-family: var(--font);
    line-height: 1.6;
    letter-spacing: 0;
    background-color: #002B36;
    -moz-word-wrap: break-word;
    -webkit-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family:  var(--font);
    font-weight:  400;
    font-style: italic;
    line-height:  1.3;
    letter-spacing: 0;
    margin:  20px 0;
    padding:  0;
}

h1 {

    color:  #C1C1C1;
    font-size:  36px;
}

h1 > .style-normal {

    font-style: normal;
}

h1 > .bold {

    color: #e6e6e6;
    font-weight:  bold;
}
