td{
    
   
    border-collapse: collapse;
    border: 2px solid black;
    
}
#nav_button {
	display: none;
}
main {
    align-content: center;
     font-family:sans-serif;
}
header{
    text-align: center;
    background: #C3E6F4;
   z-index: 10;
    position: relative;
}
header img{
    z-index: 8;
}

body{
    background: white;
    align-content: center;
    max-width: 895px;
    margin: 0 auto;
    font-family:sans-serif;
    color: black;

    
}
main{
    background: lightblue;
    
}

nav a {
    text-decoration: none;
    background: lightblue;
    padding: 5px 10px;
    margin: 0 5px;
    color: black;
    display: inline-block;
    font-size: 3;
}
nav a:hover  {
    background: black;
    color: white;
    
}
nav {
text-align: center;
}

a {
font-size: 30px;
}

img { 

    width: 200px;
    height: 200px;
}
.logga {
    width: 350px;
    height: 150px;
    padding: 0px;
        
}

nav a.active{
    color:deepskyblue;
}

text.{
    text-align: left;
    
}
framsida.{
    text-align: right;
}

tr img{
    height: 250px;
    width: 250px;
    margin: auto;
    padding: 20px;
}
table a:hover{
    background: black;
    color: white;
}
footer{
    
    margin: auto;
    text-align: left;
    background-color: aquamarine;
    padding: 5px;
}
@media screen and (max-width:1023px) {
    h1 {
        font-size: 42px;
    }
    nav {
        width: 100%;
        text-align: center;
    }
    nav a {
        display: inline-block;
        margin: 0 5px;
    }
    main {
        width: 100%;
    }
}

@media screen and (max-width:567px){
    #nav_button{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: grey;
        color: yellow;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        z-index: 1;
        transition: margin-top 0.5s;
        position: relative;
        margin-top: -130px;
    }
    nav.open{
        margin-top: 0;
    }
    nav a{
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
       font-size: 28px;
    }
    Varor img {
        width: 75%;
    }
    slutprojekt1 img{
        width: 50%
    }
}
.erbjudande{
    float: right;
}
.produkt{
    float:right;
    width: 400px;
    height: 400px;
        
}