html{
    
}

body{
    max-width: 100%;
    margin:0 auto;
    text-align: center;
    background-color:#FFFFFF;
    font-family: 'Josefin Sans', sans-serif;
   
    
}
main{
    background-color: #FFFFFF;
    
    text-align: center;
    margin: 0 auto;
    max-width:1000px;
}
nav{
    background-color: #FFFFFF;
    text-align: center;
   
}
nav a{
    text-decoration: none;
    font-size: 40px;
    padding: 20px 20px;
    color: black;
   
    
    
}

h1{
    position: relative;
}
header img{
    
}
nav a:hover{
    color: darkgreen;
}
nav a.active{
    color: green;
}

header{
    text-align: center;
    background-color:#FFFFFF;
    font-size: 30px;
    color:black;
    width: 500px;
    margin: 0 auto;
    
}
footer{
    font-size:20px; 
    text-align:center;
    background-color: black;
    color:white;
    
    padding: 20px;

}

table{
    text-align: center;
    margin: 100px auto; 
    width:50%;
    border-collapse: collapse;
    
}

table img{
    border-radius: 1%;
    margin: 10px;
}
table img:hover{
    
    transform:scale(1.05);
    transition: 0.5s;  
    
}
table td{
    
    margin: 5px;
}
table caption{
    margin-bottom: 100px;
    font-size:50px;
}

.storbild{
    margin-bottom: 40px;
    margin-top: 40px;
    
}

h2{
    font-size:40px;
    margin-top: 60px;
    padding: 50px;
}

p{
    font-size: 30px;
    text-align: center;
}

.omTxt{
    padding: 40px;
    text-align: center;
    float: left;
    text-align: left;
    font-size: 30px;
    background: white;
    width: auto;
}
.kontorsBild{
    border-radius: 2%;
}
.omTable{
    width:1000px;
}
.omTable caption{
    margin: 0 auto;
}
.logo{
    width:12%;
    border: 0px;
    float: right;
}

td p{
    font-size:20px;
    background: #f2f2f2;
    width: 300px;
    margin: 0 auto;
    
}

.hemLink{
    text-decoration: none;
    color:black;
}

