
body {
    background: white;
    min-height: 100vh;
    position: relative;
    padding-bottom: 2rem;
    box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.top-section {
    margin: 3em 0;
}

.headline-text-container{
    max-width: 500px;
    margin: 0 auto;
}

.headline {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Text */
    color: #2A3135;
    margin: 16px 0;
}

.subheadline {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      /* or 125% */
      color: #2A3135;
}

.button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;

    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    flex-grow: 0;
    font-size: 16px;
    color: #333333;
    border: none;

    /* Accent */
    background: #ECEEF0;
    border-radius: 100px;
    text-decoration: none;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.button:hover {
    background: #DCE0E2;
}

.button.primary {
    background: #49BAF2;
    color: white;
}

.button.primary:hover {
    background: #38C1F2;
}

.button--large {
    font-size: 2em;
    padding: .75em 1.5em;
}

.button--wide {
    padding: .75em 3em;
}

.button--medium {
    padding: 16px 32px;
}

.button--twitter, .button--twitter:active {
    background: #55acee;
    border: none;
}

.button.button--twitter:hover {
    background: #449bdd;
}

.button--facebook {
    border: none;
}

.button--twitter::before, .button--facebook:before {
    content: "";
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: -18px;
    top: -5px;
    position: relative;
}

.button--twitter::before {
    background-image: url(/media/i/referrals/TwitterLogo_white.png);
}

.button--facebook::before {
    background-image: url(/media/i/referrals/FB-f-Logo__white_50.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.button--submit {
    width: 100%;
}

.header-bar {
    position: relative;
    width: 100%;
    padding: 1em 1em 0;
    text-align: left;
    box-sizing: border-box;
}

.button--top-right {
    margin-top: 0;
    float: right;
}

.logo--top {
    border-radius: 3px;
    border: none;
}

#people .content {
    max-height: 680px;
}

.action-subtext {
    margin-top: 1em;
}

#bottomLinks {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#bottomLinks a {
    color: #005;
}

form.main {
    border: none;
}

form.main label {
    font-family: 'Open Sans', sans-serif;
    color: #234;
    font-size: 16px;
}

form.main p input {
    background: #f9f9ff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form.main p input:focus {
    border-color: #b6b6b6;
    background: #f8f8fe;
}

form.main input:focus {
    outline: none;
}

form.main, .column .quotes {
    box-shadow: none;
}

a {
    color: #3c5977;
}

a.link--below-form {
    display: block;
    margin-top: 1em;
}

#people .tweet_image {
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* FOUNDATION BUTTON WEIRDNESS */
.button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
}
