/* MAIN STYLES */

@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600');
@import url('https://fonts.googleapis.com/css?family=Roboto');



body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    background-color: #231f20;
    color: #fff;
    padding-bottom: 90px;
}

ul {
    position: relative;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    list-style: none;
}

h2 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    margin-top: 2em;
    margin-bottom: 30px;
}

p a,
main li a {
    color: #fff;
}
main li {
    margin: 0;
    padding: 0;
}

ul.bulleted {
    display: table;
    list-style: none;
}

ul.bulleted li {
    display: table-row;
}

ul.bulleted li:before {
    content: "• ";
    display: table-cell;
    font-size: 20px;
    color: #54b648;
    padding-left: 8px;
    margin-left: 16px;
    text-indent: -8px;
}



/* HEADER */

header h1 {
    padding: 20px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
header h1 a {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-size: 24px;
    color: #54b648;
    text-decoration: none;
}


/* NAVIGATION */

nav#nav-main {
    display: none;
    font-family: 'Source Code Pro', monospace;
    padding: 30px 20px;
    background-color: #54b648;
    text-transform: uppercase;
}

nav a {
    color: #231f20;
    font-size: 16px;
    line-height: 27px;
}

.button {
    float: right;
}
.button img {
    width: 40px;
    height: 40px;
}

.nav-toggle {
    display: block;
    background:none;
    padding:10px 15px 15px 15px;
    color:#fff;
    border:0;
    font-size:1.4em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000;
}
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-top: 4px;
}

.cross{
    background-color: #000;
    position:absolute;
    display: none;
    top:30px;
    right:20px;
    padding:0;
    color:#000;
    border:0;
    font-size:3em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:100;
}
.menu-icon {
    height: 40px;
    width: 40px;
    display: block;
}




/* ANIMATED LINK HOVER EFFECT */

.link-effect-1 a {
    position: relative;
    z-index: 10;
}

.link-effect-1 a:hover,
.link-effect-1 a:focus {
    outline: none;
}

.link-effect-1 a:after {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
}

.link-effect-1 a:hover::after,
.link-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.link-effect-1.green a:after {
    background: rgba(84,182,72,1);
}
.link-effect-1.white a:after {
    background: rgba(255,255,255,1);
}




/* MAIN */

section {
    padding: 0 10px;
    z-index: 1000;
}
section:before,
section:after {
    content: " ";
    display: table;
}
section:after {
    clear: both;
}
section:focus {
    outline: none;
}



/* SECTIONS */

#main-graphic {
    max-width: 100%;
    text-align: center;
    font-size: 6px;
    line-height: 8px;
}

#our-projects {
    padding-bottom: 40px;
}

#our-team h3 {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

#our-team li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

#our-team h4,
#our-team li div {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    -webkit-margin-before: 4px;
}

#our-team li div {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

#job-openings li {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

#our-perks li.perks-group {
    float: left;
    width: 45%;
    padding-right: 5%;
    min-height: 210px;
    padding-bottom: 30px;
}

#our-perks li.perks-group:after {
    clear: both;
}

#our-perks .perks-icon {
    height: 55px;
    width: 55px;
    display: block;
    margin-bottom: 20px;
}

#our-perks li.perks-group ul li {
    padding-right: 20px;
}

#contact label {
    display: inline-block;
    width: 37px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
}

#contact p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#contact .address {
    margin-top: 30px;
}
#contact .address label {
    width: auto;
}
#contact span {
    display: inline-block;
    padding-left: 4px;
}



/* SPRITE ICONS */

.bg-icon {
    display: none;
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
}
.no-svg .bg-icon {
    display: block;
}
.icon-trophy {
    background-position: 0px top;
}
.icon-taxi {
    background-position: -55px top;
}
.icon-plate {
    background-position: -110px top;
}
.icon-tree {
    background-position: -165px top;
}
.icon-burger {
    background-position: 0px -55px;
}
.icon-x {
    background-position: -40px -55px;
}




.s__green {
    background-color: #54b648;
    color: #231f20;
}


.t__green {
    color: #54b648;
}




/* RESPONSIVE */

@media only screen and (min-width:410px) {

    section {
        padding: 10px 15px;
    }

    #our-perks li.perks-group {
        min-height: 180px;
    }

}

@media only screen and (min-width:450px) {

    #our-perks li.perks-group {
        min-height: 160px;
    }

}

@media only screen and (min-width:768px) {

    /* SITE WIDTH */

    .container {
        width: 728px;
        margin: 0 auto;
    }


    body {
        font-size: 18px;
        line-height: 27px;
        padding-top: 30px;
    }

    header h1 a {
        font-size: 40px;
        margin-left: 0;
    }

    nav#nav-main {
        display: block !important;
        float: right;
        background-color: transparent;
        color: #fff;
        padding-top: 22px;
    }
    nav a {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }
    nav li {
        display: inline-block;
        margin: 0 10px;
    }

    .nav-toggle {
        display: none;
    }

    .link-effect-1.dt-green a:after {
        background: rgba(84,182,72,1);
    }

    h2 {
        font-size: 24px;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }

    p, li {
        font-size: 18px;
        line-height: 27px;
    }

    main section {
        padding: 30px 0;
    }

    #main-graphic {
        font-size: 10px;
        line-height: 12px;
    }

    #our-projects {
        padding-bottom: 60px;
    }

    #our-projects ul {
        float: left;
        width: 40%;
    }

    #our-projects ul.bulleted li:before {
        padding-left: 0px;
        margin-left: 0px;
        text-indent: 0px;
        width: 15px;
    }

    #our-team {
        padding: 60px 0;
    }

    #our-team h3,
    #our-team h4 {
        font-size: 18px;
        line-height: 27px;
    }

    #our-team li {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    #job-openings {
        padding-top: 60px;
    }

    #job-openings li a {
        font-size: 18px;
        line-height: 27px;
    }

    #our-perks li.perks-group {
        width: 23%;
        padding-right: 2%;
        min-height: auto;
    }

    #contact label {
        font-size: 16px;
        line-height: 27px;
        width: 50px;
    }

}


@media only screen and (min-width:768px) and (max-width:807px) {

    header h1 a {
        font-size: 36px;
        margin-left: 0;
    }

}


@media only screen and (min-width:768px) and (max-width:991px) {

    #our-team li {
        width: 31%;
        margin-right: 2.33333333%;
    }

}


@media only screen and (min-width:808px) {

    .container {
        width: 768px;
    }

}


@media only screen and (min-width:992px) {

    .container {
        width: 952px;
    }

    nav a {
        font-size: 18px;
        line-height: 27px;
    }

    nav li {
        margin: 0 20px;
    }

}


@media only screen and (min-width:1032px) {

    .container {
        width: 992px;
    }

}

