html, body{
    color: #ffffff;
    background: #000000 url("../img/bg02.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home {
    background-color: rgba(0,0,0,0.2);
    height: 100vh;
}

.logotipo {
    margin: 30px auto 20px auto;
}

h1 {
    font-family: 'Pacifico', cursive;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

p {
    text-align: center;
    font-size: 16px;
    margin: 20px auto;
}

p.servicos {
    margin: 30px auto 20px auto;
}

p.contato {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.form-control {
    background-color: rgba(255,255,255,0.8);
    color: #333333;
    border: none;
    box-shadow: none;
}

.form-control:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

form {
    margin: 10px 0 30px 0;
}

form button.btn-default {
    background: none;
    color: #ffffff;
}

form button.btn-default:hover {
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
}

#redesocial {
    margin-bottom: 10px;
}

#redesocial ul li a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

#redesocial .nav > li > a {
    padding: 0 5px;
}

#redesocial ul li,
#redesocial ul li a:visited,
#redesocial ul li a:active,
#redesocial ul li a:hover {
    background: none;
}

#redesocial .nav>li>a:hover,
#redesocial .nav>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background: none;
}

#redesocial .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#redesocial .nav-pills {
    text-align:center;
}

#redesocial p{
    margin: 5px;
    font-size: 11px;
    text-transform: uppercase;
}
