@font-face {
    font-family: Noe Display;
    src: url(./fonts/Noe_Display_Medium.woff);
    font-weight: normal;
}

@font-face {
    font-family: Apercu Light;
    src: url(./fonts/Apercu-Light.woff);
    font-weight: normal;
}

body {
    background-color: #FCFBFA;
    color: #141414;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

#main {
    margin: 0 auto;
    text-align: center;
    padding: 10% 0;
}

h1 {
    font-family: 'Noe Display', serif;
    font-size: 3em;
    letter-spacing: .07em;
}

p {
    font-family: 'Apercu Light', sans-serif;
    font-size: .7em;
    letter-spacing: .03em;
    line-height: 2.3em;
    text-transform: uppercase;
}

a {
    cursor: pointer;
    color: #141414;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

a:hover,
a:focus,
a:active {
    opacity: 0.2;
}

.line {
    margin: 3px 7px;
    width: 7px;
    height: 1px;
    background-color: #141414;
    display: inline-block;
}