@font-face {
    font-family: Blur_Medium;
    src: url('fonts/Blur_Medium.ttf');
}

@font-face {
    font-family: Florentia-Regular-trial;
    src: url('fonts/Florentia-Regular-trial.ttf');
}


.jumbotron {
	padding-top: 150px;
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/brk.jpg);
    color: #ee7635;
}

body{
	background-color: #f2f4f4;
	font-family: Verdana, Geneva, sans-serif;
}




p{
	font-family: "Verdana", Times, serif;
}

#logo{
	width:170px;
	margin-right: 30px;
}


#jumbo{
	background-color: rgba(255,255,255, 0.5);

}

footer {
      background-color: #a5a5a5;
      position:absolute;
   bottom:0;
   width:100%;
   height:60px;  /* Height of the footer */
  
}

.navbar {
       margin-bottom: 0;
       border-radius: 0;
       font-size:1.3em;
       font-family: Florentia-Regular-trial;
       border:none;
}

#img{
       padding-left: 100px;
       padding-right: 100px;
}
     
.container-fluid{
	height: 50px;
}

.check_in{
	padding-left:100px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.header {padding-right: 0; padding-left: 0;}

#slider{
	margin-right: -14px; margin-left: -14px;
}

#trailers{
	padding-top: 900px;
}

h4, p{
	font-family:ar blanca;
	font-size:1.5em;
}

.carousel-caption {
    top: 0;
    bottom: auto;
	background-color: rgba(255, 107, 38, 0.5)
}

.carousel-inner{
	padding-left:none;
}
	
#check_in{
	margin-top: 70px;
}

h1{
	font-family: Florentia-Regular-trial;
	font-size: 5em;

}

h2{
	color: #ff6b26;
}

#map {
   display: block;
    margin-left: 400px;
    margin-right: auto;
    margin-top: 50px;
 }

 .navbar-brand{
 	font-size:1.5em;
 	font-family: Blur_Medium;
 }

 .active{
 	background-color:grey;
 }

 #nav ul li a:hover { 
color: black;
background-color: gray;
}

#bottom {
    margin-bottom: 80px;
}


.footer-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #a5a5a5;
    padding: 10px 0;
    height: 60px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer-text {
    color: #ee7635;
    font-size: 18px;
}

.footer-icons {
    display: flex;
    gap: 15px;
}

img.social {
    height: 30px;
    width: 30px;
}
