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 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(204, 232, 243);
  background-image: url(../images/background.gif);
}

.navbar {
  border-top: 0.3rem black solid;
  border-bottom: 0.3rem black solid;
}

.nav-link {
  font-weight: bold;
}

.nav-link:hover {
  color: #1877f2 !important;
}

.navbar-wrapper {
  border-top: 0.201rem #1877f2 solid;
  border-bottom: 0.2rem #1877f2 solid;
}

.page {
  background-color: #ecf4f7;
}

.background-white {
  background-color: white;
}

.background-lightblue {
  background-color: #ecf4f7;
}

h3,
h4 {
  text-align: center;
}

#arcadenav .dropdown-menu {
  min-width: 30px !important;
}

#arcadenav .dropdown-menu a img {
  width: 35px;
  height: 35px;
  padding: 0.25rem !important;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.contact #map,
.gallery img,
.about-us img {
  border: 1px black solid;
}

.img-wrapper {
  padding: 0.5rem !important;
}

.page {
  border: 1px black solid;
}

#lang img {
  width: 28px;
}

footer .copyright {
  border-top: 0.3rem black solid;
  border-bottom: 0.3rem black solid;
}

small {
  padding: 0.5rem !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading-wheel {
  width: 20px;
  height: 20px;
  margin-top: -40px;
  margin-left: -40px;

  position: absolute;
  top: 50%;
  left: 50%;

  border-width: 30px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
  border-style: double;
  border-color: #ccc transparent;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.small-icon {
  width: 30px;
  height: 30px;
}

.icons-dropdown {
  min-width: 45px !important;
  justify-content: center;
}

.icons-dropdown li {
  margin-bottom: 5px;
}
