@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Thin.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}
.navbar {
	border-bottom: #E74225 3px solid;
	opacity: 0.9;
}

.section {
	text-align: center;
	padding: 20px 0;
	
}

.kili-logo {
	height: 50px;
	color: white;
}
/* ------------------------------------------------------------------------------*/
/* 								section A 4 images 								*/
/* ------------------------------------------------------------------------------*/
.section-a {
	background: #F2F4FB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgx {
	max-height: 500px;
	max-width: 160%;
	
}

.img-words {
	max-height: 100px;
	max-width: 450px;
	padding-left: 10%
}


.column-control {
	margin-top: 10px;
	
}


/* ------------------------------------------------------------------------------*/
/* 								XXXXXXXXXXXXXXXXX 								*/
/* ------------------------------------------------------------------------------*/




.list-pics {
	width: 300px;
	height: 200px;
}

.row-padding-top {
	padding-top: 60px;
}

.best-view {
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
}

.h3-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

.fixed-background-container {
	height: 700px;
}

.fixed-background-image {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("img/restaurant-table.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	height: 900px;
}

.fixback-paragraph {
	color: aliceblue;
	text-align: center;
	font-weight: 200;
}

/* ------------------------------------------------------------------------------*/
/* 								SECTION B 										*/
/* ------------------------------------------------------------------------------*/


.section-b {
	margin-top: 200px;
}

/* ------------------------------------------------------------------------------*/
/* 								MENU										*/
/* ------------------------------------------------------------------------------*/

.para-size {
	font-size: 15px;
}

.prices	{
	padding-left: 10px;
	color: #cf1d16;
}

.menu-details {
	color: white;
}

.gallery-vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0px;
}

.gallery-vid iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
/* ------------------------------------------------------------------------------*/
/* 								Last  Nav 										*/
/* ------------------------------------------------------------------------------*/
.site-footer {
  padding: 5em 0;
  background: #262626;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #cf1d16;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.kili-logo {
	height: 50px;
	color: white;
}

.instagram-logo {
	height: 12px;
}

footer {
	border-top: #E74225 3px solid;
}