/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    GLOBAL SETTINGS
-------------------------------------------------------------------*/

body{
	font-family: 'Poppins', sans-serif;
	background-color: rgb(247, 247, 247);
}

/*------------------------------------------------------------------
    NAVBAR
-------------------------------------------------------------------*/

.navbar{
	text-transform: uppercase;
}

.navbar-brand{
	margin-left: 10%;
}

.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}

.d-block{
	position: relative;
}

.carousel-caption{
	top: 30%;
}

.carousel-caption h1{
	font-size: 32px;
	font-weight: 900;
}

.carousel-caption p{
	font-size: 25px;
	font-weight: 500;
	color: #fff;
}

/*------------------------------------------------------------------
    CONTENT
-------------------------------------------------------------------*/

.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(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.list-group li{
	margin-left: 15px;
}

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

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

.img-slider{
	min-height: 320px;
}

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

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



/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.pre-footer{
	margin-bottom: 150px;
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;

}

.social-icon{
	font-size:28; 
}

/*------------------------------------------------------------------
    FLOATING BUTTON
-------------------------------------------------------------------*/

a.back-to-top {
	display: none;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #000000 url("../images/up-arrow.png") no-repeat center 43%;
}