/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  background: url('../roof.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
html {
  min-height:100%;
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(50,50,50,0.8);
  }

.lab {
  color: #1494cb;
  font-weight: bold;
  display: inline;
}

a {
  color: #fff;
}

a:hover{
  color: #1494cb;
}

.row {
  margin-top: 150px;
}
