* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    color: #333;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 30px;
}

p {
    font-weight: 500;
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.intro-header {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/background.jpeg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.intro-header {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/background.jpeg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 15%;
}

.intro-message>h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

a.email-address {
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message>h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}


footer {
    background-color: #262626;
    padding: 20px 40px 20px 40px;
    position: relative;
    min-height: 150px;
    width: 100%;
    bottom: 0;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-row {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.footer-col {
    display: flex;
    flex-direction: column;
    padding: 0px 15px 0px 15px;
}

#footer-col-1 {
    width: 300px;
}

footer a{
    color: white;
}

footer a:hover {
    color: white;
}

#footer-row-1 {
    width: 750px;
    margin-bottom: 15px;
}

#footer-row-1 .col {
    width: 250px;
}

#footer-row-2 {
    justify-content: center;
    align-items: center;
}

header{
    width: 100%;
    position: relative;
    background-color: white;
    color: black;
    border-bottom: 1px solid #262626;
    padding: 5px 20px 5px 20px;
}

.content {
    display:flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

#lipsum {
    padding: 10px 70px 10px 70px;
    flex: 1;
}

#intro-logo{
    position: fixed;
    top: 0;
    left: 0;
}

section {
    display: flex;
    flex-direction: column;
    height: 100%;
}