.ml-10 {margin-left: 10px;}

.ml-100 {margin-left: 100px;}
.mr-100 {margin-right: 100px;}
.cta {font-size: 24px;}


.custom-spaced-spans span {
    margin-left: 50px;
    margin-right: 50px;
}

.text{
    font-size: 14px;
    font-style: normal;
    font-weight: bolder;
}

@media (max-width: 600px) {
    .cta {
        font-size: 18px;
    }
    .custom-spaced-spans span {
        margin-left: 20px; 
        margin-right: 20px;
    }
}

@media (max-width: 601px) {
    .cta {
        font-size: 24px;
    }
    .custom-spaced-spans span {
        margin-left: 50px;
        margin-right: 50px;
    } 
}

.bg-image {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("./sko\ med\ knap.png");
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.read-more-button {
    background-color: #02adb7;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.btn-primary {
    background-color: #02adb7;
    border-color: #02adb7;
    font-size: 2rem;
}

.btn-primary:hover {
    background-color: #009097;
}

.btn-secondary {
    background-color: #00539b;
}

.btn-secondary:hover {
    background-color: #004077
}

.mb-7 {
    margin-bottom: 8rem;
}

.pink {
    color: pink;
}
