h1{
    font-family: 'Syne', sans-serif !important;
    font-size: 2rem !important;
}

h2, h3{
    font-size: 1rem !important;
}


body{
    background-color: #F7F4F4;
}

.adress{
    font-size:13px;
    margin-top:-10px;
    color:black;
}

.paragraph{
    padding-top:50px;
    padding-bottom:50px;
    font-size:19px;
}

.stabburstunet{
    height:350px;
}

.roterud-image{
    height:612px;
}

.link-info{
    margin-bottom:0;
}

.link-lokale{
    color:#DBC67F;
}
.link-lokale:hover{
    color:#232229;
}

.mobile-only{
    display:none;
}

.header{
    color:black !important;
}

.header:hover{
    color:#DBC67F !important;
}



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

    .stabburstunet{
        height:200px;
    }

    .hamkamhuset{
        height:300px;
    }

    .row{
        text-align: center;
    }

    .mobile-only{
        display:block;
    }

    .desktop-only{
        display:none;
    }
  }