/* Reset */
a {
    cursor: pointer;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
a:hover {text-decoration: none;}
button:hover,
button:focus {outline: none;}
h2 {margin-bottom: 20px;}
h3 {margin-bottom: 15px;}
p:last-child {margin-bottom: 0}
svg:focus {outline: none;}
p {font-size: 1.25rem;margin-bottom: 1.32rem; font-weight: 300;}
body {font-size: 1.15rem;}