body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:#696969;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
}

header {
    background-image: url("images/tuzla-panorama23.jpg");
    background-size: cover;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    color: #f4f4f4;
    padding: 70px 0;
    height: auto;
    width: 100%;
}

h2 {
    color: white;
    font-size:30px;
    text-align: center;
}

p{
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

 div#google_translate_element {
    text-align: right;
    margin-top: 48px;
    position: absolute;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 50%;
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.topnav {
    position: relative;
    background-color: #333;
    overflow: hidden;
  }
  
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  
  .topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  .topnav-right {
    float: right;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a, .topnav-right {
      float: none;
      display: block;
    }
  
    .topnav-centered a {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
  }

 .machines{
    text-align: left;
    padding: 10px;
    position: relative;
  }

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: white;
  }
  
.row::after {
    content: "";
    clear: both;
    display: table;
  }
  
.activity{
    position: relative;
}

.contact {
    text-align: left;
    padding: 20px 0;
    width: 100%;
    height: 150px;
    color: white;
}

#clients{
    color: white;
}


address {
    font-style: normal;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    height: 200px;
    grid-gap: 20px;
}

.photo-gallery img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}


* {box-sizing:border-box}

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

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

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

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

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

.logo{
    margin-top: -50px;
    text-align: center;
    position: absolute;
    height: auto;
    width: min(50vw, 200px);
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    font-size: 40px;
  }
 
