body {
	padding-top: 20px;
}
.footer {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 80px;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	background-color: transparent;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}
.covid {
	border: 1px solid red; 
	padding: 5px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.nav-justified > li > a, .nav-justified > li > a:hover {
	margin-bottom:0;
	font-size:16px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #555;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
	background: url('../images/nav-bg.jpg') 0 0 repeat;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	background-color: #ddd;
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a {
	border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
	border-radius: 0 0 5px 5px;
}
@media(min-width: 768px) {
	.nav-justified {
		max-height: 52px;
	}
	.nav-justified > li > a {
		border-left: 1px solid #fff;
		border-right: 1px solid #d5d5d5;
		background: url('../images/nav-bg-hover.jpg') 0 0 repeat;
	}
	.nav-justified > li:first-child > a {
		border-left: 0;
		border-radius: 5px 0 0 5px;
	}
	.nav-justified > li:last-child > a {
		border-radius: 0 5px 5px 0;
		border-right: 0;
	}
}
/* Responsive: Portrait tablets and up */
@media screen and(min-width: 768px) {
	/* Remove the padding we set earlier */
	.masthead, .marketing, .footer {
		padding-left: 0;
		padding-right: 0;
	}
}
#head-logo {
	margin:10px auto 30px auto;
}
#image-pizza {
	margin:-70px auto 0 auto;
	position:absolute;
	z-index:-1;
	opacity:0.15;
}

#image-pate {
	align:center;
	width: 50%;
	height: auto;
}

#contact-info dt { font-size:16px; line-height:2 } 
#contact-info dd { font-size:14px; line-height:1.8 } 
dd { font-size:12px }

dt small { font-weight:normal; }

/* CUSTOM */
body { 
	background-image: url('../images/gradient-white.png'), url('../images/bg.jpg');
	background-repeat: repeat-x, repeat;
 	background-color: transparent;
	background-position: bottom left, top left;
}

html,body  { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif }
h1,h2,h3  { font-family: "Dancing Script", "Helvetica Neue",Helvetica,Arial,sans-serif !important; color:#555 !important;  }
h4,h5,.nav  { font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif !important; color:#555 !important; }
h2 {font-size:40px}
h6 { font-family: "Dancing Script", "Helvetica Neue",Helvetica,Arial,sans-serif !important; color:red !important; font-size:50px;  }
::selection {
background: #44aa21;
color: white;
}
a { color:#44aa21; }
a:hover { color:#1f9000; }

h1.pull-right { margin: 30px 20px 0 0; font-size: 50px; }
.text-success  { color:#44aa21; }
.text-success:hover { color:#44aa21; }

th dd {font-size:10px;text-align:center}