@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700');

html, body {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    width: 100%;
    height: 30px;
    background: #FFF;
}

nav {
    font-size: 24px;
    font-weight: 200;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

nav a {
    padding: 0 10px;
}

logo {
    display: block;
    text-align: center;
}

.logo {
    margin: 506px 0 160px;
    max-width: 50%;
}

lines {
    display: block;
    text-align: center;
    position: fixed;
    top: 100px;
}

.lines {
    /*margin: 506px 0 160px;*/
    max-width: 70%;
}

@media only screen and (max-width: 1270px) {
    .logo {
        max-width: 90%;
    }
    .lines {
        max-width: 90%;
    }
}

.work-container {
    margin-bottom: 100px;
    text-align: center;
}

.work-item {
    margin-bottom: 5%;
}

.work-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 10px;
}

#work .work-image img {
    filter: grayscale(100%);
}

.work-image img {
    width: 50%;
}

.work-image.side-by-side {
    display: inline;
}

.work-image.side-by-side img {
    width: 25%;
}

@media only screen and (max-width: 1270px) {
    .work-image.side-by-side {
        display: block;
    }

    .work-image.side-by-side img {
        width: 90%;
    }

    .work-image.side-by-side img {
        margin-bottom: 5%;
    }

    .work-image img {
        width: 90%;
    }
}

#logo_site_footer {
    opacity: 0;
}

footer {
    background: #FFF;
    bottom: 0;
    height: 65px;
    left: 0;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

footer .footer-nav {
    font-size: 18px;
    font-weight: 200;
    left: 19px;
    position: relative;
    text-transform: uppercase;
}

footer .footer-nav a {
    padding: 0 6px;
}

footer .footer-nav .instagram-logo {
    position: relative;
    top: 3px;
    width: 20px;
}

#content-overlay {
    /*
    left: 25%;
    position: absolute;
    */
    margin: 0 auto;
    padding: 20px;
    /*
    top: 100px;
    */
    width: 47%;
}
#content-overlay .content-container {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
}

.first-image {
    /*
    opacity: 0.3;
    filter: grayscale(100%);
    */
}

@media only screen and (max-width: 824px) {
    #content-overlay {
        left: auto;
        position: relative;
        top: auto;
        width: auto;
    }

    .first-image {
        opacity: 1;
        filter: grayscale(0%);
    }

}

.contact {
    /*width: 90%;*/
    align-items:center;
    display:flex;
    justify-content:center;
    padding: 90px 20px 10px;
}

.contact .content-container {
    font-size: 18px;
    max-width: 670px;
}

.contact .type {
    display: inline-block;
    width: 30px;
}

.contact .type.hidden {
    display: inline-block;
    color: #fff;
    width: 30px;
}

.contact ~ #logo_site_footer {
    opacity: 1.0 !important;
}

.profile {
    /*width: 90%;*/
    align-items:center;
    display:flex;
    justify-content:center;
    padding: 50px 20px 100px;
}

.profile .content-container {
    font-size: 18px;
    max-width: 670px;
    text-align: justify;
}
.profile .architect {
    position: relative;
    width: 100%;
}
.profile .painting {
    position: relative;
    width: 100%;
}
@media only screen and (min-width: 825px) {
    .profile .architect {
        float: left;
        vertical-align: top;
        max-width: 500px;
        padding: 0 20px 16px 0;
        top: 14px;
        width: 50%;
    }
    .profile .painting {
        float: right;
        vertical-align: top;
        max-width: 500px;
        padding: 0 0 16px 20px;
        top: 4px;
        width: 50%;
    }
}