@charset "utf-8";
/* CSS Document */
html,
html * {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
    background-color: #804f3f;
    margin-left: auto;
    margin-right: auto;

}
.huvud {
    margin: 20px;
    /*background-color: lightgray; */
    /*background-color: aquamarine;*/
    text-align: center;
    width: 100%;
}

ram {
    margin-top: 50px;
    background-color: dodgerblue;
    position: absolute;
}

menu {
    margin-left: 30px;
    
}

.fot {
    margin: 120px 20px 20px 20px;
    text-align: center;
    width: 90%;
}

.fot a{
    color: burlywood;
}



.aktiv img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.knapp a{
    color: transparent;
    font-size: 28px;
}

.k1 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_tommy_small.png") no-repeat;
    display: inline-block;
}
.k1:hover{
    background: url("images/testknapp_gul_tommy_small.png") no-repeat;
    
}
.k2 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_adara_small.png") no-repeat;
    display: inline-block;
}
.k2:hover{
    background: url("images/testknapp_gul_adara_small.png") no-repeat;
}
.k3 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_elin_small.png") no-repeat;
    display: inline-block;
}
.k3:hover{
    background: url("images/testknapp_gul_elin_small.png") no-repeat;
}
.k4 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_elsa_small.png") no-repeat;
    display: inline-block;
}
.k4:hover{
    background: url("images/testknapp_gul_elsa_small.png") no-repeat;
}
.k5 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_agh_small.png") no-repeat;
    display: inline-block;
}
.k5:hover{
    background: url("images/testknapp_gul_agh_small.png") no-repeat;
}
.k6 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_srf_small.png") no-repeat;
    display: inline-block;
}
.k6:hover{
    background: url("images/testknapp_gul_srf_small.png") no-repeat;
}
.k7 {
    width: 150px;
    height: 30px;
    background: url("images/testknapp_gra_seinet_small.png") no-repeat;
    display: inline-block;
}
.k7:hover{
    background: url("images/testknapp_gul_seinet_small.png") no-repeat;
}






@media (min-width: 770px){
    
    body {
        max-width: 768px;
    }
    .a {
        color: #00FF6C;
    }

    .b {
        color: #32FF00;
    }

    .c {
        color: #804F00;
        max-width: 768px;
    }
    
      
}


@media (min-width: 1024px) {
 
    body {
        max-width: 1122px;
     }
    .a {
        color: #FF00ED;
    }

    .b {
        color: #00A3FF;
    }

    .c {
        color: #008056;
        max-width: 1122px;
    }   
    
    

}
