/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: 16px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fullwidth {
    margin-bottom: 40px;
}

.wrapper {
    margin: 0 5%;
    width: 90%;
    xbackground: rgba(0,0,0,0.05);
}

/* ==============
    MOBILE: Main
   ============== */

.header {
    background-color: #73B702;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 182px 0 0;
}

.navbar-nav a,
.navbar-nav a:link,
.navbar-nav a:visited {
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.navbar-nav a:active,
.navbar-nav a:hover {
    color: #ebf2df;
}

.navbar-nav {
    float: left;
    margin: 0 0 40px;
    padding:0;
    width: 50%;
}
.navbar-nav li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.nav-logo {
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -85px;
    position: absolute;
    top: 20px;
    width: 170px;
}
.nav-logo img {
    padding: 0px;
    width: 170px;
}

.tagline {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
}

.what-we-do {
    color: #fff;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}
.column {
    display: block;
    font-size: 20px;
    margin: 0 0 80px;
}
.what-we-do i {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.project {
    margin-bottom: 80px;
}
.projects h2,
.project h3,
.project h4 {
    font-size: 30px;
    margin-bottom: 80px;
    text-transform: uppercase;
}
.projects h2 {
    font-size: 35px;
}
.project h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.project h4 {
    font-size: 17px;
    margin: 0 0 20px;
    text-transform: none;
}
.project img {
    width: 100%;
}

.footer {
    background: #73B702;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 0;
    padding-top: 50px;
}
.footer h2 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 4px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.footer a,
.footer a:link,
.footer a:visited {
    color: #fff;
    text-decoration: none;
}
.footer a:hover,
.footer a:active {
    text-decoration: underline;
}
.contact-form {
    margin-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px;
    padding: 10px 2.4%;
    width: 95%; 
}
.contact-form textarea {
    height: 150px;
}
.contact-form input[type="submit"] {
    width: 100%;
    padding-left: 30px;    
    padding-right: 30px;
}
.contact-form input[type="submit"]:hover {
    background: #6cac04;
}
.contact-info {
    text-align: center;
}
.contact-info div {
    margin-bottom: 40px;   
}
.contact-info i {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
.input_container span {
    display: none;
}
.form_input_error span {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #d8182b;
}
.form_msg_error {
    background: #ffe8eb;
    background: #d8182b;
    border: 1px solid #d8182b;
    color: #d8182b;
    color: #fff;
    padding: 10px 20px;
}
.form_msg_success {
    background: #fff;
    border: 1px solid #446c04;
    color: #73B702;
    padding: 10px 20px;
}
.legal {
    text-align: center;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFF;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFF;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #FFF;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

/* ====================
    INTERMEDIATE: Menu
   ==================== */

  
}

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

/* ============
    WIDE: Main
   ============ */

    .footer,
    .header {
        background-image: url('../img/bg-full.jpg');
        padding: 92px 0 0;
    }

    .tagline {
        font-size: 35px;
    }

    .column {
        float: left;
        width: 50%;
    }

    .contact-form {
        float: left;
        margin: 20px 2.5%;
        width: 45%;
    }
    .contact-form input,
    .contact-form textarea {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 200;
        margin-bottom: 20px;
        padding: 10px 2.4%;
        width: 95%; 
    }
    .contact-form textarea {
        height: 150px;
    }

    .contact-info {
        float: left;
        margin: 20px 2.5%;
        padding-top: 20px;
        width: 45%;
    }
    .contact-info i {
        border-radius: 60px;
        color: #fff;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 60px;
    }

}

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

/* ===============
    Maximal Width
   =============== */

    .header {
        padding-bottom: 40px;
    }

    .tagline {
        font-size: 40px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .column {
        width: 33.3333333%;
    }
    
    .projects .wrapper,
    .footer .wrapper {
        margin: 0 auto;
        width: 1040px; /* 1140px - 10% for margins */
    }
    
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}