@charset "utf-8";
/* CSS Document */
/*html, body {
    font-family: arial;
    padding: 0 2em;
    font-size: 18px;
    background: #111;
    color: #aaa;
    text-align:center;
	margin-top: 50px;;
}
h1 {
    font-size: 3em;
    font-weight: 100;
	color: white;
}
p {
    font-weight: 100;
    color: #888;
    margin-bottom: 45px;
}
.footer { 
    margin-top: 80px;
}
.footer a {
	text-decoration: none;
	font-weight: 900;
	color: #56ADFF;
}
a {
    text-decoration: none;
}
*/ 
.thumb {
    max-height: 171px;
    border: solid 6px white;
}
.lightbox {
    position: fixed;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
    opacity: 0;
}
.lightbox:target {
    outline: none;
 
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}
.lightbox:target img {
    border: solid 17px white;
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.light-btn {
    color: #fafafa;
    background-color: #333;
    border: solid 3px white;
    padding: 5px 15px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    z-index: 99;
}
.light-btn:hover {
    background-color: #111;
}
.btn-prev {
    left: 20%;
}
.btn-next {
    right: 20%;
}

.btn-close {
	position: absolute;
	right: 27rem;
	top: 7rem;
	width: 3rem;
	height: 3rem;
  	font-size: .875rem;
	font-weight: 300;
	border-radius: 100%;
	background-color: #660099;
	z-index: 4;
	color: #fff;
	line-height: 3rem;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.btn-close:hover {
    background-color: #740404;
}
