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

html{
 min-height:100%;
}

body {
  background: url('../images/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

footer {
  width: 100%;
  height: 140px;

  position: fixed;
  bottom: 0;
  padding: 15px;
  text-align: center;
}

h1 {
  padding-top: 55px;
  width: 100%;
  text-align: center;
}

h1 img {
  width: 300px;
  height: auto;
}

footer .logo {
  width: 70px;
  height: 70px;
  padding: 0px;
}

footer a, footer p {
  color: white;
}

