
.hero-image-boka {
    background-image: url("../Images/Start/hero.jpg");
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-content-boka {
    transform: skew(-20deg) translateY(0);
    color: white;
    background-color:rgba(255, 255, 255, 0.50);
    position: relative;
    left: -50px;
}

.hero-content-boka h1{

    padding: 30px 0 30px 60px;
    margin-right: 20px;
}

h1, h2, h3 {
    text-align: left;
}

h1 {
    padding-left: 30px;
    font-size: 2rem;
    transform: skew(20deg);
    line-height: 30px;
}

h2 {
    color: #34775a;
    margin: 40px 0;
    padding: 0;
}

h3 {
    margin: 10px 0 20px;
    line-height: 20px;
    padding: 0;
}

p {
    font-size: 1rem;
}

strong {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 25px;
}

ul {
    list-style-position: inside;
    margin: 10px 0 40px;
}

ul li{
    font-size: 1rem;
}

.container-boka {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 0 80px;
}

.booking-greenfee-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 150px;
}

.avbokning-section {
    margin: 100px 0 50px;
}

.end-message h2 {
    font-size: 1.4rem;
    margin-top: 50px;
    text-align: center;
    text-decoration: underline;
    line-height: 30px;
}

.calendar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calendar-container-inner {
    border: 1px solid black;
}

.booking-calendar {
    display: flex;
    overflow-x: scroll;
    column-gap: 0;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #34775a;
    flex-wrap: wrap;
    padding: 10px;
}

.calendar-header p {
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: white;
}

.arrow-button, .arrow-button:hover {
    height: 40px;
    width: 40px;
    background-image: url("/Golfklubben/Images/Booking/arrow.png");
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
}

.row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
}

.row button {
    padding: 25px 15px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    align-content: center;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
    text-shadow: none;
    color: black;
    outline: 1px solid #000;
    text-wrap: nowrap;
}

.row-button:hover, .row-button:focus {
    background-color: #34775a;
    color: white;
    cursor: pointer;
}

.boka-nu-button {
    background-color: #34775a;
    width: fit-content;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    transition: ease-in-out .3s;
    padding: 20px 80px;
    margin-bottom: 50px;
    align-self: center ;
    text-wrap: nowrap;
}

.boka-nu-button:hover {
    background-color: #34614d;
}

@media (max-width: 980px) {
    .container-boka {
        padding: 0 10px;
    }

    .calendar-container-inner {
        width: 100%;
    }
}