/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}


.navbar-default {
    background-color: #C2E7FF;
    border-color: #E7E7E7;
}
.card {
  height: 100%;
}
footer{
background-color:#C2E7FF;

}
img{
margin:auto;
display:block;
}

.bounding-box {
  background-image: url(...);
  background-size: 100% 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  
}
header{
margin-bottom:300px;

}
