html, body {
	height: 100%;
}

body{
    background-image: url("../img/voksenebarnriktigstrlse.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/voksenebarnriktigstrlse.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: 1300px) {

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


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

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


/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {

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


    #display{
        background-image: url("../img/iPad/oscaripad.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/oscar tlf.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }
}


