.navigation a[href="/menu"]{
	opacity: 0.5;
	pointer-events: none;
}

.background{
	height: 100vh;
	width: 100vw;
	display: table;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/photos/GinOldFashioned.jpg);
}

.background .inner_background{
	height: 100%;
	width: 100%;
	background-color: rgba(16, 16, 16, 0.7);
	display: table-cell;
	vertical-align: middle;
	font-family: var(--font);
}

.background .inner_background div h1{
	text-align: center;
	color: white;
	margin-top: 50px;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}

.background .inner_background div h2{
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 400;
}

.background .inner_background div.button{
	display: block;
	text-align: center;
}

.background .inner_background a{
	display: inline-block;
    color: white;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 20px;
    border: solid 2px white;
}

@media(max-width: 600px){
	.background .inner_background div h1{
		font-size: 50px;
	}

	.background .inner_background div h2{
		font-size: 24px;
	}
}