/* 
colors
  dark blue: #017aaf
  light blue: #80cff3
  green: #8aba50
  medium-green: #a1c774
  light-green: #b8e386
  very light green: #e5f0d3
*/

/*
.alertify-log-custom {
  background: blue;
}
*/

#map { 
  margin-top: -9px;
  height: 100vh;
}

#map p { 
  font-size: 18pt;  
}

#map-error{color:black;}

.iw-body {
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
  height: 45vh;
}

.infoWindow {
    //height: 300px;
    height: 55vh;
    text-align: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #004b76;
    color: white !important;
    overflow: hidden;
}

.iw-content {
  width: 100%;
  overflow: hidden;
}

#map-error {
  display: inline-block;
  font-weight: bolder;
  font-size: 2em;
  width: 49%;
  margin-top: 15%;
}

#map .youtube { 
  display: block;
  margin: auto; 
}


.iw-header {
  background-color: #008000;
  display: block;
  padding: 3px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  overflow: auto;
}

.iw-header h1 {
  font-size: 18pt;
}

.iw-nav-container > div, .iw-header > div {
   display: inline-block;
}

.iw-header{
  margin-bottom: 6px;
}

.round {
  font-size: 14pt;
  font-weight: 900;
  margin: 0px 2px;
  padding: 3px 10px;
  border-radius: 50%;
  background-color: #8aba50;
  color: white;
}

.btn {
  cursor: pointer;
}

.close {
  background-color: #ce0000;
}

.controls > div {
  display: inline-block;
}

.iw-nav-container {
  float: left;
}

.iw-close-container {
  float: right;
}

  
.iw-image-container {
  display: block;
  float: none;
  text-align: center;
  margin: auto;
  padding-bottom: 4px;
  overflow: hidden;
}

.iw-image-container img {
  border-radius: 15px;
  max-height: 35vh;
}

@media screen and (min-height:700px) {
  #map {
    height: 70vh;
  }
  .iw-body {
    height: 27vh;
  }
    .infoWindow {
        height: 35vh;
    }
.iw-image-container img {
    max-height: 20vh;
}
}

@media screen and (min-width:500px) {

  .infoWindow {
    width: 400px;
  }

  .iw-image-container {
    float: left;
    text-align: justify;
    vertical-align: text-top;
  }  

  .iw-image-container img {
    padding-right: 8px;
    margin-top: 4px;
  }

  .iw-content {
    padding-right: 6px;
  }

  .round:hover {
    color: #017aaf;
    background-color: white;
  }

  .close:hover {
    background-color: white;
    color: #ce0000;
  }

  .iw-body {
    //height: 307px;
  }

}

@media screen and (min-width:700px) {
  .infoWindow {
    width: 500px;
  }
}
