/* RESET */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100wh;
	height: 100vh;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET FIM*/

/* ------------------------------ */

/* NAVBAR INICIO */
.main-navbar .nav-link {
	color: white;
}
.main-navbar .nav-link:hover {
	color: #EE393E;
	border-bottom: 2px solid #EE393E;
}

.main-navbar .nav-item {
	padding: 10px;
}
/* NAVBAR FIM */

/* ------------------------------ */


/* FOOTER INICIO */
.main-footer a {
	color: white;
}
.main-footer a:hover {
	color: #EE393E;
}
/* FOOTER FIM */

/* ------------------------------ */

/* APRESENTACAO INICIO */

#apresentacao {
	background-image: url('../img//buffet_frutos_do_mar.png');
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
	opacity: 95%;
}

.profile-title {
	font-size: 58px;
	font-weight: 400;	
	animation-name: profile-horarios;
	animation-duration: 3s;	
}
.profile-sub-title {    
	font-weight: 400;	
	animation-name: profile-horarios;
	animation-duration: 3s;	
}

.box-horarios {
	animation-name: profile-horarios;
	animation-duration: 3s;
	height: 40vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.borda-curva-cinza {		
	padding: 10px;
	border: 1px solid #AAA;
	border-radius: 5px;
	box-shadow: 1px 1px 3px grey;
	color: white;
}

.social-buttons {
	animation-name: profile-horarios;
	animation-duration: 3s;
	height: 25vh;	
}

@keyframes profile-horarios {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* APRESENTACAO FIM */


/* LOCALIZACAO INICIO */
#localizacao {
  background: #333333;
	width: 100vw;
  max-height: 600px; 
}

.area-mapa {
	background: #333333;
}

.texto-acima-mapa {
	background: #333333;
}
.texto-abaixo-mapa {
	background: #333333;
}

/* LOCALIZACAO FIM */

/* DIAS ESPECIAIS INICIO*/

#showcase {
  background: #333333;
	width: 100vw;
}

.carousel-item {
	height: 600px;
}

.carousel-image-1 {
	background-image: url('../img/buffet_frutos_do_mar.png');
	background-size: cover;
	opacity: 80%;	
}
.carousel-image-2 {
	background-image: url('../img/boteco.jpg');
	background-size: cover;
}
.carousel-image-3 {
	background-image: url('../img/feijoada.jpg');
	background-size: cover;
}
.carousel-image-4 {
	background-image: url('../img/camarao_rodizio.jpg');
	background-size: cover;
	opacity: 80%;
}

#buffet-frutos-mar .modal-body {
	background-color: #333333;
}

#buffet-frutos-mar .pratos-buffet{
	color: white;
	font-weight: 400;
}

#pratos-boteco .modal-body {
	background-color: #333333;
}

#pratos-boteco .pratos-boteco{
	color: white;
	font-weight: 400;
}

#pratos-feiojada .modal-body {
	background-color: #333333;
}

#pratos-feiojada .pratos-feiojada {
	color: white;
	font-weight: 400;
}

#rodizio-frutos-mar .modal-body {
	background-color: #333333;
}

#rodizio-frutos-mar .pratos-rodizio {
	color: white;
	font-weight: 400;
}


/* ------------------------------ */
