﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-pills .nav-link.active {
    background-color: #ff6700 !important; /* колір фону активної вкладки */
    color: white !important; /* колір тексту */
    border-radius: 0.25rem;
}

.nav-pills .nav-link {
    color: #007bff; /* колір тексту для неактивних вкладок */
}

@media (max-width: 576px) {
    .mnu {
        padding-top: 70px; /* трохи більше для мобільної версії */
        
    }
}

.btn-fixhub {
    background-color: #ff6700 !important; /* твій бажаний колір */
    color: white; /* колір тексту */
    border: none;
}
#map {
    height: 400px;
    width: 100%;
}




