* {
    padding:0;
    margin:0;
}
/* HEADING */
.gltalogo {
    width: 500px;
    position: relative;
    top: -104px;
    display: block;
    margin: auto; 
    overflow: hidden;   
}
header {
    width: 100vw;
    background-color: rgb(71, 71, 196, 1);
    height: 100px;
    position: fixed;
}
/* BAKGRUNN */
#bakgrunn {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -3;
}
#oslo {
    width: 100vw;
    margin-top: 100px;
}
/* FELLES */
nav {
    color: whitesmoke;
    font-size: 35px;
    background-color: rgba(71, 71, 196, 1);
    width: 17vw;
    padding: 10px;
    text-align:center;
    border: 4px whitesmoke solid;
    margin-bottom: 4px;
    position: sticky;
    display: inline-block;
    top: 104px; 
    cursor: pointer;
}
nav:hover {
    background-color: rgba(71, 71, 196, 0.29);
    transform: scaleY(1.10);
}
#meet {
    display: block;
    box-sizing: border-box;
    background-color: rgba(71, 71, 196, 0.724);
    width: 40vw;
    position: relative;
    margin: 0px auto;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    padding: 10px;
    top:20px;
    border-radius: 6px;
    z-index: -3;
}
#menu {
    width: 40vw;
    position: relative;
    margin-left: 30vw;
    margin-top: -2px;
    border-radius: 6px;
    z-index:-3;
}
#menu2 {
    width: 50vw;
    position: relative;
    margin-left: 25vw;
    border-radius: 6px;
    z-index:-3;
    margin-bottom: 200px;
}
#menut {
    box-sizing: border-box;
    display: block;
    background-color: rgba(71, 71, 196, 0.33);
    width: 40vw;
    font-size: 20px; 
    font-style: italic;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    margin: 0px auto;
    top: 20px;
    z-index: -3;
    margin-bottom: 20px;
    }
@media(max-width:1100px) {
    nav {
        font-size: 26.6px;
        background-color: rgba(71, 71, 196, 1);
        width: 13.8vw;
        padding: 12px;
        border: 4px whitesmoke solid;
        margin-bottom: 4px;
        position: sticky;
        display: inline-block;
        top: 104px; 
    }
    #meet {
        width: 70vw;
    }
    #meet2 {
        width: 70vw;
    }
    #poster {
        width: 70vw;
        margin-left: 15vw;
    }
    #menu {
        width: 70vw;
        margin-left: 15vw;
    }
    #menu2 {
        width: 80vw;
        margin-left: 10vw;
    }
    #menut {
        width: 70vw;
        }
}




