/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script|Nunito:300,400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';html {
	/* 1 */
	font: normal 13px / 20px "Open Sans", Helvetica, Arial, sans-serif;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	color: #444;
}
body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, .uk-h1 {
	margin: 0 0 15px 0;
	font-family: 'Kaushan Script', cursive, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #444;
	text-transform: none;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
}
a,
.uk-link {
  color: #005898;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
	color: #FFCC00;
	text-decoration: underline;
}

 @media (max-width: 479px) {
.my-logo {
	height: 50px;
}
}
.my-color {
  color: #005898;
}
.my-footer {
	background-color: #296797;
	height: 200px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #005898;
}
.my-footer-fixed {
	position: absolute;
	bottom: -200px;
	width: 100%;
}
.my-nav {
	margin-top: -15px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.uk-nav > li > a {
	padding: 15px 15px;
}
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #296797;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005898;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
	background: 296797;
	color: #005898;
	/* 2 */
	outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
	background: #00a8e6;
	color: #fff;
}
