* {
    box-sizing: border-box;
}

* {
    box-sizing:border-box;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

@media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }

.active, .dot:hover {
    background-color: #717171;
  }

#background {
    background-image: url(https://img.freepik.com/premium-vector/abstract-background-hand-painted-texture-watercolor-splashes-drops-paint-paint-smears-design-backgrounds-wallpapers-covers-packaging_407307-2094.jpg?semt=ais_hybrid);
    height: fit-content;
    width: fit-content;
}

.column {
    align-items: center;
    background-color: #498b3c;
    border: solid;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    height: 100%;
    justify-content: center;
    padding: 15px;
    width: 550px;
  }

.column_images {
    align-items: stretch;
    border-color: black;
    border-radius: 15px;
    border: solid;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
  }

  .dot {
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    transition: background-color 0.6s ease;
    width: 15px;
  }

  .fade {
    animation-duration: 1.5s;
    animation-name: fade;
  }

  #header_title {
     align-items: center;
    background-color: #498b3c;
    border: solid;
    color: #ffda5e;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    font-family: "Sigmar", sans-serif;
    font-size: 72pt;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    padding: 15px;
    text-decoration: underline; 
    width: 93.5%;
  }

  #last_column {
    align-items: center;
    background-color: #498b3c;
    border: solid;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    height: 100%;
    justify-content: center;
    padding: 15px;
    width: 93.5%;
  }

#main_body {
    align-items: center;
    background-color: #3c632f;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-position: inside;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    text-align: center;
}

.main_images {
    align-items: stretch;
    border-color: black;
    border-radius: 15px;
    border: solid;
    display: flex;
    display:block; 
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%; 
    justify-content: center;
    list-style-position: inside;
    margin-left: auto; 
    margin-right: auto; 
    width: 93.5%; 
}

.mySlides {
    display: none;
  }

.next {
    border-radius: 3px 0 0 3px;
    right: 0;
  }

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
.paragraph {
    color: #ffda5e;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.slideshow-container {
    margin: auto;
    max-width: 1000px;
    position: relative;
  }

  #subtitle_text {
    color: #ffda5e;
    font-family: "Sigmar", sans-serif;
    font-size: 50pt;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
  }

.title_text {
    color: #ffda5e;
    font-family: "Sigmar", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    }      

#video {
    color: #ffda5e;
    font-family: "Sigmar", sans-serif;
    font-size: 50pt;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    }