@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');


body{
	     font-family: 'Montserrat', sans-serif;font-size: 15px;
	     background-image: url(../images/pattern_1.jpg);
	     color:#557a95;
}
.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
h1,h2,h3,h4,h5 {
	font-family: 'Neucha', cursive;
}
.carousel-caption h2 {font-size:50px;}
.nav-link {
	font-weight:800;font-family: 'Neucha',cursive;
    text-transform: uppercase;
    letter-spacing: 2;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}

div.container {background-color:white; padding:20px;box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);}
.carousel-inner{box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);}
.nav-link.active{
	background-color: lightgrey !important;
}

.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%;
}

.img-slider{
	//min-height: 320px;
}
.bg-light {background-color:white!important;}

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

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

.map{
	height: 320px;
}

.octobook.octobook24020.octobooklayoutDEFAULT.octobookthemeMODERN.octobookanchorBOTTOMCENTER {
    z-index: 9999;
    background-color: lightgray;
}

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

@media screen and (max-width : 506px){
 
.carousel-caption h2 {
    font-size: 20px;
}

.h1, h1 {font-size: 1.5rem!important;}

 .only-mobile{
  visibility:visible;
  }

  .map {
    height: auto;
    margin-bottom: 20px;
	}

}

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

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