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;
}



.para
{
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    color : white;
    font-weight: bold;
    font-size: 25px;
    padding:10px;

    border-radius: 8px;
    border-width: 3px;
    border-style: solid;
    border-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(14,173,173)), color-stop(0.67, rgb(0,255,255)));
    border-image: linear-gradient(center bottom, rgb(14,173,173) 33%, rgb(0,255,255) 67% );
    border-image: 
    linear-gradient(
      to bottom, 
      red, 
      rgba(0, 0, 0, 0)
    ) 1 100%;

}


.bold{
    font-weight: bold;
}

.color-white{
    color : white !important;
}

.width-100{
    width : 100%;
}

/* 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;
    }

    .mobile_logo{
        width: -webkit-fill-available;
        max-width: 200px;
        margin: auto;
        display: block !important;
    }

    .description
    {
        text-align: left;
    }

    .child {
        margin-top: 0em;
        padding : 10px !important;
    }
}



@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;
    }
}