/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background:#bcbec0;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background:#bcbec0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slogan{
	position:absolute;
	bottom:5%;
	right:5%;	
}
.logo{
left: 40%;
position: absolute;
text-align: center;
top: 35%;
}
.slogan img {
  height: auto;
  max-width: 350px;
}
.logo img{
	max-width:250px;
	height:auto;
}