h1{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-decoration: underline;
}
body{
    text-align: center;
    margin: 0 auto;
    /*background: #2a647b;*/
}
table{
    margin: 20px auto;
    width: 900px; /*ska bli 1200*/
    height: 600px;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
}

caption{
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}
main{
    margin: 0px auto;
    text-align: center;
    padding: 20px /*600px*/;
    font-family: 'Montserrat', sans-serif;
    max-width: 50%;
    /*background: #8acfea;*/
}
nav{
    padding: 8px;
   /* background: #0e072a;*/
    display: inline-block;
    border-radius: 10px;
    margin: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
footer{
    background: #0e072a;
    padding: 50px;
    color: #381dad;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0%;
}
a{
    padding: 20px;
    text-decoration: none;
    color: #5c8ffe;
}
nav a.active{
    background: black;
    border-radius: 50px;
}
.botright{
    vertical-align: bottom;/*funkar inte*/
    text-align: right;
}
.husBild{
    padding: 0px;
}
table img:hover{
    transform: scale(0.9);
    transition: transform .5s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.9);
}
.logga{
    width: 20%;
    position: absolute;
    left: 56px;
    top: 30px;
}
.info{
    padding: 100px;
    margin: -150px 100px;
    width: 300px;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: auto;
    text-align: left;
    border-width: 5px;
    border-style: dashed;
    border-color: white;
}
.oppTider{
    color: #381dad;
}
.oppTider:hover{
    background-color: #23126d;
    padding: 4px 60px;
}
.beskrivning{
    max-width: 500px;
    margin: 0px auto;
}
/*ändra färg på aktiv sida till samma som bakgrunden*/