@charset "UTF-8";
/* CSS Document */

html,body {
	padding: 0px !important;
	margin: 0px !important;
	height:100% !important;
	width: 100% !important;
}

.full-bg {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background: url('../images/background_esg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar.navbar-default {
    height: 94px;
    background: rgba(255,255,255,0.5);
}

.col-centered{
	float: none;
	margin: 0 auto;
	margin-top: 50px;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	border: 1px solid white;
	border-radius: 4px;
}

.redirect {
	font-size: 10px;
	font-style: oblique;
	text-align: right;
}

.row {
	margin: 0px !important;
}

