
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400&display=swap');

body {
  font-family: 'Barlow', sans-serif;
}

#map {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  
}
#logo {
  position: fixed;
  right: 25px;
  bottom: 4%;
  width: 200px;
}


 #arrow-mobile {
      visibility:visible;
    position:relative;
    left:94%;
    bottom:28px;
    font-size: 25px;
    width:10px;
    margin-bottom:-30px;
    cursor: pointer;
  }

.map-console {
  padding: 20px;
  font-family: 'Barlow', sans-serif;
  position: absolute;
  width: 680px;
  left: 10px;
  bottom: 5%;
  height: 270px;
  background-color: #091729a1;
  border-width: 0px;
  color: #ffffff;
  border-radius: 5px;
  text-align: left;
  transition: left 0.5s;
}

h1 {
  font-size: 25px;
  margin-bottom: -5px;
 font-weight:bolder;
}

h2 {
  font-size: 35px;
  line-height: 15px;
  font-weight: bold;
}

#block-data {
  display: table;
}
.totDiv {
  float: left;
  margin-right: 20px;
  width: 100px;
}

.main {
  width: 207px;
}

.totals {
  color: #F59435;
  font-size: 14px;
  margin-bottom: 8px;
}

.label {
  font-size: 24px;
  margin-bottom: 20px;
}

.title1 {
  margin-top: -5px;
  color: #F59435;
}
.title2 {
  margin-top: -5px;
  color: #F59435;
  font-size: 22px;
}



#labelDateToday {
  font-size: 35px;
}
#labelHourToday {
    font-size: 22px;
    margin-top: -8px;
    }

#labelDate {
  margin-top: -7px;
}

.mapboxgl-popup-content {
  border-radius: 0.4rem;
  padding: 2px 10px 10px 10px;

  text-align: center;
  font-family: 'Barlow', sans-serif;
  color: #1a2b42;
}

.labelSA1 {
  margin-top: 4px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -2px;

    color: #F59435;
}
.labelSA2 {
    margin-bottom: 10px;
    font-size: 12px;

}

.label1 {

  margin-top: 4px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
}

.label2 {
  font-size: 16px;
}

.label3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.label4 {
  font-size: 19px;
  font-weight: bold;
}
.label5 {
  font-size: 20px;
  font-weight: bold;
}
.label5a {
  font-size: 20px;
  font-weight: bold;
  color: #F59435;
  margin-bottom: 7px;
}




.label6 {
  font-size: 15px;
  font-weight: bold;
  color: #F59435;
  margin-top: 9px;
  
}

.label7 {
  font-size:14px;
  margin-bottom: 9px;
    
}


.yellow {
  color: #F59435;
}

.label4.yellow {
  margin-top: 3px;
  font-size: 25px;
  font-weight: bold;
}


#menu {
  background: #ffffff00;
  z-index: 1;
  border-radius: 15px;
  width: 600px;
  border: 0px solid rgba(0, 0, 0, 0.38);
  font-family: "Open Sans", sans-serif;
  display: table;
  margin: 10px 0px 30px 0px;
}

#menu a {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2d415b;
  margin: 0px 8px 8px 0px;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

#menu a:hover {
  font-weight: bold;
}

#menu a.active {
  color: #F59435;
}

#menu a.active:hover {
  font-weight: bold;
}




.slidecontainer {
  width: 100%;
}

.slider {
  margin-top: 20px;
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: #0c141f;
  outline: none;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #ffffff;
  cursor: pointer;
}

#player i {
  color: #ffffff;
  margin-right: 7px;
  font-size: 35px;
  cursor: pointer;
}

#player i:hover {
  color: #757c82;
  text-decoration: none;
}

#player i.active {
  color: #f1415f;
}

#vizsel {
  margin-bottom: 30px;
}

#vizsel a {
  padding: 10px;
  border-radius: 5px;
  background-color: #0e1724;
  font-size: 18px;
  color: #ffffff;
  margin-right: 5px;
}





#buttons3D {
  display: block;
  position: absolute;
  top: 105px;
  left: 9px;
  width: 32px;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  background-color: #ffffff00;
  border-color: #6c757d;
  border-width: 0.2em;
}

#button3d {
  padding: 0;
  border-style: none;
  border-radius: 0.3em;
  background-color: #ffffff;
  cursor: pointer;
  width: 31px;
  height: 30px;
  margin-bottom: 5px;
}



@media only screen and (max-width: 600px) {

  #arrow-mobile {
    visibility:visible;
    position:relative;
    left:94%;
    bottom:28px;
    font-size: 25px;
    width:10px;
  }


  .map-console {
    font-family: 'Barlow', sans-serif;
    position: absolute;
    width: 96%;
    left: 2%;
    height: 320px;
    background-color: #09101bd6;
    transition: bottom 0.5s;
  }

  #block-data {
    display: table;
  }
  .totDiv {
    float: left;
    margin-right: 5px;
  }

  .totals {
    color: #F59435;
    font-size: 14px;
    width: 100px;
    margin-bottom: 12px;
  }

  .label {
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: 30px;
  }

  .title2 {
    margin-top: -15px;
    color: #F59435;
    font-size: 19px;
  }

  #labelDateToday {
    font-size: 35px;
     margin-top: -5px;
    margin-bottom: 17px;
  }

 #labelHourToday {
    font-size: 20px;

    }
    
  h1 {
    font-size: 18px;
    margin-top: -5px;
  }



  #slider-menu2 {
    margin-right: 50%;
  }

  #menu {
    top: 1%;
    right: 2%;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }

  #menu a {
  font-size: 12px;
  margin: 0px 3px 0px 0px;

  padding: 5px;

}




  #vizsel a {
    background-color: #0e1724;
    font-size: 15px;
  }

  #logo {
    right: 0px;
    width: 38%;
    top: 0px;
  }
}
