

html { 
  background: url(buffet.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  color: white;
  font-family: "Slabo 27px",serif;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

p {
	max-width: 80%;
	font-size: 30px;
}

h1 {
	font-size: 0;
	margin-bottom: 30px;
	background: url("logo.png?1");
	background-size: contain;
	background-repeat: no-repeat;
	width: 574px;
	height: 355px;
	zoom: 50%;
}

h2 {
	font-size: 14px;
}
.mid {
	padding: 60px;
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.5, rgba(105, 105, 105, 0.82)),
    color-stop(1, rgba(105, 105, 105, 0.82)));
	width: 40%;
	border: 3px solid #fff;
	box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
}

a,
a:hover {
	text-decoration: none;
	color: white;
}

@media all and (max-width: 1024px) {
	.mid {
		padding: 10px;
		width: 80%;
	}

	h1 {
		background-size: contain;
		width: 60%;
		background-position: 50%;
		margin-bottom: 10px;
	}

	p {
		font-size: 19px;
		width: 80%;
	}

	p br {
		display: none;
	}
}

::selection {
  background: #1f66b1; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #1f66b1; /* Gecko Browsers */
}
