body#clw-container {
    max-height: 2000px;
}

#primary-nav {
    background-color: #dda0dd;
    border: 1px solid #BA55D3; 
}
#header {
    background-color: #fae1a5!important;
}

#header h1 {
    padding-top: 30px;
}

#header .title-container {
    text-align: center;
}

#logoContainer {


      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
background-attachment: fixed;
    /* Create the parallax scrolling effect */
  /*background-attachment: fixed;
*/
  min-height: 100%;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  #logoContainer {
      background-size: contain!important;
      background-attachment: scroll!important;
  }
}

.caption {
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    top: 30%;

    text-align: center;
    color: #000;
    background-color: #111;
    border: 1px solid #fff;

}

.caption span.border-white {
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;

}


.sticky {
    position: absolute;
    top: 0px;
    /*width: 100%;*/
    z-index: 10000;
}

.navbar-nav {
    width: 100%;
}

#primary-nav .nav-item {
    background-color: #da70d6;
    font-weight: bold;
    margin: 1px; 
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 10px;

}
.nav-item .selected {
    background-color: #9400d3;
    border-radius: 10px;
    height: 100%;
}

.nav-item a.selected {
    color: #fff!important;
}

.nav-item a {
    color: #9400d3;
}


#content {
    padding-top: 30px;
}

#content h2 {
    padding-bottom: 30px;
}

#content .crafts-for-sale h2 {
    padding: 20px 20px 0px 20px;
}

#content .crafts-for-sale .categories {
    padding: 20px;
    margin-bottom: 20px;
}

#product-list .jumbotron a {
    width: 120px;
}

#product-list .jumbotron a.category-link {
    height: 67px;
    margin-top: 5px; 
}

#product-image img {
    width: 100%;
    padding-top: 30px;
}

#product-details li {
    list-style: none;
    padding-top:5px;
}
#product-details li i {
    padding-right: 10px;
}

.footer {
    padding-left: 20px;
  /*zzposition: absolute;
  zzbottom: 0;*/
  width: 100%;
  /*height: 60px;*/ /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  margin-top: 50px;
}
footer .social-icons {
    display: inline-block;
}
footer .credits {
    color: #000;
    margin-right: 20px;
}

img.card-img-h250  {
    height: 250px;
    object-fit: cover;
}



.jumbotron {
    color: #9400d3
}
.jumbotron p {
    color: #000;
}

.home.carousel img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home.carousel .carousel-item {
    min-height: 600px;
    max-height: 600px;
}
.card-text {
    color: #333;
    height: 100px;
    overflow: hidden;
}


/*#highlights-grid img {
    height: 250px;
    object-fit: cover;
}*/

.price {
    color: #000;
}

.clear-text {
    font-family: tahoma;
}

.card-body .clear-text {
    vertical-align: middle;
    padding-top: 10px;
    font-size: 0.8em;
}

.details-price {
    padding-left: 12px;
}

.buy-button {
  background-color: #9400d3;
    font-weight: bold;
    color: #fff;
    /* margin: 1px; */
    width: 100%;
    text-align: center;
    border-radius: 10px;
    width: 120px;

    padding: 10px;
    margin-top: 18px;
    position: absolute;

}
.buy-button:hover {
    color: #fff;
}

form #message {
    height: 120px;
}


#event-list .event {
    border: 1px solid #fff;
    padding: 25px;
    margin-bottom: 20px;
}

#event-list .event .title {
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 10px;
}

#event-list .event .description {
    padding-bottom: 10px;
}

#event-list .event .postcode {
    text-align: right;
}

#event-list .event .startdate {

}

#map { height: 400px; }

div.categories a {
    width: 160px;
    background-color: #da70d6
}

div.categories a:hover, div.categories a.selected {
    background-color: #9400d3;
}

div.categories div {
    margin: 20px 20px 0px 0px;
}
div.categories div.start {
    margin: 0px;
}

.strikethrough {
    text-decoration: line-through;
}