@charset "UTF-8";
/* CSS Document */

*{margin:0px;
	padding:0px;
	text-size:0px;}

body{background-color:black;}

p {font-family: arial;
	text-align:justify;
	color: gray;
	padding-bottom: 13px;}

h1{font-family: 'Indie Flower', cursive;
    font-size: 30px;
	text-align:center;
	color: white;
	padding-bottom: 15px;
	padding-top: 10px;
	top: 140px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);}

h2{font-family: 'Fuzzy Bubbles',; 
    color:honeydew;
    font-size: 15px;
	text-align:center;
	padding-bottom: 15px;
	top: 190px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);}

h4 {font-family: 'Indie Flower', cursive;
    font-size: 25px;
	text-align:center;
	color: white;
	padding-bottom: 15px;
	padding-top: 10px;}

h5 {font-family: 'Fuzzy Bubbles', cursive; 
    color: white;
    font-size: 15px;
	text-align:center;
	padding-bottom: 15px;}

button{outline: 0;
  padding: 5px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 40%;
  font-size: 15px;
	border-radius: 5px;
	margin-left: 30%;;}

.dropbtn{background-color: transparent;
		color: white;
		padding: 16px;
		width: 100px;
		font-size: 16px;
		border: none;
		margin-bottom: 20px;
		text-align: center;}

.dropdown{position: fixed;
		display: inline-block;
		width: 100px;
		right: 10px;
		height:100px;
		top: 22px;
		text-align: center;
		z-index: 3;}

.dropdown-content{display: none;
				position: absolute;
				width: 100px;
				top: 80px;
				z-index: 4;
				text-align: center;
				background-color: black;}

.dropdown-content a{color:cornsilk;
					padding: 10px 16px;
					text-decoration:none; 
					display: block;
					border-radius: 10px;
					font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";}

.box {display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    top: 220px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
	max-width: 60%;}

.item {border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 250px;
    height: 480px;
	margin-bottom:20px;
	padding-top: 20px;}

.text-box {position: relative;
    height: 300px;
    padding-left: 12px;}

	
.store-pic {width: 250px;
    height: 250px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;}


#header{background-color: white;
		width: 100%;
		position: fixed;
		z-index: 1;
		height: 100px;}

#title{position: absolute;
		left:50%;
		top:20px;
		transform: translate(-50%);
		font-size: 40px;
		color:black;
		z-index: 1;
		font-family: 'EB Garamond', serif;}

#menu{width: 30px;
	height: auto;
	text-align: center;
	position: absolute;
	right: 34px;}
	

#logo{position: absolute;
			width: 120px;
			top:0px;
			left:10px;
			height: auto;
			z-index: 1;}

.item:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);}

.dropdown-content a:hover{color:gray;}

.dropdown:hover .dropdown-content {display: block;}
