body{
	 font-family: 'Roboto', cursive;font-size: 16px;
}
.navbar-brand>IMG{
	max-height: 50px;
}
.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.nav-link{
	color: #fff !important;
	border-radius: 10px;
	transition: 0.3s;
}
.nav-link:hover {
  color: #fff !important;
  background-color: rgba(129,24,18,0.2) !important;
}
.nav-link.active{
	color: #fff !important;
	background-color: rgba(129,24,18,1) !important;
	transition: 0.3s;
}
.nav-link.actived{
	color: #fff !important;
	background-color: rgba(129,24,18,1) !important;
	transition: 0.3s;
}
H1,H2,H3,H4,H5,H6{
	color: rgba(129,24,18,1) !important;
}

.carousel-caption>H3, .carousel-caption>P{
	background-color: rgba(255, 255, 255, 0.5) !important;
	padding: 10px
}
.reserve-container{
	position: relative;
}
.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
	opacity: 0.4;
	max-height: 750px;
}

.carousel-caption{
	top: 40%;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
}

@media screen and (max-width : 1920px){
  .only-mobile{
  visibility:hidden;
  }
  .img-slider{
  min-height: 320px;
  }
}

@media screen and (max-width : 506px){
 .only-mobile{
  visibility:visible;
  }
  .img-slider{
  margin-top: 70px;
  min-height: 260px;
  }
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon{
	font-size:28; 
}

footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}