@charset "utf-8";
/* CSS Document */
body {
//  font-family: 'Lobster Two', cursive;
	background-image:url(img/bg_new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.inner-col img {
  width: 100%;
  max-width: 100px;
}
.col-lg-12.inner-col {
  min-height: 100vh;
}
.inner-col {
	text-align:center;
	padding:50px;
}
.inner-col .title {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 6px #000000;
  //font-family: 'Lobster Two', cursive;
}
.inner-col .company {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 6px #000000;
  //font-family: 'Lobster Two', cursive;
}
.inner-col .description {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 0px 6px #000000;
  //font-family: 'Lobster Two', cursive;
}
.inner-col .contact {
  color: #fff;
  text-shadow: 0px 0px 6px #000000;
  font-weight: bold;
//  font-family: 'Lobster Two', cursive;
  font-size: 20px;
  position:absolute;
  bottom:29px;
  left:0;
  right:0;
}