
* {
    margin: 0;
    color: #f9f8f6;
    font-family: 'Roboto', sans-serif;
}

body {
    /* background: #ededed; */
    /* background-image: url(/images/pexels-samson-katt-5225084.jpg); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/pexels-samson-katt-5225084.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    height: 100vh;
}

header {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: left;
}

h1 {
    font-weight: 300;
    font-size: 5em;
    margin-top: 30px;
    margin-left: 2rem;
}

#strapline {
    font-size: 3em;
    font-weight: 100;
    margin-top: 30px;
    margin-left: 2rem;
}

p#strapline {
    font-weight: 100;
    font-size: 1em;
    margin-top: 2em;
    margin-left: 2rem;
    width: 30em;
}

div#content {
    margin-left: 2rem;
    margin-top: 25rem;
}

@media (max-width: 550px) {
    div#content {
        margin-top: 10rem;
    }
}

#socials h2 {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 1rem;
}

#social-strip img {
    width: 50px;
}