/*!
 * GEOFF - The Chef
 * Designed by Purohit R
 */

/* Global Styles */

@font-face {
	font-family: 'Conv_BebasNeue Regular';
	src: url('../fonts/BebasNeue Regular.eot');
	src: local('☺'), url('../fonts/BebasNeue Regular.woff') format('woff'), url('../fonts/BebasNeue Regular.ttf') format('truetype'), url('../fonts/BebasNeue Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_gloriahallelujah';
	src: url('../fonts/gloriahallelujah.eot');
	src: local('☺'), url('../fonts/gloriahallelujah.woff') format('woff'), url('../fonts/gloriahallelujah.ttf') format('truetype'), url('../fonts/gloriahallelujah.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ReklameScript-Regular_DEMO';
	src: url('../fonts/ReklameScript-Regular_DEMO.eot');
	src: local('☺'), url('../fonts/ReklameScript-Regular_DEMO.woff') format('woff'), url('../fonts/ReklameScript-Regular_DEMO.ttf') format('truetype'), url('../fonts/ReklameScript-Regular_DEMO.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
   background: url('../images/main-bg.png')no-repeat; background-size: cover;
}
.navbar-inverse {
  background-color: #ffdd18;
    border: none!important;
    border-radius: 0!important;
    margin: 0;
}
.navbar {
  position: relative;
    min-height: 70px;}
.logo {
  width: 48%;
  margin: 40px auto;
}
.heading-titel h2 {
  font-family: 'Conv_BebasNeue Regular';
  font-size: 78px;
    text-align: right;
    text-transform: uppercase;
    color: #603913;line-height: 50px;
}
.heading-titel h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 39px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
}
h4 {
  font-family: 'Conv_ReklameScript-Regular_DEMO';
  font-size: 49px;
  text-align: center;background: url('../images/titel-bg.png')no-repeat center;  margin: 30px 0px;
}
.col-md-4.col-sm-6.center {
  padding: 20px 0px 20px 30px;
  text-align: center;
  font-weight: 700;font-family: 'Roboto Condensed', sans-serif;
}
.center span{color: #242424; font-size: 24px;}

.heading-titel h2 span{font-family: 'Conv_gloriahallelujah';font-size: 64px;color: #ed1d24; }

footer{background: #5e3523; color: #fff;font-family: 'Roboto Condensed', sans-serif;font-size: 24px;}
.footer-bg{background: url('../images/footer.png') right no-repeat;}
footer h2{font-size: 60px;}
footer h2 span{font-family: 'Pacifico', cursive;color: #ffdd18;}
p.last-sentence {
  font-weight: 700;
  font-size: 58px;
}
.big-bg {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  left: 0;
      width: 542px;
    height: 1082px;
  background: url('../images/bigimage.png')no-repeat left bottom;
  background-size: 100% 100%;
}
.btn-nav {
  margin: 12px 0 0 0;
  padding: 0;
  background: url(../images/btn.png)no-repeat left top;
  width: 131px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
  display: inline-block;
  border: none;
  float: right;
}

a:focus, a:hover {
  color: #ed1d24;
  text-decoration: none;




























.img-portfolio {
    margin-bottom: 10px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* Footer Styles */

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}