html {
    scroll-behavior: smooth;
}

:root {
  --color-body: #1A1A1A;
  --color-header: #171717;
  --color-green: #13641A;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: white;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(160, 160, 160);
}

body {
  font-family: 'Red Hat Display', sans-serif;
  margin: 0;
  background: var(--color-body);
  box-sizing: border-box;
}

header {
  padding: .7em;
  background: var(--color-header);
  display: flex;
}

.nav {
  flex-grow: 1;
}

.nav_list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav_list li {
  margin: 0 auto;
}

.nav_list li a {
  padding: 0 .5rem;
  padding-bottom: .2rem;
  font-size: 1.25rem;
  text-decoration: none;
  color: white;
}

.nav_list li a:hover, .page_selected {
  background: #fff;
  color: black !important;
  border-radius: 20px;
}

.nav_list_mobile {
  display: none;
  list-style: none;
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav_list_mobile li:nth-of-type(1) {
  margin-left: auto;
}

.nav_list_mobile li:nth-of-type(2) {
  margin-left: auto;
  margin-right: 10px;
}

.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 100%;
  background-color: var(--color-header);
  overflow-x: hidden;
  transition: .5s;
  padding-top: 60px;
  font-family: 'Roboto Slab', sans-serif;
  text-align: left;
}

.sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  text-align: center;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--color-green);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.5;
}

.top_nadpis {
  max-width: 100%;
  text-align: center;
  color: #D1D1D1;
  text-transform: uppercase;
  font-size: 2vw;
  padding: 0 1rem;
  margin: 10px 0px 15px 0px;
}

.bigger {
  font-size: 2.5vw;
  color: red;
}

.smaller {
  font-size: 1.3rem;
  text-transform: none;
}

/**************** WEATHER ***************/

.weather__mobile {
  font-family: inherit;
  font-size: 18px;
}

.wm_nadpis {
  color: white;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-top: 2rem;
}

#wm_nadpis--bottom {
  font-family: inherit;
  font-weight: normal;
}

#weather_pred-mobile {
  text-decoration: none;
  color: var(--color-green);
}

.wm_nadpis::before{
  content: "";
  position: absolute;
  width: 70%;
  top: -1rem;
  left: 15%;
  height: 2px;
  background-color: white;
}

.wm_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  color: red;
}

.next_day {
  max-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}

.weather_next_nadpis {
  margin: 0;
  margin-top: .5rem;
  font-size: 1.25rem;
}

.weather_next_temp {
  margin: 0;
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.weather_next_icon {
  max-width: 60px;
  max-height: 70px;
}

.nd--mobile {
  min-width: 25%;
}

.flex-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wn_icon--mobile {
  max-width: 50px;
  max-height: 60px;
}

.wn_nadpis--mobile {
  font-size: 1rem;
}

.wn_temp--mobile {
  font-size: .9rem;
}

/************* END WEATHER **************/

/******** VIRTUAL VISIT **************/ 

.virtual_visit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    color: white;
}

.virtual_visit h2 {
    font-size: 2rem;
}

iframe.virtual_visit--iframe {
    height: 500px;
    width: 50vw;
}

/*************************************/

.white_box {
    position: relative;
    margin-top: 5%;
    left: 10%;
    width: 80%;
    min-height: 60vh;
    padding-bottom: 1rem;
    border-radius: 15px;
    background: white;
}

.box_top{
    display: flex;
}

.right_text {
    padding-right: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: .5s;
}

.mobile_list {
    display: none;
}

.box_top ul.non_mobile{
    align-items: center;
    flex-grow: 1;
    display: flex;
    list-style: none;
}

.box_top ul li.nadpis{
    font-size: 3.5rem;
    padding-left: 40px;
    font-weight: 900;
    color: var(--color-green);
}

.icon_gallery, .icon_house {
    max-width: 40px;
    max-height: 40px;
    cursor: pointer;
    transition: .5s;
}

.icon_gallery {
    content: url('../assets/icons/ic_gallery.png');
}

.icon_gallery:hover, .right_text:hover, .icon_house:hover {
    transform: scale(1.15);
}

.icon_house {
    content: url('../assets/icons/ic_house.png');
}

.box_top ul li:nth-of-type(2), .box_top ul li:nth-of-type(3) {
    margin-left: auto;
}

.box_top ul li:nth-of-type(4) {
    margin-right: 30px;
}

.view_sep {
    width: 65%;
    height: 3px;
    margin: 0 auto;
    background: #212121;
}

.important{
  margin-top: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exclamation_mark{
  content: url("../assets/icons/exclamation_mark.png");
  max-width: 40px;
  max-height: 40px;
  margin: 0 15px;
}

.text_about {
    width: 90%;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.7rem;
    margin: 20px auto;
}

.general_info {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.info-row{
    display: flex;
}

#icon-osoby-green, #icon-wc-green, #icon-strava-green, #icon-tech-green, #icon-money-green{
    width: 40px;
    height: 40px;
    margin-left: 9%;
    margin-top: 8px;
}

#icon-wc-green, #icon-strava-green {
    margin-top: 15px;
}

.info-about-detail{
    margin-left: 20px;
    font-size: 1rem;
    line-height: 1.7rem;

}

.info-about-cena{
    display: flex;
}

#icon-money-green{
    margin-left: 10px;
}

.info-money-detail{
    margin-top: 10px;
    padding: 0 10px;
    font-size: 1rem;
    padding-top: 5px;
    line-height: 1.7rem;

}


/* CESKE HORY PLUGIN **************************************/

.ceskehory_plug {
  width: 90%;
  margin: 0 auto;
}



/**********************************************************/

.galerie {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.galerie img {
    max-width: 90%;
    margin-bottom: 4%;
    border-style: none;
}

.left {
    margin-left: 10%;
}

.right {
    margin-right: 10%;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

@media only screen and (max-device-width : 1100px) {
    iframe.virtual_visit--iframe {
        width: 70vw;
    }
}

@media only screen and (max-device-width : 576px) {
  ::-webkit-scrollbar {
    width: 3px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(206, 206, 206, .7);
  }
  .nav_list{
      display: none;
  }
  .nav_list_mobile{
      display: flex;
  }
  .next_day{
    margin-bottom: 1rem;
  }
  .white_box{
    min-width: 90%;
    left: 5%;
  }
  iframe.virtual_visit--iframe {
    height: 400px;
    width: 80vw;
}
  .box_top{
    display: block;
  }
  .box_top ul.non_mobile{
    display: none;
  }
  .mobile_list{
      list-style: none;
      display: block;
      padding: 0;
  }
  .box_top ul.mobile_list li.nadpis{
    padding-left: 0;
      padding: 0 auto;
      margin: 5px;
      text-align: center;
  }
  .mobile_icons{
      display: flex;
      margin-top: 10px;
      align-items: center;
  }
  .mobile_icons p{
      transition: .5s;
      padding-right: 5px;
  }
  .mobile_icons p:hover {
    transform: scale(1.1);
  }
  .mobile_icons a:first-of-type{
    margin-left: 10%;
  }
  .mobile_icons a:nth-of-type(2){
      margin-left: auto;
  }
  .mobile_icons a:last-of-type{
    margin-right: 10%;
  }
  .view_sep{
      width: 80%;
  }
  .important{
    font-size: 1.3rem;
  }
  .exclamation_mark{
    max-width: 35px;
    max-height: 35px;
  }
  .text_about{
      padding: 0 10px;
  }
  .general_info{
    margin-top: 30px;
      grid-template-columns: 100%;
  }
  .info-about-cena{
      margin-top: 10px;
      margin-left: 6%;
  }
  .galerie{
      grid-template-columns: 100%;
  }
  .left{
      margin-left: 0;
  }
  .right{
      margin-right: 0;
  }
}