header .navbar-brand img {
	height: 80px;
	margin-bottom: 10px;
}

.navbar-inverse .navbar-nav {
	margin-top: 30px;
}

footer .row > div {
	text-align: center;
}

#title {
	margin-top: 40px;
}

.yt-iframe {
	width: 100%;
	height: 240px;
}

@media (min-width: 768px) { 
	footer .row > div {
		text-align: left;
	}
	
	#title {
		margin-top: 10px;
	}
	
	header .navbar-brand img {
		height: 60px;
		margin-bottom: -10px;
	}
	
	.yt-iframe {
		height: 480px;
	}
}

#main-slider .carousel .carousel-inner .item.active {
	background-image: url(../images/pizza/comida.jpg);
	height: auto;
	padding-top: 60px;
	padding-bottom: 50px;
}

#main-slider .carousel .carousel-content {
	text-shadow: 1px 2px 7px #000;
}

#head-picture {
	background-image: url(../images/pizzavr.jpg);
	background-size: cover;
	background-position: 35% 50%;
}

#what-do {
	background-color: #086C4F;
	color: #fff;
	font-size: 110%;
}

#what-do h2 small, #how-assembly h2 small {
	position: relative;
	top: -7px;
	color: #fff;
}

#what-do h2 img {
	float: left;
	height: 100px;
	margin-right: 27px;	
	margin-top: -17px;
}

#what-do .apps.row {
	margin-left: 0;
	margin-right: 0;
}

#what-do a {
	color: #F9D006;
}

#what-do a:hover {
	color: #fff;
}

#what-do .icons.row {
	margin-top: 32px;
	margin-bottom: 32px;
}

#what-do .app {
	padding-left: 5px;
	padding-right: 5px;
}

#what-do .app a {
	display: inline-block;
	padding: 21px;
	width: 100%;
	
	background-color: #fff;
	color: #343434;
}

#what-do .app a:hover {
	background-color: #efefef;
}

#what-do .app img {
	float: left;
	height: 94px;
	margin-right: 18px;
}

#what-do .app .title {
	font-size: 1.3em;
}

#how-assembly {
	background-color: #00865F;
	color: #fff;
	font-size: 110%;
}



#bottom p, #bottom address {
	color: #fff;
}

#products .product {
	margin-bottom: 28px;
}

#products .product > a, #products .product > .wrapper {
	display: inline-block;
	padding: 32px;
	width: 100%;
	
	border: 2px solid #fff;
	background-color: #fff;
	color: #343434;
}

#products .product.nobg > a, #products .product.nobg > .wrapper {
	background: none;
	border: none;
}

#products .product.slim > a, #products .product.slim > .wrapper {
	padding: 0 32px;
}

#products .product:not(.nofx) > a:hover {
	border: 2px solid #DF1E39;
}

#products .product > a img, #products .product > .wrapper img {
	width: 100%;
	margin-bottom: 12px;
}

#products .product > a .title, #products .product > .wrapper .title {
	font-size: 1.5em;
	color: #DF1E39;
}

#products .product > a .cost, #products .product > .wrapper .cost {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	color: #00865F;
}

#products .product > a p, #products .product > .wrapper p {
	margin-top: 4px;
	margin-bottom: -7px;
}

#products .product .btn {
	margin-top: 16px;
}

#consent a.u {
	text-decoration: underline;
}

#legal p {
	text-align: justify;
}

.md-content .content {
	font-size: 110%;
	padding: 21px 42px;
	background-color: #fff;
}

.md-content .content a {
	font-weight: bold;
	color: #DF1E39;
	text-decoration: underline;
}

.md-content .margin-img {
	margin-top: 17px;
	margin-bottom: 17px;
}