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

*{ /* affects all elements of the whole page */
	/*get rid of default padding and various other elements*/
	padding: 0;
	margin: 0;

}

html{ /* does the whole page */
	
}

body {
  	/*background-color: rgba(172,43,45,0.8);*/

}

div.h_spacer{
	height: 40px;
	background-color: lightgrey;
}
h1.h_spacer{
	font-family: 'Allura', cursive;
	padding-bottom: 4px;
}

div.full_page{
	position: relative;
	width: 100%;
	height: 2500px;
	float: left;
	display: inline-block;
	
	background-image: url("../img/vertical_vines.jpg");
	
	
}
img.d_pizza_img{
	position: absolute;
	top: 45px;
	left: 45px;
}

p.page_paragraph{
	
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	text-align: center;
}

div.base_left{
	position: absolute;
	top: 0px;
	
	width:15%;
	height: 2500px;
	background-color: rgba(0,104,14,0.90);
	border-right: 1px solid black;
	border-top: 1px solid rgba(139,0,0,1.00);
}

div.base_middle{
	position: absolute;
	top: 0px;
	left: 15%;
	
	width: 70%;
	height: 2500px;
	background-color: white;
	border-top: 1px solid rgba(139,0,0,0.00);
}

div.base_right{
	position: absolute;
	top: 0px;
	right: 0px;
	
	width:15%;
	height: 2500px;
	background-color: rgba(172,43,45,0.8);
	border-left: 1px solid black;
	border-top: 1px solid rgba(139,0,0,1.00);
	
	
}

button.fact{
	
	position: absolute;
	top: 10px;
	left: 30%;
	border: 3px solid black;
	border-radius: 5%;
	
	padding: 0px 10px;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	
}

.indicates_required{
	color: red;
	
}

div.fact{
	
	position: absolute;
	top: 60px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	background-color: rgba(255,255,255,0.51);
}

ul.menu{
	text-align: right;
	background-image: url("../img/horizontal_vines.png");
	background-color: white;
	padding-top: 145px;

	
	padding-right: 20px;

}

ul.menu li{
	align-content: center;
	display: inline-block;
	border-radius: 5px 5px 0px 0px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background-color: rgba(0,174,171,1);
	color: black;
	text-emphasis-color: lightblue;
	padding: 0px 10px;
	
	font-family: 'Reggae One', cursive;	
}

ul.menu li a{
	
	display: inline-block;
	color: black;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 5px 5px 0px 0px;
	font-size: 20px;
	transition-duration: 350ms;
	
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";*/
}

ul.menu li:hover, ul.menu li a.active{
	background-color: lightgray;
	text-align: center;
	
	
}

ul.menu li a:hover{
	
		padding: 5px 45px;
}

h1.top_of_page{
	
	align-content: center;
	text-align: center;
	font-size: 90px;
	background-color: white;
	font-family: 'Allura', cursive;
	padding-top: 20px;
	
	
}

form.order_form{
	
		text-align: center;
	font-size: 25px;

}

h1.main{
	
	font-family: 'Reggae One', cursive;	
	padding: 15px;
	
}


h1{
	
		text-align: center;

}

h2.order_h2{
	
	text-align: center;
	font-family: 'Reggae One', cursive;	
	padding: 15px;

}

div.contact_form{
	
	padding: 3px;
	border: solid black;
	background-color: lightblue;
	text-align: center;
	font-size: 25px;

}

div.customer_info{
	padding: 3px;
	border: solid black;
	background-color: lightblue;
	text-align: center;
}

img.pic02{
	width: 500px;
}

img.pic05{
	
	width: 500px;
	height: 200px;
	transform: scaleX(-1);
}

img.pic06{
	
	width: 500px;
}

img.pic09{
	
	width: 500px;
}

img.pic12{
	
	width: 500px;
}

img.pic11{

	width: 500px;
}

img.pic14{
	padding-left: 2%;
	padding-top: 10px;
	width: 95%;
}

img.pic13{
	
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	width: 200px;
}

input.button{
	
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	width: 100px;
}

p.definition{
	
	font-family: 'Allura', cursive;
	font-weight: bold;
	font-size: 45px;
	padding-top: 15px;
}
p.def_small{
	font-family: 'Allura', cursive;
	font-weight: bold;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

select.size{
	font-size: 22px;
	align-content:space-around;
	
}

div.toppings{
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding-bottom: 15px;
	align-content: center;
	background-color: rgba(164,52,53,0.50);
}

div.toppings01{
	
	width: 95%;
	height: 200px;
	/*border: 1px solid black;*/
	padding-left: 2.5%;
}
div.toppings02{
	width: 95%;
	height: 150px;
	/*border: 1px solid black;*/
	padding-left: 2.5%;
}	

div.size_bgc{
	border: 3px solid black;
	background-color: rgba(40,104,27,0.50);
	padding-bottom: 15px;
}

div.crust_bgc{
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background-color: rgb(248,248,255,0.50);
	padding-bottom: 15px;
}