*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    background:#ffffff;

    color:#111;

    font-family:
    "Helvetica Neue",
    "Hiragino Sans",
    sans-serif;

    max-width:760px;

    margin:auto;

    padding:120px 40px;

    line-height:2.0;
}

header{

    margin-bottom:160px;
}

h1{

    font-size:72px;

    font-weight:700;

    letter-spacing:.08em;

    margin-bottom:48px;
}

.tagline{

    font-size:24px;

    font-weight:300;
}

section{

    margin-bottom:140px;
}

hr{

    border:none;

    border-top:1px solid #111;

    margin-bottom:40px;
}

h2{

    font-size:14px;

    letter-spacing:.18em;

    margin-bottom:40px;
}

p{

    font-size:18px;
}

ul{

    list-style:none;
}

li{

    margin-bottom:18px;

    font-size:18px;
}

a{

    color:#111;

    text-decoration:none;
}

a:hover{

    opacity:.5;
}