.home-style {
  height: calc(100vh - 250px);
  /*background-image: url('../../images/bg.jpg');*/
  margin: 0;

}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portrait-style{
  max-width: 100%;
  max-height: 100%;
}

.button {
  background-color: #f4ab0a;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.button:hover {
  text-decoration: none;
}

.body {
  background-color: black;
  color: white;
}

.page-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.social-media {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.paintings-style {
  max-height: calc(100vh - 250px);

}

.carousel-style {
    height: auto;
    width: auto;
    max-width: 300px;
    max-height: 500px;
}

.my-style {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 250px);
}

.gallery-style {
  grid-gap: 10px;
}

.nav-link {
  color: white;
}

.navbar {
  color: white;
}

.custom-toggler.navbar-toggler {
  border-color: white;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
