/* CSS Document */

.bg-banner {
	background-image: url("../images/topBannerGr.jpg");
	background-size:cover;
	margin-bottom: 0;
}

.banner {
	position:relative; 
	width:100%;
}

.bg-logo {
	position: absolute;
	top: 6%;
	left: 80%;
	height: 80%;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}