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;
}

.furnitureStyle {
    border: 1px solid black;
}
    .furnitureStyle:hover {
        background-color: rgb(240,235,227);
    }
.doorsStyle {
    border: 1px solid rgb(185,179,177);
}
    .doorsStyle:hover {
        background-color: #94ba21;
        color: white;
    }
    .doorsStyle:hover img {
        filter: brightness(0) invert(1);
    }
.arrow {
    background: url('../img/arrow.png') center/15px no-repeat;
    border-color: #94ba21 !important;
}
    .abutton:hover span {
        background-color: #94ba21;
    }
    .arrow:hover {
        background-color: #94ba21;
    }
.arrow-furniture {
    background: url('../img/arrow.png') center/15px no-repeat;
    border-color: rgb(240,235,227) !important;
}
    .afbutton:hover span {
        background-color: rgb(240,235,227);
    }
    .arrow-furniture:hover {
        background-color: rgb(240,235,227);
    }

@media only screen and (max-width: 300px) {
    .buttons {
        min-height: 100px !important;
        min-width: 200px !important;
    }
}
