body{
    text-align: center;
    margin: 0;
    background:#ABDAE1 ;
   
}
header{
    font-family: Arial Black;
    font-size: 30px;
    color: #0d1821;
    border: 2px solid black;
    background: #344966;
    
}
#nav_button {
    display: none;
}
.loga {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 30px;
    left: 30px;
    animation: move 3s;
}
.loga:hover{
    
    
}
nav{
   
    font-size: 30px;
    background: #A09CB0;
    padding:10px;
}
nav a{
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
}
nav a:hover{
    color: black;
    font-size: 35px;
}
.storbild{
    background-image: url(bilder/finbild.jpg);
    height: 500px;
    width: cover;
    margin: auto;  
    
}
.Mellanrum{
    background: white;
    height: 200px;
    background: #ABDAE1;

   
}
#omochbild{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    background: #987D7C;
    padding: 100px;
    border-radius: 10px;
    font-family: monospace;
}
#om{
    width: 55%;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid black;
}
.Profilbild{
    width: 30%;
}
.MindreMellanrum{
    background: white;
    height: 100px;
    background: #ABDAE1;

}
#tjanster{
    width: 1300px;
    margin: auto;
    background: #344966;
    padding: 50px;
    border-radius: 10px;
    font-family: monospace;
    
}
#tjanster h2{
    font-size: 50px;

}
.yrkeserfa{
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    font-family: monospace;
    
}
vanstersida li{
    padding-bottom: 30px;
    
}
hogarsida{
    
    
}
#tidigarePartners{
    width: 1300px;
    margin: auto;
    background: #344966;
    padding: 50px;
    border-radius: 10px; 
    font-family: monospace;
}
.foretagsloggor{
    display: flex;
    justify-content:space-around;
    padding-top: 40px;
    

}
.x:hover{
     transform: rotate(180deg);
    transition: all 1s; 
}
.e:hover{
     transform: rotate(180deg);
    transition: all 1s; 
}
.u:hover{
     transform: rotate(180deg);
    transition: all 1s; 
}
.f:hover{
     transform: rotate(180deg);
    transition: all 1s; 
}
#datakunskap{
    width: 1300px;
    margin: auto;
    background: #344966;
    padding: 50px;
    border-radius: 10px;
    font-family: monospace;
    color: white;
}
.datakunskaper{
    display: flex;
    justify-content: center;
}
.datakunskaper p{
    border-bottom: 2px solid #0d1821; 
}
#Kontakt{
    width: 1300px;
    margin: auto;
    background: gray;
    padding: 50px;
    border-radius: 10px; 

}
#Kontakt h1:hover{
    transform: rotate(180deg);
    transition: all 1s;
    
}
footer{
    background: #344966;
    padding: 50px;
    
}
footer p{
    font-size: 25px;
}
.footer{
    display: flex;
    
}
.footervanster{
    width: 50%;
    padding-top: 50px;
    
}
.footerhogar{
    width: 50%;
    padding-bottom: 30px;
}

.master{
    font-size: 15px;
    float: left;
}

@keyframes move{
            0%{
                text-align: center;
            }
            25%{
                top: 30px;
                left: 50px;
            }
            50%{
                top: 50px;
                left: 1300px;
            }
            100%{
                text-align: center;
                }
    }

@media screen and (max-width:800px) {
    nav{
        transition: margin-top 0.5s;
        position: relative;
        margin-top: -350px;
    }
    nav.open{
		margin-top: 0;
	}
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    main img{
        width: 100%;
    }
    #nav_button{
        display: block;
        position: absolute;
        bottom: -12px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: gray;
        color: yellow;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover{
        background: black;
    
    }
    div{
       width: 100%; 
    }
    main{
        width: 100%;
    }
}



