/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
body {
    padding-top: 70px;  Required padding for .navbar-fixed-top. Change if height of navigation changes.
}
*/

/* Nav */

.is-hidden {
    display: none !important;
}

body {
    background-attachment: fixed;
}

.navbar-fixed-top {
    background-color: rgb(24, 72, 28);
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-nav {
    float: right;
}

/* Footer */

footer {
    padding: 30px 0;
}


@media(min-width:768px) {

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }

}

input, textarea {
    width: 100%;
}
