
@media only screen and (min-width: 885px) {
  /* Desktop */
  html {
    font-size: 1rem !important;
  }
  .searchbar{
    width: 400px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (min-width: 575px) {
  /* tab+ */
  html {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575px) {
  /* Phone */
  .topnav.responsive a {
    font-size: 0.7rem !important;
  }
  html{
    font-size: 0.7rem;
  }
  .footer-desktop{
    display:none;
  }
}
.logo{
      width: auto;
      height: 100px;
    }
    .logodiv{
      text-align:center;
    }

.column {
  float: left;
  width: 16.66%;
}
    .slider{
      margin-top:5px;
    }
    
@media screen and (max-width: 885px) {
  /* Tab */
    
  .searchbar{
    width: 200px;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      font-size: 1rem !important;
      float: none;
      display: block;
      text-align: left;
    }
    .logo{
        width: auto;
        height: 50px;
      }
      .logodiv{
        text-align:center;
      }
      .sites{
        display: none;
      }
    
  }
  

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #212529;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
}

.topnav a:hover {
  color: white;
  height: auto;
  font-weight: bold;
}

.topnav a.active {
  background-color: #5cd0f7;
  color: black;
  font-weight: bold;
}
.form-control-dark {
  color: white;
  background-color: var(--bs-white);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: black;
  background-color: white;
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}


.topnav .icon {
  display: none;
}
.sites{
  float: right;
}
.line{
	height:1px;
	background-color:#000000
}

.hide{
  display:none;
}

@media only screen and (max-width: 575px) {
  .asd{
      font-size:1rem;
  }
}
body {
  background-image: url(../images/bgdark3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
footer{
  border-top: 1px solid white;
}
.logodiv{
  margin-bottom: 5px;
}
html,body{
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}