body {
font-family: 'Nixie One', cursive;
  background-image: url(../img/jacket_potato.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #6A9D51;
  padding:0;
  margin:0;
}

nav, #contact-info {
	background:rgba(255, 255, 255, 0.8);
	display:inline-block;
}

nav {
	position:fixed;
	top: 0;
    left: 0;
    height:100%;
    text-align:center;
}

nav ul, nav li {
	margin:0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

nav ul {
	margin: 20px
}

nav li {
	margin-top: 10px;
}

#content {
	background:rgba(255, 255, 255, 0.8);
	margin: 50px auto;
	max-width: 800px;
	padding: 5px 0;
}

#content p {
	margin: 15px;
}

#content h2 {
	margin: 15px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	clear:both;
}

#welcome-image-john {
	width: 200px;
	margin: 15px;
	float: right;
}

#welcome-image-oven {
	width: 200px;
	margin: 15px;
	float: left;
}

#contact-info{
	position:fixed;
	top:20px;
	right:0;
	padding:10px 30px;
}

#facebook, #mail {
	display:inline-block;
	width:30px;
	height:30px;
	
}
#phone {
	display:block;
	padding-left:5px;
}
#facebook {
background:url(../img/facebook_icon.png);
background-size:contain;	
}
#mail {
background:url(../img/mail_icon.png);	
background-size:contain;
}
#facebook:hover {
background:url(../img/facebook_iconhover.png);
background-size:contain;	
}
#mail:hover {
background:url(../img/mail_iconhover.png);	
background-size:contain;
}
#phone > p:nth-child(1) {
	   font-size: 12px;
    line-height: 0;
}

#phone > p:nth-child(2) {
	
    line-height: 0;
}

#logo {
	max-width:100px;
	margin: 20px;
}

#about-us-caravan {
	width: 42%;
	margin: 15px;
	float: left;
}

#about-us-truck {
	width: 42%;
	margin: 15px;
	float: right;
}

#about-us-john {
	margin: 0 15px 15px 15px;
	float: right;
	width: 400px;
}

#press-1, #press-2 {
	width: 90%;
	margin: 15px auto;
	display: block;
}

#events-header {
	width: 95%;
	margin: 15px auto;
	display: block;
}

#events-oven {
	float:right;
	margin: 0 15px 15px 15px;
	width: 200px;
}

#events-voucher {
	float:left;
	width: 200px;
	margin: 15px;
	clear:both;
}

ul.specialties {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

ul.specialties li {
	flex: 50%;
}

ul.specialties li img {
	height:100px;
	float: left;
	margin: 0 15px 15px 15px;
}

ul.specialties li strong {
	display:block;
	margin-bottom: 10px;
}

body > nav > p {
	color:red;
	font-weight:bold;
}

#mascot {
	position:fixed;
	bottom:0;
	left:0;
	background:url(../img/mascot.png)left bottom no-repeat;
	background-size:contain;
	width:200px;
	height:300px;
}

@media (max-width: 1240px){
	#content {
		max-width: 700px;
	}
}

@media (max-width: 1125px){
	#content {
		max-width: 600px;
	}
}

@media (max-width: 1020px){
	#content {
		max-width: 550px;
	}
}

@media (max-width: 965px){
	#content {
		max-width: 500px;
	}

	ul.specialties li img {
		height:80px;
	}
}

@media (max-width: 910px){
	nav{
		width:100%;
		height:auto;
		position:static;
	}

	#contact-info{
		position:static;
		width:100%;
		text-align: center;
		padding:0;
	}

	#content {
		margin: 50px auto;
		max-width: 500px;
	}

	#mascot {
		position:relative;
	}
	#phone {
		display:inline-block;
		padding-left:5px;
	}

	#about-us-caravan {
		width: 90%;
		float: none;
		margin: 15px auto;
		display: block;
	}

	#about-us-truck {
		width: 90%;
		float: none;
		margin: 15px auto;
		display: block;
	}

	#about-us-john {
		width: 90%;
		float: none;
		margin: 15px auto;
		display: block;
	}

	ul.specialties li {
		flex: 100%;
	}
}