body {
	margin: 0;
	padding: 0;
	background-color: #f5f2ed;
	font-family: 'HungryBody';
	font-size: 2.2vw;
}

.header {
	text-align: right;
	padding-top: 4vw;
	padding-bottom: 8vw;
	width: 100%;
}


.button {
	background-color: #000;
	color: #fff;
	padding: 1vw 2vw;
	border-radius: 3vw;
	text-decoration: none;
	font-size: 2vw;
	border: 0;
}

.header .logo {
	float: left;
	font-size: 3vw;
}

.logo img {
	height: 3.5vw;
}

.header a  {
	float: right;
}

.header a img {
	height: 2.5vw;
}

.site-wrapper {
	width: 100%;
}

.container {
	margin: auto;
	width: 90%;
}

.headlines {
	position: relative;
	font-family: 'HungryHeadline';
	color: #000;
	font-size: 6vw;
	line-height: 0.95;
	text-align: left;
	padding-bottom: 3vw;
}

.headlines img {
	position: absolute;
	height: 5vw;
	top: -0.5vw;
	left: -4.5vw;
}

.subheading {
	font-family: 'HungryHeadline';
	color: #606060;
	font-size: 3vw;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 3vw;
}

/* Form Section */
.form {
	margin: 0 auto;
	padding-bottom:6vw;
}

.form label {
	display: block;
	margin: 10px 0 5px;
}

.form input {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

p {
	font-family: 'HungryBody';
	color: #000;
	font-size: 2.2vw;
	line-height: 1.2;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

p a {
	color: #000;
}

p a:hover {
	background-color: #000;
	color: #f5f2ed;
}



.image-grid {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	gap: 20px;
	overflow-x: hidden;
}

.image-grid div img {
	width: 150px;
	min-width: 150px;
}

.image-grid div  {
	vertical-align: middle;
	margin: auto;
}

/* Slider
-----------------------------------*/
.slideout-open {

    .slideout {
		transform: translateX(-100vw);
    }
}

.slideout {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin:0;
	position: fixed;
	top: 0;
	left: 100vw;
	bottom: 0;
	z-index: 1000;
	transition: transform 0.4s ease, width 0.4s ease;
	.drop-shadow(@x: 1px, @y: 0, @blur: 8px, @spread: 0, @alpha: 0.50);
}

#slideoutCloseButton {
	float: right;
	margin-top:1.5vw;
	margin-right:1.5vw;
}

#slideoutCloseButton img {
	height: 3vw;
}

.nav-list {
	padding: 0px;
	margin-top: 8vw;
}

.nav-item {
	font-family: 'HungryHeadline';
	color: #FFF;
	font-size: 7vw;
	text-align: center;
	padding-bottom: 3vw;
	border-top: solid;
	border-color: #FFF;
	width: 100%;
	list-style-type: none
}

.nav-item a {
	color: #FFF;
	text-decoration: none;
}

/* Responsive
-----------------------------------*/
@media screen and (min-width: 1000px) {

	body {
		font-size: 22px;
	}

	.container {
		width: 900px;
	}

	.header {
		padding-top: 40;
		padding-bottom: 80;
	}


	.button {
		padding: 10px 20px;
		border-radius: 30px;
		font-size: 20px;
	}

	.header .logo {
		font-size: 30px;
	}

	.header a img {
		height: 25px;
	}

	.headlines {
		font-size: 60px;
		padding-bottom: 30px;
	}

	.headlines img {
		height: 50px;
		top: -5px;
		left: -45px;
	}

	.subheading {
		font-size: 30px;
		padding-bottom: 30px;
	}

	/* Form Section */
	.form {
		padding-bottom:60px;
	}

	p {
		font-size: 22px;
	}
}

@media screen and (max-width: 650px) {

	p {
		font-size: 3vw;
		width: 80%;
	}

}

@media screen and (max-width: 500px) {

	p {
		font-size: 4vw;
		width: 90%;
	}

	.subheading {
		font-size: 5vw;
		line-height: 1.4;
	}

}

/* Slider
-----------------------------------*/
.slideout-open {

    .slideout {
		transform: translateX(-100vw);
    }
}

.slideout {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin:0;
	position: fixed;
	top: 0;
	left: 100vw;
	bottom: 0;
	z-index: 1000;
	transition: transform 0.4s ease, width 0.4s ease;
	.drop-shadow(@x: 1px, @y: 0, @blur: 8px, @spread: 0, @alpha: 0.50);
}

#slideoutCloseButton {
	float: right;
	margin-top:1.5vw;
	margin-right:1.5vw;
}

#slideoutCloseButton img {
	height: 3vw;
}

.nav-list {
	padding: 0px;
	margin-top: 8vw;
}

.nav-item {
	font-family: 'HungryHeadline';
	color: #FFF;
	font-size: 7vw;
	text-align: center;
	padding-bottom: 3vw;
	border-top: solid;
	border-color: #FFF;
	width: 100%;
	list-style-type: none
}

.nav-item a {
	color: #FFF;
	text-decoration: none;
}

}

/* Font Face -----------------*/
@font-face {
    font-family: 'HungryBody';
    src: url('../fonts/HungryBody-Bold.woff2') format('woff2'),
        url('../fonts/HungryBody-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HungryBody';
    src: url('../fonts/HungryBody-Regular.woff2') format('woff2'),
        url('../fonts/HungryBody-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HungryBody';
    src: url('../fonts/HungryBody-RegularItalic.woff2') format('woff2'),
        url('../fonts/HungryBody-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HungryHeadline';
    src: url('../fonts/HungryHeadline-Regular.woff2') format('woff2'),
        url('../fonts/HungryHeadline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HungryHeadline';
    src: url('../fonts/HungryHeadline-RegularItalic.woff2') format('woff2'),
        url('../fonts/HungryHeadline-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
