/* Put your custom CSS in this file - remember to update the link tag with company branding colour etc */

/*@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Lato:700,700italic);*/
@import url(http://fonts.googleapis.com/css?family=Oswald:700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);


html {
    min-height: 100%;
    background-size: cover;
    background-image: url(/images/nwkb-bg-grey.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}


body {
	font-family: 'Roboto Slab', sans-serif;
	color: #fafafa;
	font-size: 1.2em;
	min-height:100%;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', sans-serif;
	color: #fafafa;
}


a {
	color: #00aeef;
}

a:hover {
	color: #000000;
}

.km-outline {
	border: 10px solid #00aeef;
}

.uk-panel-box {
    background: rgba(255, 255, 255, 0.8);
    color: #444444;
}

.km-coming-soon {
	color: #ffffff;
	font-size: 4em;
	line-height: 90px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 0 -2px 0 #ccc, -2px 0 0 #ccc;
  font-weight: bold;
}

.km-underline2 {
	border-bottom: 10px solid #00AEEF;
}

.uk-border-rounded {
  border-radius: 15px;
}

.uk-icon-button {
  background:#000000;
  color:#ffffff;
}

.km-color1 {
	color: #444444;
}
/* All Phones and Tablet Portrait */
@media (max-width: 768px) {
  /*.km-coming-soon {
  	font-size: 1.7em;
  }
  h1 {
  	font-size: 1.5em;
  }*/
}

/* Phones and Tablets */
@media (max-width: 959px) {
  h1 {
  	font-size: 20px;
  	line-height: 22px;
  }
}

