body {font-family: "Times New Roman", Georgia, Serif;}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
}
body, html {
  scroll-behavior: smooth;
}

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: #abca4d;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #abca4d;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}
li {
    margin-bottom: 15px;
}
li span {
    font-weight: bold;
    color: #34495e;
}

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

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

.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;
}
