html {
	background:#fff;
}

h4 {font-weight:bold;}

/*.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
*/

.aq-content {
	min-width: 980px;
	max-width: 980px;
}

@media (max-width: 1015px) {
	.aq-content {
		max-width: 980px;
		min-width:0;
	}
}

.aq-main {
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px #cccccc;
    padding-bottom: 2em;
    position: relative;
    top: 2em;
		margin-bottom: 5em;
}

@media (max-width: 827px) {
  .aq-main {
    top:-1em ;
	margin-bottom:0;
  }
}

.aq-leader {
	background-image:url(../img/slideshow/16.jpg);
	background-size:cover;


}

.title-ground {
	background:#fff;
	margin-top:100px;
	opacity:.8;
}

.logo-text {
	font-family: 'Arial', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	}


.red1 {
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	color:#000000;
	}

.red2 {color:#000000;}

/* navbar */
.uk-navbar {
    background: #fff;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: auto;
    padding: 15px;
}

.navbar-padding {
	margin-top:15px;
}

.uk-navbar-nav > li > a {
    color: #000;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #fff;
    color: #143c9e;

}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #fff;
	opacity:0.7;
	transition: all 0.4s ease-in-out 0s;
}

.uk-navbar-toggle {
    color: #143c9e;
}

.uk-offcanvas-bar {
	background:#fff;
}

.uk-nav-offcanvas > li > a {
    color: #000;
    padding: 10px 15px;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #fff;
	color:#666;
	transition: all 0.4s ease-in-out 0s;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #fff;
  color: #143c9e;
}

/* Footer */

.aq-footer {
	background:#f2f2f4;
	padding: 2em 0;
}

.copyright {color:#999999;}

.aq-footer-right {
	text-align:right;
}

@media (max-width: 827px) {
  .aq-footer {
	margin-top:0;
  }
}

@media (max-width: 778px) {
  .aq-footer-center {
    text-align:center;
  }
}

/*maps*/

.map-embed {
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    margin-top: 20px;

}

.map-embed iframe {
    display: block;
	width: 100%;
}

@media (max-width: 795px) {

.map-embed {
    display: none;
}
}

.uk-margin-bottom-large {
	margin-bottom:2em;
}
