/*@import url(http://fonts.googleapis.com/css?family=Kreon:400,700); */
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400&subset=latin-ext);
 

html,
body {
  height: 100%;
    /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font: normal 15px 'Open Sans', sans-serif;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #3d1c10;
  background: #3D1D10;
}

.toggle {
  padding-top: 200px;
}

/*@media (min-width: 1170px) {*/
  /*.header-text {*/
    /*font-size: 14pt;*/
  /*}*/
/*}*/


@media (max-width: 768px) {
  .text-right {
    text-align: center;
  }
  .text-left {
    text-align: center;
  }
}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Heading */
h1 {
  font-size: 34px;
  color: #fdf2de;
  font-family: 'Petit Formal Script', cursive;
}

h2 {
  font-size: 34px;
  color: #9a071f;
  font-family: 'Petit Formal Script', cursive;
}

h3 {
  font-size: 18px;
}

/* Navigation */
#nav {
  position: static;
  margin-top: -65px;
}

#nav.scrolled {
  position: fixed;
  top: 65px;
  opacity: 100;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float: none;
  }
}

@media (max-width: 767px) {
  #nav {
    margin-top: -50px;
  }

  #nav.scrolled {
    top: 50px;
  }
}



.navbar-nav {
  background-color: #9a081f;
}  
  
.navbar-custom {
  font-size: 20px;
  letter-spacing: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  background-color: #3D1D10;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
}

.navbar-custom .navbar-nav>li>a {
  color: #fdf2de;
}

.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
  background-color: black;
}

.navbar-custom .dropdown-menu{
  right:0;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
  overflow-y: visible;
}

.navbar-toggle {
  outline:0;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #9a081f;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fdf2de;
}

@media (max-width: 768px) {
	header {
		/*height: 95px;*/
	}
}

/* Sections, spacers, dividers, paragraphs ... */
section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.banner {
 background: url("../img/banner.png") center no-repeat;
}

.banner2 {
 background: url("../img/banner2.png") center no-repeat;
}

.spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.spacer > .img-responsive {
  margin: 0 auto;
}

p {
  padding-top: 25px;
}

p.li-allign {
  padding-top: 0px;
  padding-left: 15px;
  margin-top: 0px;
}

.divider {
}


/* Rows */
.heading {
  background-color: #FDF2DE;
  height: 373px;
}

@media (max-width: 992px) {
  .heading {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .header-text {
    display: none;
  }
  .heading {
    height: 210px;
  }
}

@media (max-width: 568px) {
  .heading {
    height: 180px;
  }
}

.menu-list {
  padding-left: 15px;
  padding-top: 15px;
}

.dish-menu {
  background-color: #FDF2DE;
  padding-left: 15px;
}

.location {
  color: #fdf2de;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
}

.map {
  padding-left: 65px;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .map {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .map {
    padding-left: 15px;
    margin-top: -16px;
  }
}

@media (min-width: 1200px) {
  .map {
    padding-left: 155px;
  }
}

.contact {
  background-color: #9a081f;
  color: #fdf2de;
}

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

.place-info {
  padding-left: 65px;
}

.intro {
  padding-left: 0px;
  padding-right: 0px;
}

/* Picture handling */
.heading-picture {
  margin-top: 65px;
}

.dish-picture {
  padding-left: 0px;
  padding-right: 0px;
}

.picture > .col-xs-2 {
  padding-right: 1px;
  padding-left: 1px;
  padding-top: 2px;
  cursor: pointer;

}

.col-xs-2.left {
  padding-left: 0px;
  cursor: pointer;
}

.col-xs-2.right {
  padding-right: 0px;
  cursor: pointer;
}

.picture > .col-xs-4 {
  padding-right: 1px;
  padding-left: 1px;
  padding-top: 2px;
  cursor: pointer;
}

.col-xs-4.left {
  padding-left: 0px;
  cursor: pointer;
}

.col-xs-4.right {
  padding-right: 0px;
}

/* Carousel */
.carousel {
  padding-top: 1px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  background-color: #9a081f;
}

.gallery-carouse {
  display: none;
}

/* Text */
.intro-text-dark {
  color: #fdf2de;
}

.header-text {
  font-family: 'Petit Formal Script', cursive;
  font-size: 14pt;
  color: #9a071f;
  text-align: center;
}

.text-top {
  padding-top: 30px;
}

/*@media (max-width: 768px) {*/
  /*.text-right {*/
    /*text-align: center;*/
  /*}*/
  /*.text-left {*/
    /*text-align: center;*/
  /*}*/
/*}*/

.banner-padding-top {
  padding-top: 0px;
}

@media (max-width: 992px) {
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }

  .text-left {
    text-align: center;
  }


  .place-info {
    padding-left: 15px;
  }

  .banner-padding-top {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .intro-text-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .location {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Navigation accuracy tweak */
.padding-top {
  padding-top: 40px;
}

.navbar-nav {
  margin: 7.5px 0px;
}

.text-padding {
  padding-top: 16px;
}

.gallery {
  margin-bottom: -40px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -23px;
  color: #3d1c10;
}

a {
  color: #fdf2de;
  text-decoration: none;
}

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

.glyphicon {
  color: #fdf2de;
  cursor: pointer;
}

#close-carousel {
  z-index: 10000;
}

.test {
  margin-top: -53px;
  margin-left: 7px;

}
