body{
	 font-family:'Times New Roman', 'Merienda';font-size: 15px;
}
.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.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%;
    right: 73%;
    font-size: 50%;
}

.img-slider{
	min-height: 320px;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
}

.map{
	height: 320px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
@media screen and (max-width : 1920px){
  .only-mobile{
  visibility:hidden;
  }
}

@media screen and (max-width : 506px){
 
 .only-mobile{
  visibility:visible;
  }
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon{
	font-size:28; 
}


ul {
    list-style: none;
    position: static
}

 .nav > li {
     float: left;
    
}

ul a {
    display: block;
    text-decoration: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #2f3e45;
    font-size: 85%;
    position: relative
}

.nav > li:first-child a {
    border-radius: 10px 0 0 10px;
    
}

.nav > li:last-child a {
     border-radius: 0 10px 10px 0;
    
}

.drop-down {
    /*position: relative;*/
     height: 50px;
     overflow: hidden;
    
}

.drop-down-content {
     padding: 0;
     /*position: absolute;*/
    
}


h3 {
     font-size: 30px;
     clear: both;
     /*            position: relative;
            z-index: -1;*/
    
}


span{
    font-size: 25px;
    clear: both;
    /*            position: relative;
            z-index: -1;*/
}


.drop-down-content li:hover a {
     background-color:red;
    
}

.nav .drop-down:hover {
     overflow: visible;
    
}







footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}