
html, body {
 margin: 0;
 padding: 0;			
 height:100%;
 background:center no-repeat fixed url('../images/background_homepage.jpg');
 background-size: cover;
}

#map-container { height: 150px }


.v-center {
	padding-bottom:5%;
	font-size:70px;
}

section {
	padding-top:50px;  
	padding-bottom:50px; 
	min-height:calc(100% - 1px);
}

#secCarousel {
	background-color: #BA2732; 
}  

#secQuemSomos {
	color:#fefefe;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;	
}

.jumbotronQuemSomos {
	background-color: #BA2732; 
	padding-top: 30px;
}

#secCardapio {
	color:#686868;
}  

.jumbotronCardapio {				
	background-color: #fff;
	padding-top: 30px;
}					

#secCardapio img {
	height: 250px;
}

#secLocalizacao {
	color:#050505;
}

.navbar-trans {
	background-color: #CE2B37; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

.navbar-trans a{
	color:#fefefe;
}

.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#3DBCCC;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.jumbolocalizacao {
	background-color: #BA2732; 
	color:#fefefe;
}

.jumbotron {
	margin-top: 0px;
}


.detalhe {
	text-decoration: underline;
}

footer a {
	color: #fff;
	width:50px;  
	height:50px;
}

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
  background:rgba(1,1,1,0.5); border-radius:8px;   
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color:#555;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 600px;
}		

.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}

.label-imagem-cardapio {
	padding-top: 10%;
}

.img-cardapio {
	-webkit-animation: fadein 2.5s; /* Safari and Chrome */
	-moz-animation: fadein 2.5s; /* Firefox */
	-ms-animation: fadein 2.5s; /* Internet Explorer */
	-o-animation: fadein 2.5s; /* Opera */
	animation: fadein 4.5s;				
	margin: 0 auto;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
			
.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.linkInterno {
	text-decoration:none;
}

.linkInterno:link, .linkInterno:visited, .linkInterno:hover, .linkInterno:active {
	text-decoration:none;
	color: #74CC3D;
}

.cardapio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.cardapio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.cardapio-modal .modal-content img {
    margin-bottom: 30px;
}

.cardapio-modal .modal-content .item-details {
    margin: 30px 0;
}

.cardapio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.cardapio-modal .close-modal:hover {
    opacity: .3;
}

.cardapio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cardapio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cardapio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.nome-pizza {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #CC4D3D;
	font-size: 20px;
}

.ingredientes-pizza {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12;
	font-weight: 400;
	color: #000000;
	font-style: italic;
	font-size: 18px;
}

