@media only screen and (max-width: 1280px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 16px;
    }
}



h1{
    font-size: 2.5svh;
    font-family: Helvetica, sans-serif;
    color: whitesmoke;
    text-shadow: 3px 3px 4px red;
    display: inline-block;
    text-align: center;
    margin-left: 2vw;
}

.introtext{
    text-align: center;
}

.dropdown{
    float: right;
}

.dropdown button{
    font-size: 2.5svh;
    background-color: hsl(0, 0%, 80%);
    color: black;
    border: none;
    cursor: pointer;
    min-width: 10vw;
    height: 5svh;
}

.dropdown a{
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px;
}

.dropdown .content{
    display: none;
    position: absolute;
    background-color: hsl(0, 0%, 95%);
    min-width: 10vw;
    box-shadow: 2px 2px 5px hsl(0, 0%, 20%);
}

.dropdown:hover .content{
    display: block;
}

.dropdown:hover button{
    background-color: hsl(0, 0%, 70%);
}

.dropdown a:hover{
    background-color: hsl(0, 0%, 70%);
}

main{
    background-color: hsla(0, 0%, 0%, 50%);
    padding: 2vw;
}

h2{
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: whitesmoke;
    font-size: 2rem;
}

.header{
    width: 100%;
    height: 5svh;
    display: inline-block;
    background-color: #101010;
    vertical-align: middle;
}

body{
    padding-left: 0vw;
    padding-right: 0vw;
    margin: 0;
    background-image: url(bilder/blurradbakgrund_k.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#footer-span{
    color: whitesmoke;
}

p{
    font-family: Helvetica, sans-serif;
    color: whitesmoke;
    font-size: 1.2rem;
}

.minabilder{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
}

.bildtexter{
    text-align: center;
}

.knapparuppe{
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;

    
}

img{
    margin-right: 20px;
    border-style: solid;
    border-width: 0.1vw;
    border-color: black;
}