* {
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Helvetica, "sans-serif";
	margin-right: 10px;
	margin-left: 10px;
}

nav {
	opacity: 1;
}

#logoContainer {
	padding: 10px;
}

#logo {
	width: 130px;
}

#icecreamHomeImage{
	width: 100%;
}

#createYourOwnSection {
	padding: 15px 0;
	background-color: #262626;
	border-radius: 10px;
	width: 100%;
	position: relative;
	left: 0;
	top: 20px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 50px;
}

#createYourOwnTitle {
/*	background-color: #fff2e6;*/
	color: white;
	padding-top: 7px;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 30px;
}

#optionWrapper {
	/*background-color: #fff2e6;*/
	color: #fff2e6;
	border: #fff2e6 5px solid;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	font-size: 17px;
	padding-bottom: 20px;
	font-family: 'Coming Soon', cursive;
}


.styled-select p {
	margin-bottom: 10px;
}

.styled-select {
	display: inline-block;
	margin: 7px;
	text-align: center;
}

.styled-select select {
	/*background: transparent;*/
	width: 200px;
	height: 30px;
	padding: 5px;
	border-radius: 1px;
	border: 1px lightgrey solid;
	font-size: 12px;
}

.optional2, .optional3 {
	display: none;
}

#iceCreamImageBox {
	background-color: #fff2e6;
	margin: 20px auto;
	width: 300px;
	height: 650px;
	border-radius: 7px;
	position: relative;
}

#cup {
	width: 200px;
	position: absolute;
	bottom: 110px;
	left: 50px;
	display: none;
}

#cone {
	width: 350px;
	position: absolute;
	bottom: 18px;
	right: -30px;
	display: none;
}


#vanilla, #chocolate, #caramel, #pistachio, #mintchip, #strawberry, #fluffernuttercrunc, #cookieandcream, #earlgreytea, #ginger, #honeycomb {
	position: absolute;
	width: 200px;
	bottom: 220px;
	left: 50px;
	display: none;
}

#vanilla2, #chocolate2, #caramel2, #pistachio2, #mintchip2, #strawberry2, #fluffernuttercrunc2, #cookieandcream2, #earlgreytea2, #ginger2, #honeycomb2 {
	position: absolute;
	width: 200px;
	bottom: 320px;
	left: 50px;
	display: none;
}

#vanilla3, #chocolate3, #caramel3, #pistachio3, #mintchip3, #strawberry3, #fluffernuttercrunc3, #cookieandcream3, #earlgreytea3, #ginger3, #honeycomb3 {
	position: absolute;
	width: 200px;
	bottom: 420px;
	left: 50px;
	display: none;
}

#totalCostBox {
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	height: 50px;
	font-size: 20px;
	color: #262626;
	font-weight: bold;
	font-family: courier;
	position: relative;
	background-color: #fff2e6;
	border-radius: 10px;
}

#totalBox {
	position: absolute;
	left: 10px;
}

#costBox {
	position: absolute;
	right: 20px;
}
