body {
 
}

.body_content {
  padding: 15px;
}

.body_title {
  font-weight: bold;
}

.content_field {
  padding: 3px;
}

.carousel-item {
    background-color: black;
    text-align: center;
    height: 200px;
    display: flex;
  align-items: center;
}

.carousel-item img{
    max-height: 200px;
    max-width: 100%;
}

.home_page {
  width: 100%;
  max-width: 500px;
}

.thumbnail_container {
  display: block;
  padding: 8px;
}

.thumbnail_title {
  text-align: center;
}

.thumbnail_image {
  text-align: center;
}

.thumbnail_image img {
  width: 100%;
  border-radius: 10px;
}

.thumbnail_fields {
  padding-bottom: 20px;
}

.image_container .image img {
  max-width: 100%;
  max-height: 600px;
  border-radius: 15px;
}

.image_container .image {
  text-align: center;
}


.image_header {
  padding-bottom: 15px;
}

.next_image_name {
  text-align: right;
  padding-right: 20px;
}

.next_image_img img{
  width: 60px;
}

footer {
  margin-top: 30px;
  background-color: lightgrey;
}

footer .col .content_top {
  text-align: right;
  padding: 10px;
}

footer a {
  color: black;
}

footer i {
  color: black;
}

i {
  padding: 3px;
}