@charset "utf-8";
body, html {
    font-family: "Gotham A","Gotham B",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #fff;
}
		/* http://css-tricks.com/perfect-full-page-background-image/ */
		html {
			background: url(linkbeltexcavators.png) no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

		body {
			padding-top: 40px;
			font-size: 16px;
			background: transparent;
		}

		h1 {
			    font-family: "Gotham A","Gotham B",Helvetica,sans-serif;
			font-weight: 400;
			font-size: 40px;
		}
		h2 {
			    font-family: "Gotham A","Gotham B",Helvetica,sans-serif;
		}
		/* Override B3 .panel adding a subtly transparent background */
		.panel {
			background-color: rgba(0, 0, 0, 0.6);
			border: none;
			border-radius: 0;
			padding-bottom: 40px;
		}

		.margin-base-vertical {
			margin: 40px 0;
		}
.btn-success {
	color: #fff;
	background-color: #e31b23;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	    transform: scale(1);
	
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #e31b23;
	border: none;
	border-radius: 0;
	    transform: scale(1.0625);
}
.en {
    display: none;
}

.pt {
    display: none;
	}
.fr {
    display: none;
	}	
.es {
    display: none;
	}		
	footer{
	margin: 0 auto;
	text-align: center;	
	font-size: 16px;
	color: #CCC;
	}
#logo{
	width: 50%;	
	margin: 0;
	text-align: center;
	margin: 40px 0 0;
}
	</style>
/* CSS Document */

