body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}

body, html {
  height: 100%;
  line-height: 1.8;
  scroll-behavior: smooth;
}

/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
.w3-bar .w3-button {
  padding: 16px;
}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: black;
  color: white;
}


.slider{
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.item{
  position: absolute;
  width: 300px;
  height: 320px;
  text-align: justify;

  padding: 20px;
  transition: 0.5s;
  left: calc(50% - 150px);
  top: 0;

}
#next, #prev{
  position: absolute;
  top: 40%;
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: xxx-large;
  font-family: monospace;
  font-weight: bold;

  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

}
#next{
  left: unset;
  right: 100px;
  z-index: 998;
}
#prev{
  right: unset;
  left: 100px;
  z-index: 998;
}
