/* CSS Global Styles */
html {
	overflow-x: hidden;
}

body {
	font-family: "capitolium-2", "courier", serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75em;
	margin: 0px;
	background-color: #344561;
}
h1 {
	text-align: center;
	color: white;
	font-family: new-spirit, serif;
	font-weight: 700;
	font-style: normal; 
	font-size: 1em;
	line-height: 1.25em;
	margin-left: 50px;
	text-shadow: 2px 2px black;
}
@media(min-width: 300px) {
	h1 {
		font-size: 4em;
	}
}
h2 {
	margin: 20px;
}
h3 {
	margin: 20px;
}

p {
	text-align: left;
	font-size: 1.5em;
	color: black;
	font-weight: 200;
	display: block;
	align-items: baseline;
	line-height: 1.1em;
	margin: 20px 40px 20px 40px;
}
#cover {
	background-color: #344561;
}

.register {
	font-size: 0.6em;
	vertical-align: super;
}

.whitebox {
	background-color: white;
	width: 100%;
	margin: 0px 5px 0px 5px;
	padding: 40px 0px 100px 0px;
	margin-bottom: 0;
}

@media(min-width: 700px) {
	.whitebox {
		margin-left: auto;
		margin-right: auto;
		
	}
	.topwhitebox {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		
	}
}

/*Intro*/

.topwhitebox {
	background-color: white;
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	
}

#heroimage {
	background-image: linear-gradient(rgba(52, 69, 97, 0.45), rgba(52, 69, 97, 0.45)), url("images/hi.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 80vh;
	overflow-x: hidden;
    overflow-y: auto;
	border: 1px solid white;
	margin: 0px;
	color: white;
}

#heroimage p {
	color: white;
	font-weight: bold;
	padding: 10px;
	text-shadow: 2px 2px black;
	text-align: center;
}
#heroimage a {
	color: white;
}

#question {
	position: relative;
	width: 100%;
	height: auto;
	left: 0%;
	top: 30%;
	overflow-y: hidden;
	overflow-x: hidden;
	
}
@media(min-width:525px) {
	#question {
		left: 10%;
		top: 15%;
		width: auto;
	}
}
@media only screen and (max-width:1024px) {
	#heroimage {
		background-attachment: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

.separation {
	background-color: #344561;
	width: 100%;
	height: 400px;
	margin-top: 0px;
	overflow-x: hidden;
}
.separation img {
	overflow-x: hidden;
	z-index: 1;
}
@media(min-width: 600px) {
	.separation {
		margin-top: 0px;
	}
}
@media(min-width: 930px) {
	
	.topwhitebox {
		top: 400px;
	}
	
}

/*Video Examples*/

.video {
   	width: 100%;
    height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.video iframe {
	width: 100%;
	height: 100%;
}
.videoex {
	display: flex;
	flex-direction: column;
	width: 100%;
    height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#mvlldvid {
	flex: 0 1 100%;
	margin: 5px;
}

#mvlldvid iframe {
	width: 100%;
	height: 300px;
}

#bctvid {
	flex: 0 1 100%;
	margin: 5px;
}
#bctvid iframe {
	width: 100%;
	height: 300px;
}


@media(min-width: 700px) {
	.video {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
}

@media(min-width:800px) {
	
	.video {
		max-width: 700px;
		height: 500px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.videoex {
		flex-direction: row;
		margin-left: auto;
		margin-right: auto;
		max-width: 1300px;
	}
	
}
@media(min-width: 1024px) {
	#mvlldvid {
		flex: 1 1 500px;
		margin: 5px;
	}
	#bctvid {
		flex: 1 1 500px;
		margin: 5px;
	}
	#mvlldvid iframe {
		max-width: 600px;
		height: 300px;
	}
	#bctvid iframe {
		max-width: 600px;
		height: 300px;
	}
}

/*Icon Slideshow*/

#mtop {
	margin-top: 1000px;
}

.responsive {
	width: 100%;
	max-width: 400px;
	height: auto;
}

* {box-sizing:border-box}

.slideshow {
	 max-width: 800px;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
	 padding-bottom: 90px;
}

.mySlides {
	 display: none;
}

.prev, .next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -22px;
	 padding: 16px;
	 color: black;
	 font-weight: bold;
	 font-size: 18px;
	 transition: 0.6s ease;
	 border-radius: 0 3px 3px 0;
	 user-select: none;
}

.next {
	 top: 15%;
	 right: 0;
	 border-radius: 3px 0 0 3px;
}
.prev {
	top: 15%;
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
 	 background-color: rgba(0,0,0,0.8);
}

.text {
	 color: black;
	 padding: 8px 12px;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 20px;
	 width: 80%;
	 text-align: center;
	 background-color: #9999B5;
}
.text h4 {
	color: white;
	font-size: 1.25em;
}
.text p {
	font-size: 1em;
}

.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

@media(min-width: 500px) {
	
}

@media(min-width: 800px) {
	#mtop {
		margin-top: 400px;
	}
	
	.text h4 {
		color: white;
		font-size: 2em;
	}
	.text p {
		font-size: 1.5em;
	}
}

/*Photography*/

.grid-container {
	width: 80%;
	margin: 10px auto;
}
.gallery {
	display: grid;
	grid-gap: 5px;
}
.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gallery img:hover {
	opacity: 0.5;
}

.item1 {		
		margin: 0px;
	}
	.item2 {
		margin: 0px;
	}

	.item3 {
		margin: 0px;
	}
	.item4 {
		margin: 0px;
	}

	.item5 {
		margin: 0px;
	}

	.item6 {
		margin: 0px;
	}

	.item7 {
		margin: 0px;
	}
	.item8 {
		margin: 0px;
}
	.item9 {
		margin: 0px;
}
	.item10 {
		margin: 0px;
	}

@media(min-width:600px) {
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(min-width:800px) {
	.gallery {
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(8, 5vw);
	}
	.item1 {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
		margin: 0px;
	}
	.item2 {
		grid-column: 3 / span 2;
		grid-row: 1 / span 2;
		margin: 0px;
	}

	.item3 {
		grid-column: 5 / span 4;
		grid-row: 1 / span 5;
		margin: 0px;
	}
	.item4 {
		grid-column: 1 / span 4;
		grid-row: 3 / span 3;
		margin: 0px;
	}

	.item5 {
		grid-column: 1 / span 4;
		grid-row: 6 / span 5;
		margin: 0px;
	}

	.item6 {
		grid-column: 5 / span 4;
		grid-row: 6 / span 3;
		margin: 0px;
	}

	.item7 {
		grid-column: 1 / span 4;
		grid-row: 11 / span 2;
		margin: 0px;
	}
	.item8 {
		grid-column: 5 / span 4;
		grid-row: 11 / span 2;
		margin: 0px;
}
	.item9 {
		grid-column: 5 / span 2;
		grid-row: 9 / span 2;
		margin: 0px;
}
	.item10 {
		grid-column: 7 / span 2;
		grid-row: 9 / span 2;
		margin: 0px;
	}
}

figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 10px;
}
figure p {
	text-align: center;
	padding: 40px 0px 40px 0px;
}


.contact {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	margin: 0px;
	background-color: #344561;
	color: white;
}
.contact p {
	padding-top: 0px;
}
