html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

.topbilder {
    width: 1200px;
    border-radius: 12px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.bokningForm {
    font-size: 18px;
    font-weight: 600 !important;
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

.title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}

.links {
    color: #636b6f;
    padding: 0 25px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 50px;
}

.email {
    color: #636b6f;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}

.m-b-md {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.error {
    color: red;
    font-size: 16px;
}

@media only screen and (max-width: 1215px) {
    .title {
        font-size: 30px;
    }

    .topbilder {
        width: 1000px;
        border-radius: 12px;
    }

    .links {
        color: #636b6f;
        padding: 0 25px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 50px;
    }


    .email {
        color: #636b6f;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .m-b-md {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .error {
        color: red;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1015px) {
    .title {
        font-size: 30px;
    }

    .topbilder {
        width: 800px;
        border-radius: 12px;
    }

    .links {
        color: #636b6f;
        padding: 0 25px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 50px;
    }


    .email {
        color: #636b6f;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .m-b-md {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .error {
        color: red;
        font-size: 12px;
    }
}
@media only screen and (max-width: 815px) {
    .topbilder {
        width: 400px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 415px) {
    .topbilder {
        width: 340px;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 360px) {
    .topbilder {
        width: 300px;
        border-radius: 12px;
    }
}