html, body	{
	margin: 0;
	padding: 0;
	font-family: 'Raleway';
	height: 100%;
	scroll-behavior: smooth;
	color: #FFFFFF;
	background: #000
}
header	{
	width: 100%;
	height: 43%;
	background-color: #000000;
	position: relative;
}
a {
	text-decoration: none;
}
nav {
	position: fixed;
	right:0;
	top:0;
	left:0;
	height:60px;
	background: #FFDC00;
	z-index: 1;
	display:flex;
}
nav a {
	color:#000000;
	display: inline-block;
	padding:0 10px;
	font-size: 1em;
}
.logo {
	width:50%;
	padding: 10px 0px 80px 30px;
}
.navigation{
	width:50%;
	text-align: right;
	padding: 21px 30px 0 0;
} 
h1	{
	font-family: 'Raleway', sans-serif;
	text-align: left;
	color: #FFDC00;
	font-size: 3em;
	margin: 0;
	padding: 12% 0% 0% 10%;
	font-weight: 700;
}
.separation	{
	display: flex;
	justify-content: space-around;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0% 10% 0% 9%;
	width: 750px;
}
.info_one	{
	background: #ffffff;
	flex: 1;
	border-top-left-radius: 10px;
	background-color: rgba(216,216,216,1);
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	padding: 2% 1% 2% 2%;
}
.info_two	{
	background: #ffffff;
	flex: 1;
	background-color: rgba(255,220,0,1);
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	padding: 2% 1% 2% 2%;
}
.info_three	{
	background: #ffffff;
	flex: 1;
	border-top-right-radius: 10px;
	background-color: rgba(216,216,216,1);
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	padding: 2% 1% 2% 2%;
}
section	{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0% 10% 5% 9%;
}

.info_part	{
	background: #ffffff;
	margin-right: 3%;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	width: 65%;
}
.cart_part	{
	background: #FFDC00;
	flex: 1;
	border-radius: 10px;
	height: 300px;
}
textarea {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #8E8E8E;
	background-color: rgba(216,216,216,1);
	border-width: 0px;
	text-align: center;
	margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 1em;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    resize: none;
} 
.sendbutton	{
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,1);
	width: 100px;
	margin: 5% 0% 5% 2%;
	text-decoration: none;
	color: rgba(255,255,255,1);
	padding: 0.50em 0.25em;
	transition: all 0.3s ease;
	border-radius: 10px
}
.title {
	color: #000;
	text-align: left;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0;
	padding: 5% 0% 2% 7%;
	font-weight: 700;
}
.alignment {
	padding-left: 5%;
}
.pricetexttwo {
	color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
	padding: 0% 0% 1% 7%;
	font-weight: 500;
}
.pricetextone {
	color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
	padding: 7% 0% 1% 7%;
	font-weight: 500;
}
.pricetextthree {
	color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
	padding: 4% 0% 1% 7%;
	font-weight: 500;
}
.purchasebutton	{
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	display: block;
	background-color: rgba(142,142,142,1);
	width: 100px;
	margin: 5% 0% 5% 6%;
	text-decoration: none;
	color: rgba(255,255,255,1);
	padding: 0.50em 0.25em;
	transition: all 0.3s ease;
	border-radius: 10px
}
.number {
	font-family: 'Lato';
}

.cart_flex {
	display: flex;
	flex-wrap: wrap;
}
.cart_div_one img {
	width: 20%;
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.cart_div_one {
	display: flex;
	padding-left: 5%;
	background-color: #fff;
	border:2px solid #FFDC00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cart_div_one p {
	color: #000;
	padding-left: 5%;
	padding-top: 5%;
}
.cart_div_two {
	padding-left: 5%;
	width: 300px;
}
.cartbutton {
	position: relative;
}
.cartbuttonnumber {
	position: absolute;
	font-family: Lato;
}