
html {
  scroll-behavior: smooth;
}

body{
  background-color: whitesmoke;
  background-color: #faf9f8;
}

span.d0 {display: none;}


.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}


.view,body,html{height:100%}

.page-footer,


.thumbnail ul {
  list-style: none; /* Remove default bullets */
}

.thumbnail ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: grey; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.secondFont{
  font-family: Rochester;
}

.thumbnail h3 {
  font-family: Rochester;
}


h1{
  font-family: Rochester;
}

h2{
  font-family: Rochester;
}

h3{
  font-family: Rochester;
}

h5{
  font-family: Rochester;
}

h4{
  font-family: Rochester;
}

.contact .heading {
  padding-top: 1em;
  font-weight: bold;
  font-size: 1.25em;
  color: #C0C0C0;
}

.contact .data a {
  padding-top: 1em;
  color: black;
}

.contact .data {
  padding-top: 1em;
}

.pricelist .item{
  margin-bottom: 1em;
}



.pricelist .heading{
}

.pricelist .price{
  color: white;
  background-color: #b3a99b;
  min-height: 2em;
  line-height: 2em;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.pricelist .content{
  font-size: 0.85em;
}

@media only screen and (max-width:768px){
  .contact .part1{
    margin-bottom: 2em;
  }
  .contact .part2{
    margin-bottom: 2em;
  }
}




.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.card.simple {
  box-shadow: none;
  transition: none;
}

.card ul {
  list-style-type: none;
  padding: 0;
}


.card-horizontal {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}


.text-center-when-small {
  text-align: initial;
}

.padding-top-1-when-small {
}


@media only screen and (max-width:768px){
  .text-center-when-small{
    text-align: center!important;
  }

  .padding-top-1-when-small {
    padding-top: 1em;
  }

  .padding-top-2-when-small {
    padding-top: 2em;
  }
}


section .instagram {
  padding-left: 1em;
  padding-right: 1em;
}


