@import url("https://fonts.googleapis.com/css2?family=Jacquarda+Bastarda+9&family=Merriweather");
@import url("https://fonts.googleapis.com/css2?family=Inter");
html {
    background-color: rgb(133, 133, 133);
}
body {
    margin:2rem;
    padding:0;
    height:100%;
    background-color:#ffffff;
    color:#000000;  
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    box-shadow: rgb(0, 0, 0) 0 0 30px 15px;
}

.container { 	
    position: relative;
    margin:0 auto;
    padding:0;
    border-radius: 5px;
    text-align:left;
    vertical-align: middle;	
    background-image: url(./images/background.png);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border:1px solid #cccccc;
    }

.menu {
    margin-top: 2rem;
    margin-left: 5rem;
}

.menuicon{
    margin-left: -2rem;
    margin-top: 0.5rem;
    max-width: 2.5rem;
    filter: invert(100%);
}

.menu-button{
    color: #ffffff;
    width: 15rem;
    background-image: url(./images/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    text-transform: uppercase;
    font-weight: bold;
    font-family:Georgia, Times, 'Times New Roman', serif;
    font-size: 2.5em;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 1px 0px 15px 3px rgba(255, 0, 0, 0.795);
}

.menystil{
    position: relative;
    bottom: 0.5rem;
    left: 0.5rem;
}

    .menu-content{
    position: absolute;
    display: none;   
}

.menu-content a{  
    font-family: "inter";
    padding:0.5rem;
    display: block;
    padding-bottom: 1rem;
    padding-left: 2rem;
    width: 15rem;
    margin-left: -3.7rem;

}

a{
    color: #ffffff;
    font-size: 1.2em;
    background-color: #222222e7;
    border-radius: 5px;
}

a:hover{transform:scale(1.2);}

a:visited{color:red;}

li{list-style-type: none;}

.menu:hover .menu-content {display: block; max-width: 10rem;}

.menu-button:hover{transform:scale(1.1); background-color:  rgb(78, 78, 78);}

.buttonback{border:0; background: 0;}

.video{
    margin-left: 2.2rem;
    margin-top: 10.2rem;
    box-shadow: 1px 0px 29px 7px rgba(255, 0, 0, 0.5);
    border:#ffffff 2px solid;
    border-radius: 5px;
}

.loginicon{
    max-width: 6rem;
    filter: invert(100%);
    margin-bottom: 1rem;
    margin-left: 2.4rem;
}

.login{
    position: absolute;
    right: 1rem;
    top: 11rem;
    margin: 1rem 0 0 1.9rem;
    color: #ffffff;
    border: 2px solid white;
    width: 12.5rem;
    padding: 2rem 3rem 4rem 5rem;
    background-image: url(./images/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    box-shadow: 1px 0px 15px 3px rgba(255, 0, 0, 0.795);
    border-radius: 5px;
}

h3{
    font-size: 1.5rem;
    margin-left: 1.7rem;
}

h2{
    text-align: center;
}

input[type=submit]{
    width: 8rem;
    margin-left: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgba(25, 26, 26, 0.61);
}

input[type=submit]:hover{background-color: rgb(78, 78, 78);transform:scale(1.1);}

#namn, #email{border-radius: 5px;}

#header {
    margin:0;
    padding:0;
    height:10rem;
    background-image: url(./images/background2.jpg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#ffffff;
}

#header h1 {
    text-align: center;
    margin:0;
    padding:3rem 0 0 0;
    font-family: inter, sans-serif;
    font-size:2.5em;
    letter-spacing:.1em;
}

.returnimg{
    position: absolute;
    width: 50px;
    margin-top: -4.8rem;
    margin-left: 0.5rem;
    filter: invert(100%);
}

.returnimg:hover{
    cursor: pointer;
    transform:scale(1.1);
}

.cont-left {
    float:left;
    margin:0;
    padding:0;
    width:10rem;
    font-size:.9em;
}

main { 
    border-radius: 5px;
    border: 2px solid white;
    box-shadow: 1px 0px 15px 3px rgba(255, 0, 0, 0.795);
    padding: 0.5rem;
    margin:2rem 25rem 25rem 25rem;
    background-color:#202020c4;
    color:#ffffff;
}

main p {
    padding:10px;
    padding: 3rem;
}

.cite a{
    text-align: center;
    color:#ffffff;
    margin:3.2rem ;
    background-color: transparent;
}

footer {
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 1.5em;
    background-image: url(./images/background2.jpg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

#author{padding: 0.1rem;}

#author a{ background-color: transparent;}

    @media (max-width:1650px)
    {
        main{
            height: 45rem;
            width: 60.5rem;
        }

        .login{
            top:auto;
            right: auto
        }
    }
    @media (max-width:1485px)
    {
        body{
            width: 88rem;
        }

        main{
            height: 45rem;
            width: 60.5rem;

        }
    }

    @media (max-width:1281px)  /* hi-res laptops and desktops */ 
{ 
    body{
        width: 76rem;
    }
    main{
        height:65rem;
        width: 49rem;
    }
    .container{
        width: 76rem;
    }
    main p{
        font-size: 1.2em;
    }
    .bildtext{
        font-size: 2em;
        margin-left: 3.5rem;
    }
    #logintext{
        font-size: 1.5em;
        width: 19rem;
        margin-left: -4rem;
        margin-top: -2rem;
    }
}


@media (max-width:1025px) /* big landscape tablets, laptops, and desktops */ 

{ 
    body{
        width: 76rem;
    }
    main{
        height: 68rem;
        width: 49rem;
    }
    .container{
        width: 76rem;
    }
    main p{
        font-size: 1.2em;
    }
    h2{
        font-size: 2em;
    }
    .bildtext{
        font-size: 2em;
        margin-left: 3.5rem;
    }
    #logintext{
        font-size: 1.5em;
        width: 19rem;
        margin-left: -4rem;
        margin-top: -2rem;
    }
}

@media (max-width:801px)  /* tablet, landscape iPad, lo-res laptops ands desktops */ 
{ 
    body{
        width: 76rem;
    }
    main{
        height: 90rem;
        width: 49rem;
    }
    .container{
        width: 76rem
    }
    main p{
        font-size: 1.5em;
    }
    .login{
        font-size: 1.4em;
        text-align:left;
    }
    h2{
        font-size: 2.5em;
    }
    .bildtext{
        font-size: 2em;
        margin-left: 3.5rem;
    }
    cite{
        font-size: 1.2rem;
    }
    
}
@media (max-width:600px)  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */  

{ 
    main p{
        font-size: 1.7em;
    }
    main{
        height: 106rem;
        margin-bottom: 40rem;
    }
    .login{
        font-size: 1.8em;
        text-align:left;
    }
    .bildtext{
        font-size: 2.8em;
        margin-left: 0rem;
    }
    #header{
        font-size: 1.5em;
    }
    h2{
        font-size: 2.5em;
    }
    li{
        font-size: 2em;
    }
    input{
        width: 15rem;
        height: 2rem;
    }
    #namn, #email{
        margin-left: -2rem;
    }
    input[type="submit"]{
        font-size: 1.2em;
        width:10rem;
        height: 4rem;
        margin-left: 0.5rem;
    }
    #logintext{
        width: 19rem;
        margin-left: -4rem;
        margin-top: -2rem;
    }
    .video{
        height:30rem ;
        width: 50rem;
        margin-bottom:-136rem;
        margin-left: 25rem;
    }
    cite{
        font-size: 1.4rem;
    }
}
@media (max-width:480px) /* smartphones, Android phones, landscape iPhone */ 

{ 
    main p{
        font-size: 2.5em;
    }
    main{
        height: 197rem;
        margin-bottom: 40rem;
    }
    .login{
        font-size: 2em;
        text-align:left;
    }
    .bildtext{
        font-size: 2.8em;
        margin-left: 0rem;
    }
    #header{
        font-size: 1.5em;
    }
    h2{
        font-size: 3em;
    }
    li{
        font-size: 2em;
    }
    input{
        width: 15rem;
        height: 2rem;
    }
    #namn, #email{
        margin-left: -2rem;
    }
    input[type="submit"]{
        font-size: 1.2em;
        width:10rem;
        height: 4rem;
        margin-left: 0.5rem;
    }
    #logintext{
        width: 19rem;
        margin-left: -4rem;
        margin-top: -2rem;
    }
    .video{
        height: 30rem ;
        width: 50rem;
        margin-bottom:-228rem;
        margin-left: 25rem;
    }
    footer{
        height:10rem;
    }
}
@media (max-width:320px) /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
{
    main p{
        font-size: 2.7em;
    }
    main{
        height: 240rem;
    }
    .login{
        font-size: 2.2em;
        text-align:left;
    }
    .bildtext{
        font-size: 2.8em;
        margin-left: 0rem;
    }
    #header{
        font-size: 1.5em;
    }
    h2{
        font-size: 3.2em;
    }
    li{
        font-size: 2em;
        margin-left: 2.5rem;
    }
    input{
        width: 18rem;
        height: 3.8rem;
    }
    .menu-button{
        height: 10rem;
        margin-left: 3rem;
    }
    .menystil{
        font-size: 4.5rem;
        left:-0.3rem;
        bottom: 1.5rem;
        
    }
    .menuicon{
        visibility: hidden;
    }
    .returnimg{
        margin-left: 0rem;
        margin-top: -10rem;
        width: 7rem;
    }
    #namn, #email{
        font-size: 1.5em;
        margin-left: -4rem;
    }
    input[type="submit"]{
        font-size: 1.2em;
        width:12rem;
        height: 6rem;
        margin-left: -0.5rem;
    }
    #logintext{
        width: 19rem;
        margin-left: -4rem;
        margin-top: -2rem;
    }
    .video{
        margin-bottom:-265rem;
    }
    cite{
        font-size: 2em;
    }
    footer{
        font-size: 2.4em;
    }
}
