@charset "UTF-8";
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
}
body {
	overflow-x: hidden;
}
#nav {
	font-family: 'Mont Heavy DEMO';
	font-size: 45px;
	display: flex;
	justify-content: flex-end;
	position:absolute;
	padding-left:880px;
	margin-top: -1100px;
	align-items:baseline;
	flex-direction:column;

}
nav ul li {
	display: inline-block;
	margin:25px;
}
nav ul li a {
	border-radius: 10px;
	padding: 10px 13px;
}
li {
	display: inline;
	
}
ul {
	list-style-type:none;
	/*display: flex;*/
	height: 80px;
	align: center;
	
}
a {
	text-decoration:none;
	color:white;
	/*display:block;*/
	width:250px;
}
.container {
	font-family: 'Mont Heavy DEMO';
	font-size: 45px;
	display: flex;
	left:0;
	padding-left:50px;
	top: 223px;
	position:absolute;
}
.container2 {
	font-family: 'Mont Heavy DEMO';
	font-size: 45px;
	display: flex;
	left:0;
	padding-left:50px;
	top: 331px;
	position:absolute;
}
a.active, a:hover{
	background: #949494;
	transition: .5s;
	
}

.hamburger {
	position:absolute;
	top: .75rem;
	right: 1rem;
	display:none;
	flex-direction:column;
	justify-contention:space-between;
	width:10%;
}
.home {
  	background-repeat: no-repeat;
	position: relative;
	max-width: 100%;
 	height: 100vh;
	background-size:contain;
	border-style:none;
	background-image: url("../images/gallery.jpg");
	border:0;
}
.home_mobile {
	display:none;
}
footer {
	color:white;
	font-family: 'Mont Heavy DEMO';
	position:absolute;
	display:inline-block;
	top:1042px;
	left:1780px;
}

@media (max-width:641px) {
	.checkbtn {
		display:block;
		position: center;
		
	}
	.hamburger {
		display:flex;
		position:left;
	}
	#nav {
		display:none;
	}
	.name_mobile {
	font-family: 'Mont Heavy DEMO';
	color:white;
	font-size: 80px;
	position:absolute;
	
	}
	.home {
		display:none;

	}
	.home_mobile {
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
 	height: 100vh;
	background-size:cover;
	border-style:none;
	background-image: url("../images/home_mobile.jpg");
	border:0;
	}
}