h1
	{
    color: #2674bc;
    font-family: 'Bree Serif', serif;
	}

h2
	{
    color: white;
    font-family: 'Bree Serif', serif;
	}

body
	{
	padding-top: 60px;
	font-family: 'Bree Serif', serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.075rem;
	}

.lead
	{
	font-family: 'Bree Serif', serif;
	}

.nav-link
	{
	font-family: 'Bree Serif', serif;
	font-size: 1.175rem;
	}

#CookieBanner
	{
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
	opacity: 1;
	z-index: 9999;
	}

.w3modal
	{
	display: none;
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8); 
	}

/* Modal Content */
.w3modal-content
	{
	position: relative;
	/*  background: rgba(0, 0, 0, 0.6); */
	margin: auto;
	width: 90%;
	max-width: 1200px;
	}

/* The Close Button */
.w3closebutton
	{
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	position: absolute; 
	top: 25px;
	right: 25px;
	font-size: 60px;
	font-weight: bold;
	}

.w3closebutton:hover
	{
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
	}

/* Hide the slides by default */
.mySlides
	{
	display: none;
	padding: 25px;
	z-index: 1051;
	margin: auto;
	background: rgba(0, 0, 0, 0.6);
	}

/* Next & previous buttons */
.w3prev,
.w3next
	{
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1052;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0);
	font-weight: bold;
	font-size: 60px;
	border-radius: 0 3px 3px 0;
	}

/* Position the "next button" to the right */
.w3next
	{
	right: 0;
	border-radius: 3px 0 0 3px;
	}

/* On hover, add a black background color with a little bit see-through */
.w3prev:hover,
.w3next:hover
	{
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
	}

/* Number text (1/3 etc) */
.w3numbertext
	{
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	}

/* Caption text */
.w3caption-container
	{
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
	}

w3img.demo
	{
	opacity: 0.6;
	}

.w3active,
.w3demo:hover
	{
	opacity: 1;
	}

img.w3slide
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	}
	
img.w3thumbnail
	{
	cursor: pointer;
	}

img.w3hover-shadow
	{
	transition: 0.3s;
	}

.w3hover-shadow:hover
	{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

p.w3slide
	{
	text-align: center;
	color: white;
	margin-top: 2rem;
	}
