@charset "UTF-8";

body {
	background-color:#EC2529;
	font-family:'Helvetica Neue', sans serif;
}

.box {
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

.hidden {
	display:none;
}

.visible {
	display:block;
}

#loadscrn {
	background-color:pink;
	text-align:center;
	padding:5%;
}
.toppings {
	float:right;
}
#lunch {
	background-color:yellow;
	padding:5%;
}


#dog {
	width:500px;
	background-image:url(hotdog.png);
	height:500px;
	background-size:contain;
	background-repeat:no-repeat;
	
}

#sausage {
	width:inherit;
	z-index:0;
}
	
	

.go { 
position: relative; 
z-index:1;}



.condiments {
	float:right;
	width:20%;
	
	
}

.condiments img {
	z-index:1;
}

.droppable {
	width:90%;
	background-color:white;
}

#directions {
	text-align:right;
	float:right;
	height:50px;
	width:100%;
}

#price {
	display: inline;
}

form[name="condiments"] {
	height:450px;
}
