/* Privacy banner */

.privacywire-wrapper {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
}

.privacywire-buttons button {
	background: #888;
	color: #fff;
	border: none;
	padding: 0.5em;
	margin-right: 0.5em;
	border: none;
}

@media only screen and (min-width: 800px) {

	.privacywire-text {
		width: 80%;
	}

}


/** Additions **/

.intro p, .intro ul {
  color: #386ab5;
}

.subpage .container {
	min-height: 500px;
}

.subpage p {
  color: black;
}

.current {
	text-decoration: underline;
}

.fileinfo {
	color: #aaa;
}

.nav-item .subpage {
	margin-left: 2em;
}

.newslist-bg {
 	background-image: url('../../../assets/background.svg');
	background-repeat: no-repeat;
	background-size: 50%;
	background-color: #1c4e99;
}

.subpage a {
	font-weight: bold;
}

.subpage a:hover {
	text-decoration: none;
	border-bottom: 2px solid #d61387;
}

.dropdown-menu {
	top: 98% !important;
}

.carousel-caption {
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #333, 0 0 0.2em #555;
}

.footer-font {
    font-size: 0.9rem;
}

.footer-font a {
    color: #fff;
}

.footer-sharer a {
    display: inline-block;
}

.float-right {
    float: right !important;
}

figcaption {
	display: block;
}

.figure-caption {
  font-size: 80%;
  bottom: 2.1rem;
  padding: 1px 5px 5px 10px;
	background-color: rgba(0,0,0,.4);
  color: #fff !important;
  position: relative;
}
