body {
    padding-top: 70px;
    padding-bottom: 40px;
    /*background-color: #222222;
    color: white;*/
    color: black;
}

.navbar {
    padding-left: 20px;
}

#logo {
    height: 50px;
}

h1{
    padding-left: 10px;
}

hr {
    border-color: red;
    border-width: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

form{
    padding: 0;

}

form ul{
    list-style-type: none;
    padding: 0;
}

form li{
    padding: 10px;
}

form input {
    width: 100%;
    height: 40px;
    background-color: ghostwhite;
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form textarea{
    width: 100%;
    background-color: ghostwhite;
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#sendMail {
    width: 100%;
    height: 50px;
    color: white;
    background: black;
    padding:5px 15px;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
