body, h1, h2, h3 {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue",Arial,sans-serif;
}
header {
    background-color: #2980B9;
    color: #ffffff;
}
nav {
    background-color: #2980B9;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 64px;
}
nav a {
    color: #ffffff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 200;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    margin: 0 16px;
    margin: 0 1rem;
    text-decoration: none;
}
.button {
    background-color: #fafafa;
    color: #4E4E4E;
    font-weight: 800;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.features {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: center;
}
.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 20px;
    max-width: 310px;
}
.feature-description {
    color: #4E4E4E;
    max-width: 310px;
}
.feature-title {
    color: #4E4E4E;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 10px 0;
    max-width: 310px;
}
.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
}
.hero-subtitle {
    box-sizing: border-box;
    color: #fafafa;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: 100;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 0 40px 40px 40px;
    max-width: 100%;
}
.hero-title {
    box-sizing: border-box;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: 200;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 0 40px 10px 40px;
    max-width: 100%;
}
