body {
    /*color:rgb(167, 140, 120);*/
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern';
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;

    margin: 0;
    padding: 0;
    
  }

  input[type="file"] {
    display: none;
}
.custom-file-upload {
  text-align: center;
  display: inline-block;
    background-color: rgb(167, 140, 120);
    color: white;
    font-size: 18px;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.welcomeimage {
  width: 100%;
  object-fit: cover;
  object-position: 50% 25%; /* even if we dont declare this the image will still be centered */
  height: 405px;
}

/* Login */
.login {
  padding-top: 30px;
  width: 50%;
  max-width: 500px;
  margin: auto;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: rgb(167, 140, 120);
  color: white;
  font-size: 18px;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Contact */

.contact-list {
  padding-top: 30px;
  width: 60%;
  max-width: 800px;
  margin: auto;
}

.contact:nth-child(even) {
  text-align: right;
}

.contact:nth-child(even) img {
  float: left;
}
.contact:nth-child(odd) img {
  float: right;
}

.contactimg {
  /* border-radius: 0px 40px 0px 0px; */
  padding-top: 15px;
  padding-right: 10px;
  max-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
}

.contact {
  border-radius: 25px;
  padding: 5px;
  background-color: rgb(167, 140, 120);
  color: white;
  margin: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 180px;
}
  
.map-container {
  display: flex;
}

.unselected img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.popup {
  white-space: normal;

}

.tooltip {
  white-space: normal;
}

.whatsapp {
  display: inline-block;
  height: 25px;
}
.whatsapp img {
  float: none !important;
  /* width: 25px; */
  height: 100%;
}
.whatsapp p {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  margin-top: 5px;
  /* margin-top: auto;
  margin-bottom: auto; */
  height: 100%;
  vertical-align: top;
}

.map-collapsed {
  background-color: #eee;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border: none;
  text-align: left;
  outline: none;
}

.map-collapsed:hover {
  background-color: #ccc;
}

.map-collapsed:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
}

.map-list-item h3 {
  background-color: #eee;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  margin: 0;
}


.map-list-item h3:after {
  content: '\2796'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  padding-right: 5px;
}
.map-list-item h3:hover {
  background-color: #ccc;
}

.map-list-item {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
}

.leaflet-popup {
  min-width: 400px;
  max-width: 500px;
  max-height: 500px;
}

.leaflet-tooltip {
  min-width: 400px;
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
}


#map { 
  height: 720px; 
  width: calc(100vw - 645px);
  padding-right: 20px;
}

#map-controls {
  height: 720px; 
  width: 645px;
  
}

#map-legend {
  height: 45px;
}

.map-contents {
  height: calc(720px - 58px); 
  overflow-y: scroll;
}


@media only screen and (max-width: 750px) {
  #map-legend span {
    display: none;
  }
}

.leaflet-container {
    height: 100%;
}

@media only screen and (max-width: 1200px) {
  .map-container {
    display: block;
  }

  #map {
    width: 100%;
    float: none;
  }

  #map-controls {
    height: 100%;
    width: 100%;
  }
  .map-contents {
    height: 100%;
    overflow-y: unset;
  }

  #map-legend {
    height: 58px;
  }

}

.hotel {
  padding: 10px
}

.hotel a {
  display: block;
  width: 100%;
  text-align: center;
}

.leaflet-container {
    height: 100%;
}

#map-legend span {
    margin-right: 10px;
}


#map-legend ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
  overflow: hidden;
  background-color: rgb(167, 140, 120);
  color: white;

  flex-grow: 1
}

#map-legend li {
  float: left; 
  cursor: pointer;

  font-size: 3vmin;
}

 @media screen and (min-width: 1200px) {  
  #map-legend li {
     font-size: 16px;
   }
 }

#map-legend li img {
  padding-right: 5px;
}

#map-legend li a {
  display: block;
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  text-decoration: none;
}

@font-face {
    font-family: 'Carlottena';
    src: url('./fonts/carlottena/Carlottena.ttf') format('truetype');
    padding: 0;
  }

.float-right {
  padding-left: 20px;
  float: right;
  max-width: 100%;
}

@media only screen and (max-width: 1300px) {
  .float-right {
    width: 100%;
  }

  .float-right img {

    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .float-right p {
    display: none;
  }
}

.float-right img {
  max-width: 100%;
}

.content:before {
  content: ' ';
  display: table;
  width: 20em;    /* <-- Change the current width size */
}

  
h1 {
    font-family: 'Carlottena';
    line-height: 1;
    font-size: 35pt;
    /*color:rgb(167, 140, 120);*/
    background-color: rgb(167, 140, 120);
    color: white;

    min-width: 280px;

    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;

    padding-right: 10px;
    padding-left: 10px;
}

.menu {
  display: flex;
}

.menu-block {
  width: 50px;
  background-color: rgb(167, 140, 120);
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(167, 140, 120);

    flex-grow: 1
  }
  
 .menu li {
    float: left;
    cursor: pointer;

    font-size: 3vmin;
  }

  @media screen and (min-width: 1200px) {  
    .menu li {
      font-size: 16px;
    }
  }

 .menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 24px 16px;
    text-decoration: none;
  }

  .selected {
    background-color: rgb(180, 177, 138);
  }
  
  /* Change the link color to #111 (black) on hover */
 .menu li a:hover {
    background-color: rgb(182, 180, 157);
  }

/*.schedule {
    margin-right: auto; 
    margin-left: auto; 
    width: 600px;

    font-size: 20pt;
    color: rgb(167, 140, 120);
}*/

.schedule ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*list-style-position: inside;*/
  }

.schedule li {
  padding-bottom: 8px;
}

.page {
    /*background-color: rgb(238, 142, 142);*/
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px;

    font-size: 14pt;
    text-align: justify;
  }

  .page p ul {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: .01em;

    line-height: 1.5;
    font-size: 1.0625rem;
    margin-bottom: 1rem;
  }


.address {
    width: 100%;
    text-align: center;
}
  
.schedule {
  position: relative;
  margin: 40px auto;
  width: 500px;
  height: 350px;
  background: rgb(248, 240, 231);
  border-radius: 2px;

  font-size: 15pt;
  color: rgb(167, 140, 120);

  padding: 10px;
}

.schedule h4 {
  width: 100%;
  text-align: center;
}

.schedule::before,
.schedule::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,.7);
  z-index: -1;
  transition: all .3s ease-in-out;
}

.schedule::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.schedule::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.schedule:hover::before,
.schedule:hover::after {
  box-shadow: 0 2px 14px rgba(0,0,0,.4);
}

.schedule:hover::before {
  left: 5px;
}

.schedule:hover::after {
  right: 5px;
}