body {
	margin:0;
	padding:0;
    background-image: url("../img/ext.jpg");
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/pattern.png") repeat top left;
    z-index: -20;
}

p.hometext {
    font-size: 26px;
    line-height: 34px;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
    body {
        background-image: url("../img/ext-mobile.jpg");
    }
}