/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,p{
	color: white;
	font-family: 'Open Sans', sans-serif;
}


main{
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.pizza_width{
	margin: auto;
}

#container{
	width: 100%;
	height: 100%;	
}

#header{
	height: 76px;
	border-bottom: 4px rgb(0,56,131) solid;
	width: 100%;
	background-color: #ffffff;
}

#headerContainer{
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

#header h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 24pt;
	text-align: center;
	line-height: 76px;
	font-weight: bold;
	color: rgb(0,56,131);
}

#slider{
	height: 518px;
	width: 100%;
	background-image: url("/img/pizza.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center; 
}

#sliderHeader{
	height: 170px;
	background-color: rgba(0,0,0,.35);
	padding: 150px 0 50px 0;
	text-align: center;
}

#sliderHeader h2{
	font-size: 48pt;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0,0,0,.3);
}

#sliderHeader p{
	font-size: 12pt;
	text-shadow: 0 2px 4px rgba(0,0,0,.3);
}


#sliderInfo{
	height: 144px;
	background-color:rgba(0,0,0,.45);
	border-bottom: 4px rgb(243,150,0) solid;
	text-align: center;
	font-size: 18pt;
}

#sliderInfo h3{
	padding-top: 45px;
}

#sliderInfo p{
	padding-top: 10px;
	font-size: 10pt;
}

#main h1, #main h2, #main h3{
	color: black;
	margin-top: 20px;
}

#mainContainer{
	padding: 40px 0 40px 0;
	width: 322px;
	margin: auto;
}

#footer{
}

input, select{
	border-style: none;
	border-radius: 5px;
	border: 1px #d1d1d1 solid;
	height: 40px;
	width: 300px;
	padding: 0 10px 0 10px;
	background-color: white;
}


.statusMessage{	
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 5px;
}

.statusMessage p{
	padding: 0 20px 0 20px;
	color: white;
}

.error{
	background-color: #e74c3c;
	color: white;
}

.success{
	background-color: #27ae60;
	color: white;
}

.pizzaLink{
	font-size: 10pt;
}

select{
	width: 322px;
}

button{
	border-style: none;
	border-radius: 5px;
	height: 40px;
	padding: 0 10px 0 10px;
	background-color: rgb(243,150,0);
	color: white;
	width: 100px;
	cursor: pointer;
}

button:hover{
	background-color: rgb(0,56,131);
}
