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

body {
  padding-top: 54px;
}

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

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.logo {
  width: 15%;
}

.lead {
  font-weight: bolder;
  font-size: 1.5rem;
}

.title {
  font-weight: bolder;
  font-size: 3rem;
}

.img-fluid {
  max-width: 600px;
}

.text-white {
  background-color: rgba(0, 0, 0, 0.747);
  opacity: 0.7;
}