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;
}
.shoptext {
	color: #FFFFFF;
	text-align: left;
	line-height: 1.25em;
	margin: 0;
	padding: 1% 0% 0% 10%;
	font-weight: 500;
}
.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% 0% 10%;
}
.card{
	background: #ffffff;
	flex: 1;
	margin: 1%;
	border-radius: 10px
}
.sendbutton	{
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	display: block;
	background-color: rgba(255,220,0,1);
	width: 100px;
	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: 90%;
    padding-left: 5%;
    padding-top: 5%;
}
.itemtext{
	color: #000;
	text-align: left;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0;
	padding: 3% 0% 3% 5%;
	font-weight: 600;
}
.cartbutton {
	position: relative;
}
.cartbuttonnumber {
	position: absolute;
	font-family: Lato;
}
