html, body {
	height: 100%;
}
body {
	background-color: #fdf6e6;
	color: #000;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	background-size: cover;
	background-position: center center;

}


.holder {
	position: relative;
	width: 100%;
	height: 100%;
}
.deliveroo {
	position: absolute;
}
.social_holder {
	position: absolute;
}
.footer_icon {
  width: 30px;
  height: 30px;
	display: inline-block;
	margin: 2px;
}
.footer_icon .cls-1 {
	fill:#d37321;
}
.footer_icon:hover .cls-1 {
	fill: #7ca4ca;
}

@media (max-width: 767px) {
	body {
		background-image: url('/images/patty_phone_bg.jpg');
	}
	.pattylogo {
		width: 65%;
	}
	
	.deliveroo {
		width: 120px;
		top: 20px;
		right: 20px;
	}
	
	.social_holder {
		bottom: 40px;
		left: 0;
		right: 0;
		text-align: center;
	}
	
}
@media (min-width: 768px) {
	body {
		background-image: url('/images/patty_desktop_bg.jpg');
	}
	.pattylogo {
		height: 80%;
	}
	
	.deliveroo {
		width: 160px;
		top: 35px;
		right: 35px;
	}
	.social_holder {
		top: 35px;
		left: 35px;
	}
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.0;
}

@media (max-width: 767px) {
	h1 {
		font-size: 4.5rem;
	}
	h2 {
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.4rem;
	}

}
@media (min-width: 768px) {
	h1 {
		font-size: 6.0rem;
	}
	h2 {
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.4rem;
	}
}













@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


/**
 * animation
 **/
.js-animate {
  -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1),
    -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  transition: opacity 0.5s cubic-bezier(0.68, 0, 0.265, 1),
    -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  transition: opacity 0.5s cubic-bezier(0.68, 0, 0.265, 1),
    transform 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  transition: opacity 0.5s cubic-bezier(0.68, 0, 0.265, 1),
    transform 0.5s cubic-bezier(0.68, 0, 0.265, 1),
    -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.265, 1);
}
.js-animate.fadeIn {
  opacity: 0;
}
.js-animate.scaleIn {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.js-animate.slideUp {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.js-animate.twistIn {
  -webkit-transform: rotateY(-50deg);
  transform: rotateY(-50deg);
}
.loaded .js-animate.animate-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.loaded .js-animate.animate-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.loaded .js-animate.animate-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.loaded .js-animate.animate-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.loaded .js-animate.animate-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.loaded .js-animate.animate-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.loaded .js-animate.animate-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.loaded .js-animate.animate-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.loaded .js-animate.animate-9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.loaded .js-animate.fadeIn {
  opacity: 1;
}
.loaded .js-animate.scaleIn {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.loaded .js-animate.slideUp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loaded .js-animate.twistIn {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}