body  {
    font-family: 'Enriqueta', serif;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

#home {
    padding-top: 12%;
    min-height: 300px;
}

#about, #contact {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 150px;
}

h1 {
    color: #39d084;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    color: #39D084;
}

h3 {
    color: #fff;
    font-weight: normal;
}

p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
}

a.contact-me {
    display: inline-block;
    *display: inline;
    padding: 23px 48px 25px 40px;
    background: #39d084;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.contact-me:hover {
    text-decoration: none;
    background: #0d9756;
    color: #fff;
}

.modal-body {
    max-height: 500px;
}

.g-recaptcha {
    display: inline-block;
}

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

.highlihgted {
    padding: 10px 10px 10px 30px;
    background-color: rgba(255, 255, 255, 0.1);

}

.footer {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer p {
    font-size: 14px;
    line-height: 20px;
    margin: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #0e90d2;
}

#address {
    padding-top: 50px;
}

.navbar .btn-navbar {
    padding: 16px 21px 16px 21px;
}

.navbar-fixed-top {
    margin-right: 0;
    margin-left: 0;
}


.navbar-inner {
    background-color: #fff;
}

.navbar .nav > li > a {
    padding: 7px 15px 10px;
    color: #000;
}

.navbar-logo {
    line-height: 76px;
}

#benefits li {
    line-height: 25px;
    list-style: none;
    margin-bottom: 1.2em;
    margin-top: 1em;
    padding-left: 50px;
    background: url("../img/check.png") no-repeat;
}