html, body {
	height: 100%;
}

body{
    background-image: url("../img/heges-hender-riktigstrls.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;
}

body:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: -1;
}

#display{
    background-image: url("../img/heges-hender-riktigstrls.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;

    height: 100%;
    min-height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.heading{
    text-align: center;
    font-size: 3.5rem;
    font-family: 'FontAwesome';
    color: white;
}


/* On screens that are 992px or less*/
@media screen and (max-width: 1400px) {

    .container {
        max-width: 980px;
    }
    
}


/* On screens that are 992px or less*/
@media screen and (max-width: 1250px) {

    .container {
        max-width: 880px;
    }
    
}


/* On screens that are 992px or less*/
@media screen and (max-width: 992px) {

    body{
        background-image: url("../img/iPad/heges henderipad.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }

    
    #display{
        background-image: url("../img/iPad/heges henderipad.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;

        height: 100%;
        min-height: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

}


@media screen and (max-width: 767px) {

    body{
        background-image: url("../img/mobile/heges hender tlf.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }
}