html , body {
	font-size: 100%;
}

body {
	background: #fdfcfc url('/js/pizza-project/bg.png') repeat-x center top;
	color: #222222;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}

body {
	font-size: 1rem;
	background: #fdfcfc url('/js/pizza-project/bg.png') repeat-x center top;
}

#content a
 {
	color: #b42025;
}

.topbar a {
	color:  #354a22;
}
#content a:hover {
	color: #b42025;
	text-decoration: none;
}

#portfolio {
	width: auto;
	padding-top: 20px;
	z-index: 1;
}

.pizza-title {
	border-bottom: 1px solid #b42025;
	margin: 37px 0px 26px 0px;
	line-height: 30px;
	font-weight: normal;
}

h2.pizza-title span {
	font-size: 0.595em;
	line-height: 1.025;
}

.pizza-title span {
	background-color: #b42025;
	z-index: 1;
	color: white !important;
	padding: 3px 10px 3px 10px;
}

@font-face {
	font-family: alegreyabold;
	src: url(fonts/alegreya-bold-webfont.eot);
	src: url(fonts/alegreya-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/alegreya-bold-webfont.woff) format("woff"), url(fonts/alegreya-bold-webfont.ttf) format("truetype"), url(fonts/alegreya-bold-webfont.svg#alegreyabold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: alegreyaitalic;
	src: url(fonts/alegreya-italic-webfont.eot);
	src: url(fonts/alegreya-italic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/alegreya-italic-webfont.woff) format("woff"), url(fonts/alegreya-italic-webfont.ttf) format("truetype"), url(fonts/alegreya-italic-webfont.svg#alegreyaitalic) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: alegreyaregular;
	src: url(fonts/alegreya/alegreya-regular-webfont.eot);
	src: url(fonts/alegreya-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/alegreya-regular-webfont.woff) format("woff"), url(fonts/alegreya-regular-webfont.ttf) format("truetype"), url(fonts/alegreya-regular-webfont.svg#alegreyaregular) format("svg");
	font-weight: 400;
	font-style: normal
}


section.top-bar-section {
	padding-top: 0;
}

.top-bar-section ul li>a {
	font-family: "Open Sans Condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 300;
	padding-top: 6px;
	padding-bottom: 6px;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background-color: #de2f0f;
	background-color: #6d6555;
}

.top-bar-section.button, button {
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.625rem;
    background-color: transparent;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-appearance: none;
    border: 0;
    font-weight: 400 !important;
    min-height: 52px;
}

@media only screen and (min-width:40.063em) {

.top-bar-section ul li>a {
	padding-bottom: 12px
}

header {
	padding: 60px 0 10px
}

header .row {
	max-width: 100%
}

header {
	background-size: cover
}

}



@media only screen and (min-width:64.063em) {

nav.top-bar {
	text-align: center
}

section.top-bar-section {
	display: inline-block
}

.top-bar .name h1 a {
	padding: 0
}

.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 30px
}

header {
	padding: 120px 0 10px;
	background-size: cover
}
}



.thumbnails {
	margin-left: -20px;
	list-style: none;
}

ul, ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

.thumbnails > li {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.thumbnail {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	background: #fff;
}

.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail h3 {
	line-height: 1.4;
	font-size: 1.1875rem;
	font-weight: 500;
	text-align: center;
	color: #354a22;
}

.thumbnail p {
	font-size: 0.8875rem;
}

.body-footer {
	color: #d7ceb9;
}

.body-footer p {
	padding-top: 16px;
	color: #b7ae9b;
	font-size: 1rem;
}

.body-footer ul li a, 
.body-footer h4 {
	color: #b7ae9b;
	font-weight: 700;
}

.body-footer ul li a:hover {
	color: #111;
}