body, html {
	padding: 0px;
	margin: 0px;
	
}
html {
		background-image: url('../img/wallpaper.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(21,21,21,1);
	background-position: center right;
}
@font-face {
    font-family: 'Futura Black';
    src: url('FuturaBlack.woff2') format('woff2'),
        url('FuturaBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,1);
	font-size: 24px;
	padding: 30px;

	min-height: 100vh;
	
}

.clear {
	width: 100%;
	clear: both;
}
.title {
	text-align: center;
	padding-top: 40px;
	
}
.title .heading {
	font-size: 400%;
	text-transform: uppercase;
	 font-family: 'Futura Black';
	  font-weight: 900;
	
}

.title .sub {
	 /*font-family: 'Futura';*/
	font-weight: 300;
	font-size: 120%;
	margin-top: -15px;
	
}
.title .heading img {
	width: 100%;
	max-width: 1100px;
}



.login {
	text-align: center;
	margin: 0 auto;

	max-width: 320px;
}

.login input {
	display: inline-block;
	float: none;
}

a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}



.footer {
	
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	z-index: 1;
}
.footer.footer_fixed {
	bottom: 10px;
	position: fixed;
}

input {
	background-color: rgba(255, 255, 255, 1);
	border: 0 none;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	font-weight: 400;
	height: 50px;
	padding-left: 13px;
	padding-right: 13px;
	width: 200px;
	/*border-radius: 5px;*/
	float: left;
	margin-top: 30px;
}
input[type="submit"], .button {
	color: rgba(255,255,255,1);
	/*width: 100px;*/
	background-color: rgba(255,255,255,0);
	border: 5px solid rgba(255,255,255,1);
	/*border-radius: 7px;*/
	/*margin-left: 20px;*/
}


.button {
	margin: 0 auto;
	margin-top: 30px;
	display: inline-block;
	clear: both;
	text-align: center;
	
}
.button a{
	text-decoration: none;
	color: rgba(255,255,255,1);
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;

}
input[type="submit"]:hover, .button:hover {
	background-color: rgba(255,255,255,0.25);
	cursor: pointer;
}

/* Heading */

.heading_h1 {
	   font-family: 'Futura Black';
	font-size: 200%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* MAIN */
.main {
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	max-width: 900px;
}
.main .section {
	display:inline-block;
	width: 230px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}
.main a {
	color: rgba(255,255,255,1);
}

.gallery .grid {
	/* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   10px;
  -moz-column-count:    3;
  -moz-column-gap:      10px;
  column-count:         3;
  column-gap:           10px;  
}

.share .thumb img {
	border-style: solid;
	border-width: 7px;
	border-color: rgba(255,255,255,1);
	max-width: 100%;
}

.gallery a.thumb img {
	
	border-style: solid;
	border-width: 9px;
	border-color: rgba(255,255,255,1);
	transition: all 0.5s ease 0s;
	cursor:pointer;
	width: 100% !important;
  	height: auto !important;
  	margin-bottom: 10px;
}
.gallery a.thumb img:hover {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 
	transition: all 0.5s ease 0s;
	transform: scale(1.3)
}

/* ANIMATION */

.fade-in {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
from {
	opacity: 0;
}
to {
	opacity: 1;
} }
@-moz-keyframes
fadeIn {from {
	opacity: 0;
}
to {
	opacity: 1;
} }
@keyframes
fadeIn {from {
	opacity: 0;
}
to {
	opacity: 1;
} }

.fade-in.one {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.fade-in.two {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

/* BORDERS */

#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	z-index: 9999;
}
#left, #right {
	top: 0;
	bottom: 0;
	width: 20px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}

#top, #bottom {
	left: 0;
	right: 0;
	height: 20px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
}


.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}
.lightbox .close {
	float: right;
	padding-right: 30px;
	padding-top: 30px;
	z-index: 9999;
	position: relative;
	
}
.lightbox .close img {
	z-index: 9999;
	position: relative;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 80%;
	max-height: 70%;
	margin-top: 5%;
	
}
.lightbox .lb_main {
	position: relative;
	z-index: 8888;
}
.lightbox .lb_main .lb_main_img img {
	margin-right: -5%;
	max-width: 1000px;

	max-height:80vh;
}
.lightbox .lb_main .control {
	position: absolute;
	top: 50%;
}
.lightbox .lb_main .control img {
	height: 100px;
}

.lightbox .lb_main .control.next {
	right: 5%;
}
.lightbox .lb_main .control.prev {
	left: 5%;
}




.lightbox:target, .lightbox.active {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}


@media screen and (max-width: 900px) {
	.title .heading {
	font-size: 300%;
	line-height: 100%;
	
	}
	.title .sub { 
		margin-top: 0px;
	}
	.login {
		margin-top: 0px;
	}
	.footer.footer_fixed {
		position:relative;
		margin-top: 100px;
	}
	.heading_h1 {
		font-size: 150%;
	}
	.lightbox .lb_main .control {

}
.lightbox .lb_main .control img {
	height: 70px;
}
.lightbox .lb_main {
	max-width: 90%;
}
.lightbox .lb_main .lb_main_img img {
		
		max-height:70vh;
		max-width: 100%;
	}
	.lightbox .lb_main .control {
		top: 55%;
	}

}

@media screen and (max-width: 700px) {
	.title .heading {
	font-size: 200%;
	
	}
	.title .sub {
		margin-top: 5px;
		font-size: 80%;
	}
	.lightbox .close {
		float: right;
		padding-right: 30px;
		padding-top: 30px;
		text-align: right;
	    width: 100%;
	}
	.lightbox .lb_main .lb_main_img img {
		margin-right: 0%;
		max-height:70vh;
		max-width: 100%;
	}
	.lightbox .lb_main {
		 margin: 0 auto;
		 max-width: 90%;
	}
	.heading_h1 {
		font-size: 100%;
	}
	.main {
		margin-top: 10px;
	}
	
	.lightbox .lb_main .control.next {
	right: 0%;
}
.lightbox .lb_main .control.prev {
	left: 0%;
}

#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	z-index: 9999;
}
#left, #right {
	top: 0;
	bottom: 0;
	width: 15px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}

#top, #bottom {
	left: 0;
	right: 0;
	height: 15px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
}

.gallery a.thumb img {
	
	border-style: solid;
	border-width: 3px;
}
	
}
@media screen and (max-height: 900px) and (min-width: 900px) {
	.lightbox .lb_main .lb_main_img img {
		max-height:70vh;
		max-width: 90%;
	}
}

