* {
    margin: 0;
    padding: 0;
    box-sizing: border-box ;
}

.länk{
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #EAEBED;  
    text-decoration: none;
}

.bt{
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #EAEBED;
}

#main{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #5d8cac;
}

#logga{
    width: 10%;
}

.bg-navi {
    background-color: #3066BE;
}

#info{
    display: flex;
    width: 50ch;
    height: 100%;
}

.punkt{
    display: none;    
}

#loggotyp{
    width: 250px;
}

.footer{
    background-color: #28242c;
    color: white;
}

.kort{
    margin-bottom: 5%;
}
.kort2{
    cursor: pointer;
    transform-style: preserve-3d;
}
.kort2:hover {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
    transform-style: preserve-3d;
}
.card-body{
    transform: translateZ(30px);
}
@media only screen and (min-width:768px){
}

@media only screen and (min-width:1201px){
    #info{
        display: flex;
        width: 30vw;
        align-items: end;
    }
    
    .punkt{
        display: block;    
        }

    #loggotyp{
        width: auto;
        margin-right: 0;
        position: fixed;
    }

    #mynavbar{
        margin-left: 9vw;
        z-index: 2;
    }

    .nav-länk {
        display: flex;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        margin: 0;
    }

    #logga{
        width: 50%;
    }

    #nav-bitar{
        text-align: center;
    }
}



