/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/templates/full-width-pics)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
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;
}

.img-fluid {
  width: 240px;
  border-radius: 5%;
  border: 1px solid black;
  padding: 5px;
  /* opacity: 0.5; */
}
.other {
  padding: auto;
}

.Image1 {
  background-image: url("../img/starwars.jpg");
}
.Image2 {
  background-image: url("../img/family.jpg");
}

.lowerText {
  height: 50px;
}
