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

/*@font-face {*/
    /*font-family: 'Nookfolk V3';*/
    /*src: url('font/NookfolkV3Italic.woff2') format('woff2'),*/
        /*url('font/NookfolkV3Italic.woff') format('woff');*/
    /*font-weight: normal;*/
    /*font-style: italic;*/
    /*font-display: swap;*/
/*}*/

/*@font-face {*/
    /*font-family: 'Nookfolk V3 Condensed';*/
    /*src: url('font/NookfolkV3Condensed.woff2') format('woff2'),*/
        /*url('font/NookfolkV3Condensed.woff') format('woff');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-display: swap;*/
/*}*/

@font-face {
    font-family: 'Nookfolk V3';
    src: url('font/NookfolkV3Bold.woff2') format('woff2'),
        url('font/NookfolkV3Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
    /*font-family: 'Nookfolk V3';*/
    /*src: url('font/NookfolkV3Thin.woff2') format('woff2'),*/
        /*url('font/NookfolkV3Thin.woff') format('woff');*/
    /*font-weight: 100;*/
    /*font-style: normal;*/
    /*font-display: swap;*/
/*}*/

html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

body {
	background: url("img/bg.jpg") repeat top center / 430px 430px,
				#e6d5c2;
	font-family: 'Nookfolk V3';
	color: #625040;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	min-width: 280px;
	max-width: 600px;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

header {
	width: 100%;
	/*padding-top: 2em;*/
	align-self: center;
	text-align: center;
}

#logo {
	width: 100%;
}

#logo > img {
	height: 150px;
}

article {
	width: 100%;
	padding: 2em 0;
	align-self: center;
	text-align: center;
}

article > img {
	height: 67px;
}

section {
	width: 100%;
	padding: 2em 0 0.4em 0;
}

section > form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*flex-direction: column;*/
}


section input {
	font-family: 'Nookfolk V3';
	color: #625040;
	font-weight: normal;
    font-style: normal;
	border-width: 2px;
	border-radius: 6px;
	font-size: 1em;
}

section #mce-EMAIL {
	background-color: #fff;
	width: 210px;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
}

article {
	width: 100%;
	padding: 2em 0;
	align-self: center;
	text-align: center;
}

article > img {
	height: 67px;
}

section {
	width: 100%;
	padding: 2em 0 0.4em 0;
}

section > form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*flex-direction: column;*/
}


section input {
	font-family: 'Nookfolk V3';
	color: #625040;
	font-weight: normal;
    font-style: normal;
	border-width: 2px;
	border-radius: 6px;
	font-size: 1em;
}

section #mce-EMAIL {
	background-color: #fff;
	width: 210px;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
}

#mce-EMAIL:invalid {
	border-color: #6d453e;
	color: #6d453e;
	background-color: #e0b5a8;
}

#mce-EMAIL:valid {
	border-color: #545131;
	color: #545131;
	background-color: #bbc498;
}

#mce-EMAIL:placeholder-shown {
	border-color: #625040;
	color: #361d0c;
	background-color: #fff;
}

section #mc-embedded-subscribe {
	border-color: #625040;
	background-color: #e6d5c2;
	font-size: 1.3em;
	margin-bottom: 0.3em;
}

section #mc-embedded-subscribe:active {
	/*border-color: #e6d5c2;*/
	background-color: #625040;
	color: #e6d5c2;
}

section #mce-responses {
	width: 100%;
	height: 1.3em;
}

section div.response {
	font-weight: normal;
    font-style: normal;
	font-size: 1.3em;
	transform: rotate(2deg);
}

aside {
	position: relative;
	float: left;
	width: 100%;
	transform: rotate(2deg);
}

aside > ul {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	height: 56px;
}

aside > ul > li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}

aside > ul > li > a {
	display: block;
}

aside > ul > li > a > img {
	width: 32px;
	padding: 12px;
	transition: width linear 0.1s, padding linear 0.1s;
}

aside > ul > li > a > img:hover {
    width: 40px;
    padding: 8px;
}

h2 {
	font-weight: normal;
    font-style: normal;
	font-size: 1.3em;
	transform: rotate(-2deg);
}

footer {
	width: 100%;
	padding-bottom: 2em;
	align-self: center;
	text-align: center;
}
