body{
	 font-family: 'Roboto';font-size: 15px;
	 background-color:#EE2E22;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'English';
	font-weight: 600;
}

h2{
	font-size:38px;
	color: #083981;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

h3{
	color: #EE2E22;
	padding-top:15px;
	font-size:22px;
}
.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%;
}

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

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

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

.map{
	height: 320px;
}

@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; 
}

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

.navbar-brand img{
	width:150px;
	height: auto;
}

.bg-dark{
	background-color:#083981!important;
	color:#efefef;
	border:1px solid #efefef;
	line-height: 25px;;
}

.fixed-top{
	background-color: #EE2E22 !important;
}

.navbar-light .navbar-nav .nav-link{
	color:#fff;
}

.btn-secondary{
	background-color:#EE2E22;
	border-color: #EE2E22;
}

.social-icon{
	color: #EE2E22;
}

input,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-size: 14px;
}