*,.jumbotron h1 {
margin:0;
padding:0;
}

html, body, #container {
    height: 100%;
    width: 100%;
    	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: lighter;
}

body {
color:rgba(255,255,255,0.7);
background:url(../images/background.jpg) no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}

#firma{
     position:fixed;
     bottom:50px;
     right:0;
     color:white;
     height: 10%;



}

#firma img{
	height:100%;
	margin-right:2px;

}

#page-wrap {
width:400px;
background:#FFF;
-moz-box-shadow:0 0 20px #000;
-webkit-box-shadow:0 0 20px #000;
box-shadow:0 0 20px #000;
margin:50px auto;
padding:20px;
}

p {
font:15px/2 Georgia, Serif;
margin:0 0 30px;
}

.jumbotron {
text-align:center;
background:rgba(0,0,0,0.4);
margin-bottom:0;
padding:10px;
position:fixed;
width:100%;

}

.jumbotron h2 {
margin:0 0 20px;
}

.btn-primary {
background-color:rgba(31,98,50,0.7);
border:none;
}

@media only screen and (max-width: 500px) {
	.btn-primary {
	font-size:8pt;
	}
}


.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
background-color:rgba(50,150,60,1);
border:none;
}

.footer {
text-align:center;
background:rgba(0,0,0,0.2);
position:fixed;
bottom:0;
width:100%;
padding:10px 0;
}

