html, body {
	height: 100%;
}

body{
    background-image: url("../img/barnapåstrandaisanda kopi.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/barnapåstrandaisanda kopi.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;
}

.content-links{
    text-decoration: none !important;
    border-bottom : 1px solid rgb(255 255 255 / 0)
}

.content-links:hover{
    border-bottom : 1px solid white;
}

.hide{
    display: none;
}

.model-active{
    display : block !important;
}

.btn-active{
    background: #000000ad;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-apt{
    padding-left: 12px;
}

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

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

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