@import url(font.css);
@import url(header.css);
@import url(nav.css);
@import url(banner.css);
@import url(section.css);
@import url(footer.css);

body {
	max-width:1070px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(bl0.jpg);
	background-size:cover;
	background-attachment: fixed;
}

callus{
	display:none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media only screen and (max-width: 1000px) {
callus{
	display:inline-block;
	z-index: 999;
	width: 15%;
	right: 10px;
	bottom: 10px;
	position: fixed;
}
}

