@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,400italic,500,100,100italic,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/* ==========================================================================
   Juta's custom styles
   ========================================================================== */

body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #3c4a59;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.icon-bar {
    color: black;
    border-color: black;
    background-color: black;
}

#top_image {
    background-image: url('../img/bg.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: white;
    min-height: 500px;
    margin-top: 20px;
    margin-bottom: 2px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #37a000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.text-inverse {
    color: #2C3A49;
}

a {
    color: #37a000;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a:hover {
    color: hotpink;
    color: #2ECC71;
    text-decoration: none;
}

a:active {
    color: #37a000;
    text-decoration: none;
}

.fa {
    color: #37a000;
}

.text-muted {
    color: #9caab9;
}

.text-success {
    color: #37a000;
}

.btn-primary {
    background-color: #37a000;
    border-color: #37a000;
}


/* navbar */

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand img {
    float: left;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#footer {
    background-color: #1C2A39;
    color: #e6e6e6;
}

#footer h3 {
    color: #fff;
}

.well {
    background-color: #f9f9f9;
    padding: 19px;
    border: 0px;
    margin-bottom: 20px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: #37a000;
    padding-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

. btn-success {
    background-color: #37a000;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-lg {
    background-color: #37a000;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-lg .fa {
    color: #fff;
}

.btn {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: white;
}

.btn a {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: white;
}

.btn .fa {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: white;
}

.Clients {
    display: block;
    margin: 0 auto;
    height: 40px;
    margin-bottom: 80px;
    margin-top: 30px;
}