/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    font-weight: 300;
    background-color: #700909;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

#intro {
    margin: 20px auto;
    width: 90%;
    max-width: 500px;
}

.intro-background {
    width: 100%;
    height: 180px;
    display: block;
    background: url('../images/intro.png') top left no-repeat;
    background-size: 110%;
}

a.large {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

a.large > p:first-child {
    font-style: italic;
}

.person {
    margin-top: 30px;
}

.person > div {
    font-size: 16px;
    font-weight: 600;
}

.person > p {
    margin: 0;
}

@media (min-width: 800px) and (min-height: 500px) {
    .intro-background {
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        position: fixed;
        width: 55%;
        height: auto;
        background-size: 100%;
    }

    #intro {
        margin: 0;
        top: 0;
        left: 50%;
        bottom: 0;
        z-index: 3;
        position: fixed;
        width: 50%;
        text-align: right;
        font-size: 16px;
        padding: 0 30px 0 0;
        max-width: 600px;
    }

    #intro > p {
        padding-left: 20%;
    }

    a.large {
        font-size: 22px;
        font-weight: 600;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .person {
        text-align: left;
    }
}

@media (min-width: 1000px) and (min-height: 500px) {
    #intro {
        font-size: 18px;
    }

    .person {
        margin-top: 60px;
    }
}