@charset "UTF-8";
/* CSS Document */
/* NAVIGATION */





.navbar {
	border-bottom: #E74225 3px solid;
	opacity: 0.9;
}

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

.instagram-logo {
	height: 12px;
}



/* SECTION A */

.section-one {
	background: #F2F4FB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.aboutus {
	padding: 50px;
}
.three-pics {
	height: 50vh;
	padding-top: 20px;
}
	
/* SECTION TWO*/

.section-two {
	height: 400px;
}
	
.text-para {
	padding-top: 100px;
}

/* FORM BACKGROUND */

.form-section {
	background-color: rgba(217,222,222,.9);
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: #E74225 3px solid;
	
}






/* FOOTER */

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

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

/* FOOTER ENDED */