html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #DDDDFF;
}

#headerImage {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/weddingtable.jpg);
    background-repeat: no-repeat;
	border: 0;
	padding: 0;
	background-size: cover;
}

#titletext {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-family: "Tahoma", Arial, sans-serif;
}
	
#titletextscript {
	display: block;
	color: #EEE;
	padding-bottom: 10px;
	text-align: center;
	font-family: Dancing Script;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-top: 15px;
}

#shopitem {
	width: 220px;
	height: 380px;
	margin: 10px;
	font-family: Helvetica;
	text-align: center;
	font-size: 12px;
}

#shopitemtitle {
		font-size: 14px;
		font-weight: 600;
		margin-top: 6px;
		margin-bottom: 2px;
}

#shopitemprice{
		font-size: 14px;
		font-weight: 600;
		margin-top: 6px;
		margin-bottom: 2px;
}

#shopimg {
	height: auto;
	width: 200px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px black;
}

#shopholder {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

#construction {
	display: block;
	width: 96%;
	max-width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

	
