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;
}

body {
    margin: 0;
    height: 100vh;
}
.main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    background: url("/Images/Hamnen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#mainpage-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 60%;
    font-size: 10vw;
    color: white;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3), 5px 5px 70px rgba(255,255,255,0.5);
}
#subpage-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 35%;
    font-size: 5vw;
    color: white;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.9), 5px 5px 70px rgba(255,255,255,0.8);
}
.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    pointer-events: none;
}

