* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

body {
    background: #1A302D;
    font-family: Lexend, sans-serif;
    font-weight: 200;
    min-height: 100%;
}

#projects {
    background: #F0F0F0;
}

#about, #employees {
    background: #fff;
}

footer {
    background: #1A302D;
    color: #fff;
    font-size: 18px;
    padding: 150px 0;
    font-weight: 300;
    line-height: 150%;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer h1 {
    background: url('img/logo_footer.png') no-repeat;
    display: block;
    width: 250px;
    height: 100px;
    text-indent: -99999px;
    outline: none;
    margin: 0 auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    footer h1 {
        background: url('img/logo_footer@2x.png') no-repeat;
        background-size: 250px 100px;
    }
}

.footer-text {
    padding-top: 25px;
    text-align: center;
}

.push {
    height: 400px;
}

header {
    background: #fff;
    width: 100%;
    padding: 30px 0;
}

header h1 {
    background: url('img/logo.png') no-repeat;
    width: 250px;
    height: 99px;
    text-indent: -99999px;
    outline: none;
    margin: 0 auto;
}

#menu-toggle {
    position: absolute;
    right: 20px;
    top: 10px;
    background: url('img/mobile_menu.png') no-repeat;
    width: 40px;
    height: 31px;
    text-indent: -99999px;
    outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #menu-toggle {
        background: url('img/mobile_menu@2x.png') no-repeat;
        background-size: 40px 31px;
    }
}

#menu-close {
    position: absolute;
    right: 70px;
    top: 100px;
    background: url('img/mobile_close.png') no-repeat;
    width: 33px;
    height: 33px;
    text-indent: -99999px;
    outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #menu-close {
        background: url('img/mobile_close@2x.png') no-repeat;
        background-size: 33px 33px;
    }
}

header .menu {
    position: fixed;
    background: #557B71;
    height: 100%;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    text-align: center;
}

.hide-menu {
    display: none;
}

header .menu nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    header h1 {
        background: url('img/logo@2x.png') no-repeat;
        background-size: 250px 99px;
    }
}

#main-nav {
    float: right;
    padding: 80px 0 0 0;
}

#main-nav li {
    float: left;
}

#main-nav li.social a {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    outline: none;
    margin: 3px 15px 0 15px;
}

#main-nav li.instagram a {
    background: url('img/instagram_big.png') no-repeat;
}

#main-nav li.linkedin a {
    background: url('img/linkedin_big.png') no-repeat;
}

#main-nav li.pinterest a {
    background: url('img/pinterest_big.png') no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #main-nav li.instagram a {
        background: url('img/instagram_big@2x.png') no-repeat;
        background-size: 55px 55px;
    }
    #main-nav li.linkedin a {
        background: url('img/linkedin_big@2x.png') no-repeat;
        background-size: 55px 55px;
    }
    #main-nav li.pinterest a {
        background: url('img/pinterest_big@2x.png') no-repeat;
        background-size: 55px 55px;
    }
}

#main-nav li {
    display: block;
    width: 100%;
    margin: 10px 0;
}

#main-nav li a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    outline: none;
    padding: 0 15px;
}

#main-nav li.active a {
    font-weight: 500;
}

#main-nav li a:hover {
    text-decoration: underline;
}

/* Home */

#hero {
    height: 500px;
    position: relative;
}

#quote-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    z-index: 20;
}

#quote-box p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.27);
}

.project-titles {
    padding: 20px 0;
}

#projects h2 {
    margin: 5px 0 0 0;
    font-size: 25px;
    font-weight: 500;
    color: #557B71;
}

#view-projects {
    border: 1px solid #557B71;
    padding: 5px 10px;
    color: #557B71;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
}

#view-projects:hover {
    border: 1px solid #557B71;
    color: #fff;
    background: #557B71;
}

#quotation {
    padding: 100px 0;
    background: #fff;
}

#quotation a {
    background: #79BDAE;
    padding: 12px 15px;
    color: #fff;
    font-size: 18px;
}

#about {
    background: #557B71 url('img/feather.png') no-repeat center 80px;
    background-size: 90px 46px;
    font-size: 16px;
}

.about {
    color: #fff;
    text-align: center;
    padding: 200px 30px 100px 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #about {
        background: #557B71 url('img/feather@2x.png') no-repeat center 80px;
        background-size: 90px 46px;
    }
}

/* Projects */

#projects .container {
    padding: 50px 15px;
}

.projects {
    margin: 20px -15px;
}

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

a.project:hover {
    color: #fff;
}

.project {
    display: block;
    margin-bottom: 30px;
}

.project .image {
    position: relative;
}

.project .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background: url('img/hover_70.png');
    overflow:hidden;
    text-align: center;
}

a.project:hover .hover {
    opacity: 1;
}

.project .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project .hover h3 {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}

.project .hover p {
    font-weight: 300;
    font-size: 18px;
}

.project img {
    width: 100%;
}

#view-projects-wrapper {
    text-align: center;
}

/* Projects overview */

.projects-wrapper {
    padding: 70px 0;
    background: #EDEEEE;
}

/* Project detail */

#project-detail {
    padding: 50px 0 100px 0;
    background: #EDEEEE;
}

#project-detail .container.small-container {
    padding: 50px 120px;
}

.project-header {
    padding: 20px 0;
    text-align: center;
}

.project-titles {
    text-align: center;
}

#project-detail h2 {
    color: #557B71;
    background: none;
    font-weight: 500;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.project-nav {
    color: #557B71;
    font-size: 18px;
    text-transform: lowercase;
}

.project-nav a {
    color: #557B71;
}

.project-body {
    line-height: 180%;
    font-size: 13px;
    padding: 30px 0 50px 0;
    font-weight: 300;
}

.textfields {
    color: #79BDAE;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

.textfields .textfield {
    text-transform: lowercase;
}

.project-video {
    margin: 50px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.project-video iframe,
.project-video object,
.project-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-footer {
    text-align: center;
    margin: 50px 0 0 0;
}

#project-back {
    border: 1px solid #f00;
    border-radius: 20px;
    padding: 10px 30px;
    color: #f00;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}

#project-back:hover {
    border: 1px solid #F0F0F0;
    color: #F0F0F0;
    background: #f00;
}

.cycle-slideshow { width: 100%; position: relative }
.cycle-slideshow img { width: 100%; height: auto }

.slider-wrapper {
    width: 100%;
    position: relative;
}

#prev-slide, #next-slide {
    display: none;
}

.pager-dots {
    text-align: center;
    padding: 15px 0 0 0;
}

.pager-dots a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #557B71;
    text-indent: -99999px;
    outline: none;
}

.pager-dots a:hover, .pager-dots a.cycle-pager-active {
    background: #79BDAE;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #prev-slide {
        background: url('img/arrow-left@2x.png') no-repeat;
        background-size: 40px 40px;
    }

    #next-slide {
        background: url('img/arrow-right@2x.png') no-repeat;
        background-size: 40px 40px;
    }
}

#slider-thumbnails {
    float: right;
}

.slider-thumbnail {
    margin: 0 0 10px 5px;
}

.slider-thumbnail:hover {
    cursor: pointer;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header h1 {
        margin: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .container {
        padding: 0;
    }

    #about {
        font-size: 22px;
    }

    .about {
        color: #fff;
        text-align: center;
        padding: 200px 100px 150px 100px;
    }

    #projects .container {
        padding: 50px 0;
    }

    .footer-text {
        text-align: left;
    }

    header .menu {
        position: relative;
        background: none;
        height: auto;
        width: auto;
        z-index: 0;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        overflow-x: auto;
        text-align: left;
    }

    header .menu.col-md-6 {
        width: 50%;
    }

    .hide-menu {
        display: block;
    }

    #menu-toggle, #menu-close {
        display: none;
    }

    #main-nav li a {
        color: #557B71;
        font-size: 18px;
        text-decoration: none;
        outline: none;
        padding: 0 15px;
    }

    header .menu nav {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        overflow: hidden;
    }

    #main-nav li {
        display: inline;
        width: auto;
    }

    #main-nav li.social a {
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -99999px;
        outline: none;
        margin: 3px 5px 0 5px;
    }

    #main-nav li.instagram a {
        background: url('img/instagram.png') no-repeat;
    }

    #main-nav li.linkedin a {
        background: url('img/linkedin.png') no-repeat;
    }

    #main-nav li.pinterest a {
        background: url('img/pinterest.png') no-repeat;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #main-nav li.instagram a {
            background: url('img/instagram@2x.png') no-repeat;
            background-size: 20px 20px;
        }
        #main-nav li.linkedin a {
            background: url('img/linkedin@2x.png') no-repeat;
            background-size: 20px 20px;
        }
        #main-nav li.pinterest a {
            background: url('img/pinterest@2x.png') no-repeat;
            background-size: 20px 20px;
        }
    }

    .textfields {
        text-align: left;
    }

    .project-header, .project-titles {
        text-align: left;
    }

    .project-nav {
        float: right;
    }

    #prev-slide, #next-slide {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 101;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
        text-indent: -9999px;
        outline: none;
        background: url('img/arrow-left.png') no-repeat;
    }

    #prev-slide {
        left: -20px;
    }

    #next-slide {
        right: -20px;
        left: auto;
        background: url('img/arrow-right.png') no-repeat;
    }

    #view-projects {
        float: right;
    }

    #quotation {
        padding: 150px 0;
    }

    #quotation a {
        padding: 20px 30px;
        font-size: 25px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
