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;
}

.container{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1.5% 2% 0% 2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0% 10% 5% 9%;
}
.card{
	background: #ffffff;
	margin: 1%;
	border-radius: 10px;
	display: flex;
}
.sendbutton	{
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	display: block;
	background-color: rgba(255,220,0,1);
	width: 150px;
	margin: 0% 0% 5% 5%;
	text-decoration: none;
	color: rgba(0,0,0,1);
	padding: 0.50em 0.25em;
	transition: all 0.3s ease;
	border-radius: 10px
}
.card img {
	width: 95%;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
}
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: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 1em;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    resize: none;
    width: 20px;
} 
.shopitems {
	margin: auto;
	width: 30%;
}
.itemtextone {
	color: #000;
	text-align: left;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0;
	padding: 3% 0% 3% 5%;
	font-weight: 700;
}
.itemtexttwo {
	color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
	padding: 3% 0% 3% 5%;
	font-weight: 500;
}
.size	{
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	background-color: rgba(255,220,0,1);
	width: 40px;
	margin: 0% 0% 5% 5%;
	text-decoration: none;
	color: rgba(0,0,0,1);
	padding: 0.50em 0.25em;
	transition: all 0.3s ease;
	border-radius: 10px
}
.quantity	{
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	background-color: rgba(216,216,216,1);
	width: 40px;
	margin: 0% 0% 5% 5%;
	text-decoration: none;
	color: rgba(0,0,0,1);
	padding: 0.50em 0.25em;
	transition: all 0.3s ease;
	border-radius: 10px
}
.itemtextthree {
	color: #000;
	text-align: left;
	font-size: 1.50em;
	line-height: 1.25em;
	margin: 0;
	padding: 3% 0% 8% 5%;
	font-weight: 700;
}
.number {
	font-family: 'Lato';
}
.cartbutton {
	position: relative;
}
.cartbuttonnumber {
	position: absolute;
	font-family: Lato;
}
