@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.background-div2 {
    background-image: url(/bilder/golf-2217600_1280.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: calc(100vh-100px);*/
    width: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    flex-direction: column;
    flex: 1;
  } 

.meny-höger-sida-omoss {
    font-family: "Josefin Sans";
    line-height: 50px;
    margin-top: 10%;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color:#fff;
    padding-left: 0;
}

.meny-höger-sida-omoss .link-omoss {
    display: inline;
    padding: 0 30px;
    
}

.link-omoss a{
    color: rgb(9, 20, 46);
    justify-content: space-around;
}
.link-omoss a:visited {
    color: rgb(9, 20, 46);
}

/* .meny-höger-sida-omoss  */

.link-omoss a:hover {
    background-color: rgba(9, 20, 46, 0.7);
    color: #fff;
    border-radius: 3%;
    padding: 10px 10px;
    margin: 2%;
    animation: fade 1s;
}

@keyframes fade {
    from {
    padding: 0;
    }
    to {
    padding: 10px 10px;
    }
}
.helasidan {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
   /* height: (calc100vh-100px);*/
    flex: 1;
    /* flex-wrap: wrap; */
}
.historia {
    display: block;
    border: solid 1px #7b7d80;
    padding: 2px;
    margin:auto;
    margin-top: 3%;
    width: 50%;
    text-align: center;
    background-color: rgb(128, 128, 128, 0.3);
    padding: 5%;
}

.anchor-links {
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
    font-family: "Josefin Sans";


}
.anchor-links li{
    display: inline;
    letter-spacing: 3px;
    margin-left: 20px;
}

.anchor-links li a{
    color: #000;
}

.sidorubrik {
    font-family: "Josefin Sans";
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    float: right;
    margin: 15% 5%;
    border: solid 1px black;
    padding: 1rem;
}

@media screen and (max-width:768px) {

    .meny-höger-sida-omoss {
        font-family: "Josefin Sans";
        line-height: 25px;
        margin-top: 10%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        color:#fff;
        list-style: none;
        float: left;
        margin-top: 40%;
    }
    

    .link-omoss a{
        color: rgb(9, 20, 46);
    }

    .link-omoss a:visited {
        color: rgb(9, 20, 46);
    }
    
    /* .meny-höger-sida-omoss  */ 
    .link-omoss a:hover {
        margin: 2%;
        text-decoration: none;
}

.anchor-links-vision-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 20px;
}
.historia {
    width: 80%;
}

/* @media (max-width: 1235px) {
.background-div {
        align-content: center;
    }
.sidorubrik {
    margin: 10% 20% 10% 10%;
    flex-direction: column;
    float: left;
}
.facilitet1, .facilitet2 {
    align-content: center;
}
}
@media screen and (max-width: 1000px) {
    .facilitet1, .facilitet2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    border-radius: 1px solid black;
    }
    .text1, .text2 {
        width: 100%;
     
    } */
}
