html,body{
	margin: 0;
	padding: 0;
	font-family: "Lato", Arial, Verdana;
	font-size: 20px;
	height: 100vh;
	background-color: #fff;
	width: 100%;
	color:#FFF;
	background-image: url('../images/background.png');


}


h1 {
	font-family: 'Righteous', cursive;
	font-weight:normal;
	font-size:92px;
	color:#FFF;
}

#green {color: #7F0; }

/*MENU*/

.top{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 125px;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	display: block;
	background-image: url('../images/paper.png');
	background-color: rgba(20,20,20,0.7);
}

.hello{
	text-transform: none;
	margin-top: 20px;
	float: right;
	margin-right: 20px;
	font-size: 15px;
	font-weight: normal;
}

.hello a{
	color: #FFF;
	text-decoration: none;
}

.hello a:hover{
	color: #7F0;
	text-decoration: none;
	font-weight: bold;
}

.button{
	float: left;
	position: relative;
	padding-top: 75px;
	height: 75px;
	width:120px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin-right: 5px;
}

.button:hover{
	padding-top: 50px;
	transition: 0.5s;
	background-color: #7F0;
	color: #000;
}

#logo{
	float: left;
	margin: 16px 0 0 30px;
	font-weight: normal;
	font-size: 45px;
	color: white;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.position{ 
	position: relative;
	top: 106px;
/*	left: 175px;*/
	z-index: 500;

	display: inline-block;
	height: 10px;
	width: 120px;
	background: #222;
	margin-left: 5px;
	padding: 0;
	overflow: hidden;
}

/*.active{
	background: #FF0;
}
*/
/*BODY*/

.text{
	text-align:justify;
	width: 1000px;
	margin: 0 auto;
	line-height: 28px;
}

.text a{
	color: white;
	text-decoration: underline;
}

.text a:hover{
	text-decoration: none;
}


.wrap {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height:100vh;
}

.slidecontent{
	position: absolute;
/*	min-height: 400px;*/
	top: 50%;
	width: 100%;
	margin-top: -10%;
	text-align: center;

		display: block;
		background-image: url('../images/paper.png');
		background-color: rgba(20,20,20,0.7);

}

.slidecontent h1{
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 120px;
	margin: 20px 0 30px 0;
	padding: 0;
	line-height: 115px;
}

.headersur{
	margin-top: 20px;
	font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #f0f0f0;
	font-style: italic;
	display: block;
}

.desktop {

	display: inline-block;
}

.mobile {
	display: none;
}

/* Gallery */



.thumbnails {
	text-align: center;
	margin: 5px;
	display: block;
	border: 4px solid white;
	float: left;
	width: 192px;
	height: 108px;
}


.thumbnails:hover {
		border: 4px solid;
		border-color: #7F0;
}


.details {
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;

	width: 190px;
	height: 80px;

	display: block;	
	background-color: rgba(119,250,0,0.3);
	opacity: 0;

	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
	
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;

}

.details:hover {
	opacity:1;
	font-size: 16px;
	color: #FFF;
		text-shadow: 2px 2px 4px #000000;
}


/* BACKGROUND */
.back1{
	background: url('../images/1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.back2{
	background: url('../images/2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.back3{
	background: url('../images/3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.back4{
	background: url('../images/4.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* OWL */

.owl-carousel {
	margin-left: 20px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 100px;
	height: 30px;
	margin: auto !important;
}

.owl-carousel .owl-prev {
	left: -25px;
}

.owl-carousel .owl-next {
	right: 5px;
}



/* /////////////////////////////////////////  RESPONSIVE  ///////////////////////////////////////// */
@media (max-width: 900px) {

html,body {
height: 100vh;
margin: auto;
overflow: auto;
}

/*MENU*/

.top{
	position: fixed;
	height: 85px;
	}

.top #logo{
	float: left;	
	margin-top:10px;

}

.burger {
	position: absolute;
	float: right;
	right:20px;
	top:25px;
	display: block;
	height: 50px;
	width: 50px;
	background-image: url('../images/menu.svg');
	background-repeat: no-repeat;

}


.wrap {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	overflow: auto;
}

.back1,.back2,.back3,.back4{
	background: none;
	background-color: #000;
}

.slidecontent{
	position: relative;
	top: 0;
	width: 100%;
	margin-top:0;
	
}

.slidecontent h1{
	text-shadow: 0 0 15px rgba(0,0,0,1);
	font-weight: bold;
	font-size: 40px;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 60px;
}

.headersur{
	font-size: 20px;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	color: #f0f0f0;
	font-style: italic;
	display: block;
	line-height: 21px;
}

.text{
	text-align:justify;
	font-size: 14px;
	width: 90%;
	padding: 0;
/*	margin: 0 auto;*/
	overflow: auto;
	line-height: 16px;
}


.desktop {
	display: none;
}

.mobile {

	margin: 0;
	padding: 0;
	display: block;
}


.thumbnails {
	margin: 5px;
	display: block;
	border: 4px solid white;
	float: left;
	width: 96px;
	height: 54px;
}


.thumbnails:hover {
		border: 4px solid white;
		border-color: #7F0;
}

.details {
	display: none;	

}

.details:hover {
	opacity:0;
}

/*MOBILE MENU*/

.mobilemenu{
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;

}

.mobmenu {

	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 25px;
	width: 100%;
	font-weight: bold;

}

.mobmenu ul{
	list-style-type: none;
	margin: 2px auto;
	padding-left: 0;

}

.mobmenu li{
	text-align: center;
	padding: 20px 0 20px 0;
}

.mobmenu a{
	color: #FFF;
	 text-decoration: none;
}
.mobmenu li:hover{

	font-size: 30px;
	color: #7f0;
}




}