#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    }
    #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #56829e ;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
    }
    @-webkit-keyframes animate-preloader {
        0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    @keyframes animate-preloader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }

html, body, #container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
 
#container {
    z-index: 10;
}

h1 {
    color: #000000;
    font-size: 1.7em;
    float: left;
}

body {
    padding-top: 56px;
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 70px;
    }

    .icon {
        padding-right: 3px;
    }
}

#map {
    width: 100%;
    height: 100%;
}

.searchBar {
    justify-content: flex-end;
}

.fixed-top {
    min-height: 56px;
}

.form-control {
    width: 100%;
}

#form {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    float: right;
}

#titleH {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 50%;
}

#navBar {
    background-color: #eeeda1;
}

.icon {
    padding-top: 4px;
    font-size: 1.7em;
}

.infoLink {
    padding-top: 0.5em;
    text-align: center;
}

.modal {
    max-height: 85vh;
    
}

.modal-content {
    background-color: #f6fff2;
}

.bodyView {
    overflow-y: scroll;
    max-height: 65vh;
}


/*Table formatting*/
#info {
    width: 90%;
    margin: 0.5em auto;
    font-size: 85%;
    padding-top: 1rem;
}

#info .key {
    text-align: right;
    padding: 0.5em 0.3em;
    font-weight: bold;
    width: 50%;
}

#info .value {
    width: 50%;
    text-align: left;
    padding: 0.5em 0.5em;
}

#info #imageCell {
    width: 100%;
}

#info .flagImage {
    display: block;
    width: 75%;
    height: auto;
    margin: 0px auto;
}

.titleCell {
    font-size: 125%;
}

#mapInfo .flagImage {
    width: 90%;
    height: auto;
}

#mapInfo .key{
    text-align: right;
    font-weight: bold;
    padding-right: 0.3em;
}

#mapInfo .key .value {
    padding-top: 0.3em;
}

#tableTitle {
    text-align: center;
    font-size: 1.5em;
}

#info .weatherIcon {
    width: 20%;
    margin: 0px auto;
    height: auto;
    display: block;
}

#info .weatherCondition {
    text-align: center;
    font-weight: bold;
}

#info .weatherTitle {
    text-align: center;
}

.forecastTable {
    width: 100%;
}


.moreButton {
    width: 30%;
    height: auto;
    margin: 0px auto;
    display: block;
}

#moreButton1, #moreButton2, #moreButton3 {
    width: 75%;
}

.forecastIconCell {
    width: 2.4em;
}

.foreCastIcon {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.forecastCell {
    text-align: center;

}

.forecastButton {
    width: 2em;
}

#date1Forecast, #date2Forecast, #date3Forecast {  
    display: none;
    overflow: hidden;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99!important;
    text-align: center;
  }
  
  #loading-image {
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 99;
  }

  .currentKey {
    text-align: center;
    padding-bottom: 0.5em;
  }

  .currentValue {
    text-align: center;
  }

  .currentSpace {
      padding-top: 0.6em;
  }

  .rain {
    color: #4f8ae8;
  }

  .thermometer {
    color: #ed6053;
  }

  .wind {
    color: #696969;
  }

  .cloud {
    color: #949494;
  }

  .linkCell {
      text-align: center;
  }


  /*Venue Styles */
  .venueTitle {
      font-weight: bold;
      text-align: center;
      font-size: 120%;
      padding-bottom: 0.5em;
  }

  .venueAddressHeader {
      font-weight: 500;
  }

  .venueLinks {
      padding-bottom: 1em;
  }