@charset "utf-8";
body, h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
}

main {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
	line-height: 1.8;
}

h1 {
	background-color: #cccc66;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	text-align: center;
}
nav ul {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	list-style-type: none;
}
nav ul li {
	margin-right: 30px;
	font-weight: bolder;
}

nav ul li img {
	margin-right: 5px;
}

nav a {
	text-decoration: none;
	color: #a09600;
}
nav li:hover  {
	transform: scale(1.1);
	border-radius: 0;
}

.mainimag {
	position: relative;
	padding-right: 0px;
}
.title {
	position: absolute;
	top: 600px;
	left: 1050px;
	color: #fff;
}
.title h2 {
	font-size: 36px;
}
.title h3 {
	font-size: 30px;
}
.pagetop {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
.background-text01 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.background-text01::after {
	content: 'introduction';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: rgba(204,204,102,0.7);
	z-index: -1;
	white-space: nowrap;
	font-family: "Arial Black", Gadget, sans-serif;
}
.introduction-phrase {
	color: #a09600;
	font-size: 20px;
	margin-top: 15px;
}
.introduction  {
	background-color: rgba(255,255,153,0.5);
	padding: 20px 50px;
	border-radius: 100px;
	margin-top: 30px;
}
.background-text02 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 40px;
}

.background-text02::after {
	content: 'effect of vinegar';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: rgba(204,204,102,0.6);
	z-index: -1;
	white-space: nowrap;
	font-family: "Arial Black", Gadget, sans-serif;
}

.box-area {
	display: flex;
	justify-content: space-between;
}

.box {
	width: 300px;
	text-align: left;
}
.box h4 {
	text-align: center;
}
.effect {
	padding-bottom: 30px;
}
.background-text03 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.background-text03::after {
    content: 'pickles recipe';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: rgba(204,204,102,0.7);
	z-index: -1;
	white-space: nowrap;
	font-family: "Arial Black", Gadget, sans-serif;	
}
.recipi-note {
	position: relative;
}
.recipi-note-in {
	position: absolute;
	top: 100px;
	left: 650px;
	text-align: left;
}
.recipi {
	border-radius: 100px;
	background-color: rgba(255,255,153,0.5);
	padding-top: 20px;
	padding-bottom: 30px;
}
.background-text04 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 40px;
}

.background-text04::after {
    content: 'storage container';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: rgba(204,204,102,0.6);
	z-index: -1;
	white-space: nowrap;
	font-family: "Arial Black", Gadget, sans-serif;	
}
.storagecontainer {
	margin-bottom: 60px;
}
iframe {
	margin-top: 15px;
}
.bt-pagetop {
	position: fixed;
	right: 30px;
	bottom: 0px;
	opacity: 0.8;


}
.bt-pagetop:hover {
	opacity: 1;
}

footer ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-bottom: 60px;
}
footer a:hover {
	color: #fff;
}


footer {
	text-align: center;
	background-color: #cccc66;
	padding-top: 60px;
	padding-bottom: 40px;
}

footer a {
	text-indent: 0px;
	text-decoration: none;
	color: #a09600;
	margin-right: 15px;
}

footer p {
	font-size: 14px;
	color: #a09600;
}
.storagecontainer a {
	text-decoration: none;
	color: #a09600;
}
#storagecontainer a:hover {
	border-bottom: 2px solid #a09600;
}
