body {

	background: #0080c0;
	/*url(/images/33.png);*/
    background-image: url(/include/blue-wdots-1.jpg);
    /*background-image: url(/include/sky.jpg);*/
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background: #ffffff;
    font-family: 'Play', sans-serif;			
}

nav.nav-scroll {
	position: relative;
	z-index: 2;
	height: 2rem;
	box-sizing: border-box;
	overflow-y: hidden;
	padding: 1rem;
	border-top: 1px solid rgba(0,0,0,0.075);
	line-height: 1em;
}
nav.nav-scroll > ul {
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
}
nav.nav-scroll > ul > li > a {
	font-weight: 500;
}
.news-slide > li > .uk-card {
	box-shadow: none;
	border:  1px solid rgba(0,0,0,0.075);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.uk-logo > img {
	height: 58px;
}
#header.uk-sticky-below {
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
}
