html, body {
	height: 100%;
}

body{
    background-image: url("../img/numa og ollemamman-Gjenopprettetlysere.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;
}

.contact-links
{
    text-decoration: none !important;
}

/* 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/numa og ollemammanipad.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }
}
@media screen and (max-width: 767px) {

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