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: 160px;
}

/*Image header classes*/

.image-header {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.image-header-main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-1.jpg");
}

.image-header-articles {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-2.jpg");
}

.image-header-billoffare {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-3.jpg");
}

.image-header-privacy {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-4.jpg");
}

.image-header-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-5.jpg");
}

.image-header-about {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-6.jpg");
}

.image-header-files {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img-header-7.jpg");
}

.rect-separator-1 {
    background-color: #9fc131;
    height: 6px;
    width: 50px;
}

.rect-separator-2 {
    background-color: #dbf227;
    height: 6px;
    width: 50px;
}

.rect-separator-3 {
    background-color: #d6d58e;
    height: 6px;
    width: 50px;
}

.img-cover {
    object-fit: cover;
}

#page-footer {
    line-height: normal;
}