.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
    background-image: url('background-landscape.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.footer .text {
    padding-left: 20%;
    padding-right: 20%;
}

@media (orientation: portrait) {
    body {
        background-image: url('background-portrait.jpg');
    }
}

@media (orientation: landscape) {
    body {
        background-image: url('background-landscape.jpg');
    }
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
}

.cover-container {
  max-width: 42em;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}
