body {
	background-color: #0033CC;
	color: white;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	transition: color 0.3s;
	outline: 0;
	color: black;
}

a:hover {
	color: white;
}

section {
	min-height: 100vh;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	position: relative;
}

section .spacing {
	padding: 150px 40px;
}

.confined {
	max-width: 1000px;
	min-width: 320px;
	width: 100%;
	margin: auto auto;
}

.confinedExtra {
	max-width: 800px;
	min-width: 320px;
	width: 75%;
	margin: auto auto;
	padding: 0 40px;
}

.confinedFree {
	max-width: 1000px;
	min-width: 320px;
	width: 100%;
	margin: auto auto;
	padding: 0 40px;
}

section.centered {
	text-align: center;
}

section.text {
	display: table;
}

section .introduction {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	font-weight: 600;
}

section .introduction h2 {
	font-size: 3em;
	margin-top: 0;
}

section .introduction p {
	font-size: 2em;
}

section#Intro .introduction h2 {
	/* font-size: 6em; */
	margin-top: 0;
}

section#Intro .introduction p {
	font-size: 4em;
	line-height: 1.35em;
}

section .context {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 4em;
	color: white;
}

section .context a {
	color: white;
	border-bottom: 1px dotted white;
}

section .context a:hover {
	color: limegreen;
	border-bottom: 1px dotted limegreen;
}

section .context.marginTop {
	padding-top: 3.5em;
}

section .context h3 {
	font-size: 4.25em;
	margin: 0;
	margin-bottom: .25em;
	line-height: 1em;
}

section .context h4 {
	font-size: 1.75em;
	margin: 0;
}

section .context h5 {
	font-size: 1.25em;
	margin: 0;
}

section .context p.year {
	font-size: 1.5em;
	margin: 0;
	display: none;
}

section .context p.description {
	font-size: 1.5em;
	line-height: 1.5em;
	max-width: 600px;
}

section img.image {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
  border-radius: 3px;
}

section div.container {
	background-color: white;
	box-sizing: border-box;
	padding: 3em;
}

.shadow {
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.025);
}

section .visit {
	text-align: center;
	margin-top: 3em;
}

section .visit a {
	font-size: 200%;
	text-transform: uppercase;
	padding: .5em 1em;
	background-color: black;
	color: white;
	display: inline-block;
	/* NEW */
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 3px;
}

section .visit a:hover {
	color: #0033CC;
	background-color: white;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	display: none;
	height: -1;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.verical-align {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}




.underline {
	box-shadow: inset 0 -12px 0 black;
}

.animated-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #0037db 25%, transparent 25%, transparent 75%, #0037db 75%, #0037db), linear-gradient(45deg, #0037db 25%, transparent 25%, transparent 75%, #0037db 75%, #0037db);
	background-size: 100px 100px;
	background-position: 0 0, 50px 50px, 50px 0px;
	-webkit-animation: scroll 5s linear infinite;
	background-color: #0033CC;
}

@-webkit-keyframes scroll {
	from {
		background-position: 0 0, 50px 50px, 50px 0;
	}
	to {
		background-position: -100px -100px, -50px -50px, -50px -100px;
	}
}

/* Laptop */

@media (max-width: 1300px) {
	.confinedFree {
		max-width: 700px;
	}
	section#Intro .introduction h2 {
		/* font-size: 4.75em; */
		margin-top: 0;
	}
	section#Intro .introduction p {
		font-size: 2.75em;
	}
	section .visit a {
		font-size: 150%;
	}

	section#Contact .introduction p {
		font-size: 1.5em;
	}



}

/* Small */

@media (max-width: 600px) {
	section .context h3 {
		font-size: 3.5em;
		margin-top: 0;
	}
	section#Intro .introduction h2 {
		font-size: 3.25em;
		margin-top: 0;
	}
	section#Intro .introduction p {
		font-size: 1.75em;
	}
	section .context {
		width: 85%;
	}
	section .visit a {
		font-size: 110%;
	}

	section#Contact .introduction p {
		font-size: 1em;
	}

	section .context h3 {
		font-size: 3em;
	}

	section .context h4 {
		font-size: 1.5em;
	}

	section .context p.description {
		font-size: 1.25em;
	}


}

/* Landscape */

@media (max-width: 900px) and (orientation: landscape) {
	.confinedFree {
		max-width: 500px;
	}
	section .context h3 {
		font-size: 3.5em;
		margin-top: 0;
	}
	section#Intro .introduction h2 {
		font-size: 3.25em;
		margin-top: 0;
	}
	section#Intro .introduction p {
		font-size: 1.75em;
	}

	section#Intro .introduction h2, section#Intro .introduction p, section#Intro .visit {
		margin: 0;
	}
	section#Intro .introduction h2+p, section#Intro .introduction p+p, section#Intro .introduction p+div.visit {
		margin-top: 20px;
	}
}
