.bg-blue{background-color:#000f38!important}
a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover{background-color:#1d2124!important}

.bg-opdark {background: rgba(0,0,0,0.5);}

.rounded-50 {border-radius: 0.50rem !important;}

.text-white a {color: #fff !important;}

footer, footer a {color: #80a1fb;}

/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* NAV */
.navbar-nav li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .001s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}

div.carousel-control-prev,.carousel-control-next {
	cursor: pointer;
}

/* Carousel */
#home-slider .carousel-caption {
	position: absolute;
	top: 50%;
	margin-top: -104px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 15;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
#home-slider .carousel-caption h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}
#home-slider .carousel-caption h1 span{
	color: #80a1fb;
}
.carousel-caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #6e6d6c;
	border-radius: 4px;
	margin-top: 40px;
}
.carousel-caption .btn-start:hover {
  color: #fff
}
#home-slider .fa-chevron-down {
	position: absolute;
	left: 49.7%;
	bottom: 50px;
	color: #fff;
	/*display: inline-block;*/
	width: 24px;
	margin-left: -12px;
	font-size: 40px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}
.carousel-caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
	background-color:#000f38;
}
.carousel-caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #027db3;
}
.carousel-caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-top: 40px;
}
.carousel-caption .btn-start:hover {color: #fff}

#foods {background-image:url('../images/food-bg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}
#chef {background-image:url('../images/about-bg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}
#access {background-image:url('../images/access-bg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}

.img-thumbnail {
  padding: 0.15rem;
}

@media screen and (max-width: 575.98px) {/* xs */
.font-size-fluid {font-size:3vw;}
/* Carousel */
#home-slider .carousel-caption {position: absolute; top: 30%;}
#home-slider .fa-chevron-down {position: absolute; left: 48%; bottom: 20%;}
.carousel-control-prev,
.carousel-control-next {position: absolute; top: 40%; align-items: start;}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {/* sm */
#home-slider .fa-chevron-down {left: 48%;}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {/* md */
#home-slider .fa-chevron-down {left: 48.5%;}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {/* lg */
#home-slider .fa-chevron-down {left: 49.7%;}
}
@media (min-width:1200px){
}