@charset "UTF-8";

/*--
..................................................................................
..................................................................................
..................................................................................
..................................................................................
..................................................^'"'^...........................
................................................ ( u u )..........................
............................/ \ / \ / \ / \ / \ / \.... \.........................
...........................( A | I | L | I | N | G ).....)........................
............................\_/ \_/ \_/ \_/ \_/ \_/...../.........................
..................................................VV..VV..........................
..................................................................................
................................................CREATE BY.........................
........................................................-- AILING!................
..................................................................................
..................................................................................  

--*/


header{
	width: 100%;
	height: 85px;
	background: #663333;
}
nav {
	font-family: 'Arial', sans-serif;	
}
ul {
	float: right;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 45px;
}
header li {
	display: inline-block;
	padding-right: 2vw;
	text-decoration: none;
}
header li a {
	color: white;
	text-decoration: none;
}
header li a:link {
	color: white;
	text-decoration: none;
}
header li a:hover {
	color: lightcoral;
	text-decoration: underline;
}

.icon {
	float: right;
	margin-top: 28px;
	margin-right: 28px;
}

.search {
	float: right;
	margin-top: 42px;
	padding-right: 2vw;
}
.fotorama {
	float: left;
	margin-left: 300px;
	margin-right: 200px;
	position: static;
}

h1 {
	font-family: 'Papyrus', sans-serif;
	font-size: 28px;
	color: sandybrown;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

h3 {
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 10px;
	text-align: center;
}
p {
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
}

.ins {
	float: left;
	margin-left: 49%;
	position: static;
}

.logo {
	margin-left: 46px;
	margin-top: 1vh;
	position: static;
}

.cart {
	position: fixed;
	margin-left: 1220px;
	margin-top: 10vh;
}

div#illus {
	position: relative;
	padding-right: 20px;
	margin-left: 24%;
	margin-bottom: 20px;
}



/*menu page*/

#menu {
	width: 100%;
	max-height: 1200px;
	background-color: antiquewhite;
}

.categories {
	float: left;
	margin-top: 65px;
	height: 800px;
	flex: 20%;
}
h2 {
	font-size: 20px;
	font-family: 'Verdana', sans-serif;
	margin-left: 80px;
	color: steelblue;
}

ol {
	margin-left: 60px;
}
main li {
	display: grid;
	padding-bottom: 5px;
}

main li a {
	text-decoration: none;
	color: black;
}

main li a:hover {
	color: sandybrown;
}
h4 {
	font-family: 'Verdana', sans-serif;
	font-size: 16px;
	margin-left: 20px;
}

h5 {
	font-family: 'Papyrus', fantasy;
	font-weight: lighter;
	font-size: 16px;
	margin-left: 20px;
}


.start {
	float: left;
	margin-left: 150px;
	margin-top: 50px;
	flex: 40%;
}

.pasta {
	float: right;
	margin-right: 100px;
	margin-top: 50px;
	flex: 40%;
}
footer {
	width: 100%;
	height: 140px;
	background-color: black;
	position: absolute;
	margin-top: 1000px;
}



@media screen and (max-width: 498px) {

	body {
		width: 375px;
		height: 628px;

	}
}
@media screen and (min-width: 768px) and (max-width: 1268px) {

	body {
		width: 768px;
	}
}
@media screen and (min-width: 1268px) and (max-width: 1918px) {

	body {
		width: 1268px;

	}
}

