/*!
 * Constantino Neto [http://www.constantinoneto.com]
 * Copyright 2015 Constantino Neto.
 */
 body{
color: #222222;
}
 .jumbotron{
background-color: #ededed;
//
}

.barramenulateral {
    //position:fixed;
    //top:30px;
   // right: 10px;
    //border:0px;
    float:right;
    background-color: #b2dba1;
    height: auto;
}

#header {
background-image:url("../images/redwine1.jpg");
}

#header a{
text-transform: uppercase;
color: #444444;
margin: 0 15px 0 45px;
font-weight: bolder;
}
#header a:hover{
background-color:#ffffff;}

#menu{
margin-top:50px;
}

#about h2{
font-size: 35px;
text-transform: uppercase;
margin: 70px 0 70px 0;
color: #222222;
}
