
.parallax {
  min-height: 600px;
  background-attachment: fixed;
  background-size: cover;
}
.jumbotron{
  margin-bottom: 0;
}

.head {
  background-image: url(../images/layouts/confection.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.peacock {
  background-image: url(../images/layouts/peacock.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.crockery {
  background-image: url(../images/layouts/crockery.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pavilion {
  background-image: url(../images/layouts/pavilion.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.box {
  background-image: url(../images/layouts/box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.tools {
  background-image: url(../images/layouts/tools.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.knives {
  background-image: url(../images/discover/DP836657.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lobster {
  background-image: url(../images/layouts/lobsterClaws.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.meat {
  background-image: url(../images/layouts/P.4961-R_1_201811_amt49_dc1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



@media screen and (max-width: 400px) {
  .head {
    padding-top: 100px;
    /* display: none; */
    /* visibility: hidden; */
  }
  .hide {
    padding-top:5rem;
  }
  .division {
    text-align: center;
  }
  .shout {
    color: white!important;
    font-family: 'Yrsa', serif;
    font-size: 6rem;
    margin-top:4rem;
  }
  .shout-less {
    color: white!important;
    font-family: 'Yrsa', serif;
    font-size: 2rem;
  }
  /* .jumbotron {
  display: none;
  } */
}

footer, .chip-icon {
  background-color: #731200;
}

.bg-black {
  background-color: #000000!important;
}


body {
  font-family: 'Roboto', sans-serif;
  background-color: #eee;
}

a {
  background-color: transparent;
  color: #731100;
  text-decoration: none;
}

article {
  overflow-wrap: break-word;
  word-wrap: break-word;
}


video {
  object-fit: cover;
}

.share  a {
  color: #fff;
}
.w3w a {
  color: #fff;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/layouts/arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


.thumb-post img {
  object-fit: cover;
}

.thumb-nail {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.label-thumb {
  position: relative;
  max-width:100%;
  max-height:400px;
}

.carousel-caption {
  color: #000;
  bottom:-60px;
  font-size:smaller;
}

.carousel-inner { padding-bottom:80px; }


.carousel-control-prev, .carousel-control-next, .carousel-indicators li {
  background-color: hsla(0, 93%, 31%, 0.98)
}
#sponsors img {
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.carousel-item img {
  min-width: auto;
  max-height:auto;
}

.badge-wine {
  background-color: #731200;
  color: #fff;
  padding: 10px;
}

.btn-wine {
  background-color: #731200;
  color: #fff;
  padding: 10px;
}

.max-coffins {
  max-width: 100%;
}
.share li {
  list-style: none;
  margin-left: -40px;
}

#error {
  object-fit: cover;
  width: 100%;
}

.contact .btn {
  background-color: #731200;
  color: #fff;
}

label.cm-app-label {
  color: white;
}
.btn {
  white-space:normal !important;
  word-wrap: break-word;
}
.navbar nav {
  display: inline;
}

.intro-card {
  background-color: #fff;
}

.not-intro {
  text-align:right;
  font-size:small;
  color:#686868;
}

@media  (max-width : 480px) {
  .shorten-words {
    max-width: 200px;
  }
}

.shareTwitter a {
  color: #000;
}
.navbar {
  z-index: 2147483647;
}

.txt-intro {
  text-align:left;
  color:#686868;
}

.division {
  border-top: 1px solid maroon;
  margin-left: 10%;
  margin-right: 10%;
}
/* Progress CSS */
.progress {
  background: maroon;
  position: fixed;
  top: 3.4rem;
  bottom: auto;
  left: 0;
  width: 0%;
  height: 8px;
  z-index: 10000;
}

.fit-image {
  display: inline-block;
}
.minimum {
  min-height: 200px;
}

.audio-player {
  min-height: 60px;
}
body {
  font-size: 1rem;
}
@media screen and (min-width: 400px) {
  .shout {
    color: white!important;
    font-family: 'Yrsa', serif;
    font-size: 10rem;
    margin-top:4rem;
  }
  .shout-less {
    color: white!important;
    font-family: 'Yrsa', serif;
    font-size: 4rem;
  }
}
.bg-black-opacity {
  background-color: rgba(000,0,0,0.7)!important;
}
.min-height-250 {
  min-height: 250px;
}


.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon.red {
    background-color: #bc1a3a;
    background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
}

.ribbon.red:before,
.ribbon.red:after {
    border-top: 3px solid #8f142c
}

.ribbon {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}
figcaption.figure-caption {
    font-size: 1rem!important;
}
.card {
  box-shadow: none!important;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 1.4em;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#000;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
