
H1, H3, H4, H5, H6  {
	color: 00115a;
	font-family: 'Graduate', cursive;
	font-weight: bold;
}

H3 {
	color: 00115a;
	font-family: 'Graduate', cursive;
	font-weight: bold;
}

H2 {
	margin-top: 0.1em;
	color: white;
	font-family: 'Graduate', cursive;
	font-weight: bold;
	
}
.graduate {
		color: 00115a;
		font-family: 'Graduate', cursive;
		font-size: 0.86em;
}

.Header {
	background-image: url(images/logo-blue.png);
	background-image: url(images/logo-blue.png), linear-gradient(lightgrey, 10%, white);
	background-repeat: no-repeat;
	padding-left: 400px;
	height: 82px;
}

.Header div {
	float: right;
	padding: 0;
	height: 82px;
	min-width: 400px;
}

.icon-bar {
	width: 100%;
	/* Full-width */
	background-color: #555;
	/* Dark-grey background */
	background-image: linear-gradient(lightgrey, 10%, white);
	overflow: auto;
	/* Overflow due to float */
}

.icon-bar a {
	float: right;
	/* Float links side by side */
	text-align: center;
	/* Center-align text */
	width: 10%;
	/* Equal width (5 icons with 20% width each = 100%) */
	padding: 20px 0;
	/* Some top and bottom padding */
	transition: all 0.3s ease;
	/* Add transition for hover effects */
	color: #00115a;
	/* White text color */
	font-size: 42px;
	/* Increased font size */
}

.icon-bar a:hover {
	background-image: linear-gradient(grey, 10%, white);
}

.active {
	background-color: lightgray;
	/* Add an active/current color */
}

body {
	margin: 0;
	padding: 0 min-height: 100%;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 2.5rem;
	/* Footer height */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	/* Footer height */
}

#grad1 {
	width: 100%;
	height: 82px;
	background-color: red;
	/* For browsers that do not support gradients */
	background-image: linear-gradient(lightgrey, 10%, white);
}

.videoWrapper {
	position: relative;
	padding: 3%;
	height: 85%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 300px) and (max-width: 800px) {
	.videoWrapper {
		position: relative;
		padding: 3%;
		height: 95%;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

* {
	box-sizing: border-box;
}

.row {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 3%;
	margin-left: 3%;
	display: flex;
	width: 94%;
}

.column {
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}



.left, .leftResearch{
	width: 350px;
}

.right, .rightResearch{
	flex: 1;
	
}

			.div-table {
			  display: table;
				margin: auto;			  
			  width: auto;         
			  background-color: #eee;         
			  border: 1px solid #666666;         
			  border-spacing: 5px; /* cellspacing:poor IE support for  this */
			  padding: 10px;
			}
			.div-table-row {
			  display: table-row;
			  width: auto;
			  clear: both;
			}
			.div-table-col {
			  float: left; /* fix for  buggy browsers */
			  display: table-column;         
			  width: auto; 
			  width: 300px;
			  
			}
			.div-table-col-first {
			  float: left; /* fix for  buggy browsers */
			  display: table-column;         
			  width: 150px;         
			  
			}
			.center{
				text-align: center;
				width:100%;
			}
			input.contact {
				width: 100%;
			}
			
			textarea {
				width: 100%; 
				max-width: 100%;
			}

.hidden {
	display: none;
}

.menuSpan {
	text-align: center;
	/* Center-align text */
	width: 10%;
	/* Equal width (5 icons with 20% width each = 100%) */
	padding: 10px 0 0 0;
	/* Some top and bottom padding */
	transition: all 0.3s ease;
	/* Add transition for hover effects */
	color: #00115a;
	/* White text color */
	font-size: 42px;
	/* Increased font size */
	cursor: pointer;
	color: 00115a;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	float: left;
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 30px;
	color: #818181;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	font-size: 60px;
}

img {
	vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
	max-width: 100%;
	Height: 300px;
	position: relative;
	margin: auto;
}


/* Hide the images by default */

.mySlides {
	display: none;
	background-color: gray;
	background-blend-mode: screen;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease-in-out;
	border-radius: 0 3px 3px 0;
	user-select: none;
}


/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
	border-radius: 15px;
	color: #f2f2f2;
	background-color: #00115a;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	right: 200px;
	top: 0px;
	animation-name: movebox;
	animation-duration: 2s;
}


/* Number text (1/3 etc) */

.numbertext {
	background-color: #00115a;
	border-radius: 3px;
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}


/* The dots/bullets/indicators */

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease-in-out;
}

.hero-image1 {
	background-image: url("images/mixingdesk.png");

}

.hero-image2 {
	background-image: url("images/map.png");

}

.hero-image3 {
	background-image: url("images/organisations.png");
}

.hero-image4 {
	background-image: url("images/research.png");
	
}

.active {
	background-color: lightgrey;
}



/* Style the footer */

.footer {
	background-image: linear-gradient(darkgrey, 70%, lightgrey);
	padding: 10px;
	text-align: center;
	color: black;
}


/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes movebox {
	0% {
		background-color: red;
		right: 3000px;
		top: 0px;
	}
	100% {
		background-color: 00115a;
		right: 200px;
		top: 0px;
	}
}

.padme {
	padding: 5px;
}

p {
	line-height: 1.6;
}
ul {
	line-height: 1.6;
	list-style: none;
	padding-left: 0;
}

.small {
	font-size: 9;
}

button {
  background-color: #00115a;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 15px;
  font-family: 'Graduate', cursive;
  font-weight: bold;
  
}

/* Style the button that is used to open and close the collapsible content */
.collapsible2 {
  background-color: #f5f5ef;
  color: #00115a;
  cursor: pointer;
  padding: 18px;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active2, .collapsible2:hover {
  background-color: #f2f2f2;
}



.content {
  padding: 0 18px;
  background-color: #f5f5ef;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
  transition: content 0.2s ease-in;
}

.active2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  transition: content 0.2s ease-in;
}

.filterRow {
	display: flex; width: 100%;
}

.filterColumn {
	flex: 1;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 1000px) {
	
	
	.text {
		font-size: 11px;
		padding: 8px 12px;
		position: absolute;
		text-align: center;
		right: 0px;
		top: 0px;
	}
	@keyframes movebox {
		0% {
			background-color: red;
			right: 3000px;
			top: 0px;
		}
		100% {
			background-color: 00115a;
			right: 0px;
			top: 0px;
		}
	}
	
	.filterRow {
		flex-direction: column; 
		width: 100%;
	}

	.filterColumn {
		width: 100%;
	}
	.row {
		flex-direction: column;
	}
	.column {
		
		width: 100%;
	}
	.left {
		width: 100%;
		order: 2;
		text-align: center;
	}
	.right {
		width: 100%;
		float: left;
		order: 1;
		
		
	}
	
	.leftResearch {
		float:center;
		width: 100%;
		order: 1;
		margin: 0 auto;
		padding-bottom:5px;
		
	}
	.rightResearch {
		width: 100%;
		float: left;
		order: 2;
		
		
	}
	
	.div-table-col {
			  float: left; /* fix for  buggy browsers */
			  display: column;          
			  width: 100%;
			  
			}
			.div-table-col-first {
			  float: left; /* fix for  buggy browsers */
			  display: column;         
			  width: 100%;         
			  
			}
	#map{
		height: 500px;
	}
	
	.icon-bar a {
		display: none;
	}
	.icon-bar {
		width: 82px
	}
	.Header div {
		float: right;
		padding: 0;
		height: 82px;
		min-width: 82px;
	}
	.Header {
		background-image: linear-gradient(lightgrey, 10%, white);
		background-repeat: no-repeat;
		padding-left: 0px;
		height: 82px;
	}
	.hidden {
		display: inline-block;
	}
	.overlay {
		overflow-y: auto;
	}
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 0px;
	}
}