/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

#mainpic {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

img {
  /*margin-top: 30px;*/
  margin-bottom: 10px;
}

.sale {
  color: orange;
  font-weight: bold;
}

.contpad {
  /*margin-top: 100px;*/
  padding-top: 100px;
}

.contpad-text {
  margin-top: 20px;
}
.btn-secondary {
    color: #716f6f;
    background-color: #868e9663;
    border-color: #868e96;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(35, 34, 34, 0.55);
}

form {
  margin-top: 70px;
  margin-bottom: 30px;
}

.bg-secondary {
    background-color: #d8d8d8d9!important;
  }


.jumbotron {
  padding: $jumbotron-padding ($jumbotron-padding / 2);
  margin-bottom: /*$jumbotron-padding;*/-1rem;
  background-color: /*$jumbotron-bg;*/transparent;
  @include border-radius($border-radius-lg);

  @include media-breakpoint-up(sm) {
    padding: ($jumbotron-padding * 2) $jumbotron-padding;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  @include border-radius(0);
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 30px;
  padding-top: 0.5rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: left;
  background: #9c9a9ad4;
  padding-left: 10px;
  padding-right: 10px;
  left: 5%;
  right: auto;
}

.caption-right {
  text-align: right;
  left: auto;
  right: 10%;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
  /*background-color: #777;*/
}
/*@media (max-width: 1575px) {
  .carousel-item {
    height: auto;
  }
}*/

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 750px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/*@media (min-width: 40em) {
  /* Bump up size of carousel content */
  /*.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }*/

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* ALBUM
---------------------------------------------------*/
.album {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*background-color: #f7f7f7;*/
}


.card {
  float: left;
  /*width: 33.333%;*/
  width: 20%;
  padding: .5rem;
  margin-bottom: 2rem;
  border: 0;
}
@media (max-width: 575px) {
  .card {
    width: 33.333%;
  }
}

.card > img {
  margin-bottom: .75rem;
}


.row {
  justify-content: space-around;
}

.card-text {
  font-size: 85%;
}

/*====Chester =====*/
.superche {
  font-family: 'Marcellus SC', serif;
  font-size: 70px;
}
.smallche {
  font-family: 'Marcellus SC', serif;
  font-size: 40px;
}
@media (max-width: 1300px) {
  .superche {
    font-size: 40px;
  }
  .smallche {
    font-size: 25px;
  }
}
.rightche {
  text-align: right;
}
.linkche {
  color: #b52634;
}
.colche {
  text-align: center;
}

strong {
	color: orange;
}

.rood {
    color: #cc0000;
}

.gray {
    color: #BEBEBE;
}

.dik-1 {
    font-size: 8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #cc0000;
    
}

.dik-2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    
}

.dik-3 {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    color: #cc0000;
}

.dik-4 {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    
}
.dik-5 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    
}
.midden {
    
    padding-left: 60px;
}

.shadow
{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
