@charset "utf-8";
body {
	background-color: #008B8B;
	background-size: cover;
	background-attachment: fixed;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	margin: 0;
}
h1  {
	font-size: 2.2em;
	text-align: center;
	line-height: 1em;
	height: auto;
	margin-top: 90px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 16;
	font-weight: 600;
	font-family: abel;
	font-style: normal;
	max-width: 100%;
}
.p1 {
	text-align: center;
	font-size: 1.5em;
	font-family: abel;
	font-style: normal;
	margin-top: 5px;
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 25px;
	padding: 0;
	font-weight: 400;
	max-width: 100%;
	height: auto;
}
.p2 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 1.7em;
	padding-right: 300px;
	padding-left: 300px;
	margin-top: 35px;
	margin-bottom: 80px;
	max-width: 100%;
	height: auto;
	width: auto;
	
}
.p3 {
	text-align: left;
	padding-top: 0px;
	max-width: 100%;
	float: none;
	padding-left: 0px;
	font-size: 1em;
}
.p4 {
	text-align: right;
	padding-left: 900px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	max-width: 100%;
	height: auto;

}

h2 {
	padding: 0;
	max-width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -6px;
	height: auto;
	text-align: center;
}
h3 {
	text-align: center;
	font-size: 1.7em;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 0;
	background-color: #F34F46;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.h3 a {
	list-style-type: none;
	list-style-image: none;
	display: block;
	text-decoration: none;
	padding-left: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-top: 14px;
	color: #FFFFFF;
}
.h3 a:hover {
	color: #414248;
}



footer {
	font-size: small;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 50px;
	background-color: #414248;
	text-align: left;
	padding-right: 0px;
	max-width: 100%;
	height: auto;
}

.imagefooter {
	float: none;
	clear: both;


	vertical-align:middle
	padding-bottom: 100px;
	padding-right: 50px;
	height: auto;
	max-width: 100%;
}


header {
	height: auto;
	max-width: 100%;
	text-align: center;
}
.headerimg  {
	height: auto;
	max-width: 100%;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}



nav {
	background-color: #54B49D;
	max-width: 100%;
	height: auto;
}
.navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.navlistitem {
	float: left;
	font-size: 1.55em;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.navlistitem a {
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-top: 14px;
	color: #424349;
}
.navlistitem a:hover {
	color: #000000;
	background-color:#EDEAC6;
}

/*Eliminates padding, centers the thumbnail */

body, html {
padding: 0;
margin: 0;
text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	margin: 0;
	height: auto;
	max-width: 100%;
	text-align: center;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
