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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  padding-top: 65px;
}

.transparent-card {
  /*opacity: .9;*/
}

.image-body {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  background-size: cover!important;
  -o-background-size: cover!important;
}

.info-body {
  background: url('../images/achtergrond/butterfly.jpg') no-repeat center center fixed;
}

.background-body {
  background: url('../images/achtergrond/flowers.jpg') no-repeat center center fixed;
}

.producten-body {
  background: url('../images/achtergrond/butterfly-blue.jpg') no-repeat center center fixed;
}

.product-thumbnail {
  width: 200px;
}

.product-image {
  margin: 4px 20px 0px 0px;
}

.contact-body {
  background: url('../images/achtergrond/butterfly2.jpg') no-repeat center center fixed;
}

.contact-photo {
  width: 220px;
  margin: 0px 0px 20px 0px;
}

.workshop-tutor-photo {
  width: 150px;
  margin: 0px 0px 20px 0px;
  padding: 5px;
}

.contact-list {
  list-style: none;
  font-size: 21px;
  font-weight: 200;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-brand  {
  padding: 9px;
  width: 100px;
}

.glyphicon-menu-hamburger {
  top: 5px;
  font-size: 40px;
}

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

/* Carousel for in-modal */
.carousel .carousel-modal {
  height: 500px;
}

/* Carousel base class */
#showReel.carousel {
  height: 500px;
  margin-top: -65px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


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

/* Center align the text within the two columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
  /*width: 100%;*/
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
  }
  .glyphicon-menu-hamburger {
    display: none;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  /* Center align the text to two columns below the carousel */
  .marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
    width: 33.33%;
    padding: 0px;
  }

  .marketing .col-md-4 p {
    margin-right: 0px;
    margin-left: 0px;
  }

  .row-striped:nth-of-type(odd){
    background-color: #efefef;
    border-left: 4px #efefef solid;
    /*border-left: 4px #000000 solid;*/
  }

  .row-striped:nth-of-type(even){
    background-color: #ffffff;
    border-left: 4px #efefef solid;
  }

  .row-striped {
    padding: 15px 0;
  }

  .social-navbar {
    margin-top: 10px;
    vertical-align: center;
  }
}

.admin-page {
  min-height: 100vh;
}

.admin-login-container {
  max-width: 840px;
  padding-top: 40px;
}

.admin-card {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.admin-logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.admin-publish-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.admin-item-panel {
  border-left: 4px solid #777;
}

.admin-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-preview {
  background: rgba(255, 255, 255, 0.75);
}

.admin-item-table tbody tr {
  cursor: pointer;
}

.admin-item-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}

.admin-inline-form {
  display: inline-flex;
  margin: 0;
  flex: 0 0 auto;
}

.admin-row-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
  width: 100%;
  min-width: 124px;
}

.admin-row-actions > .admin-icon-button,
.admin-row-actions > .admin-inline-form {
  flex: 0 0 auto;
}

.admin-icon-button {
  min-width: 36px;
  padding-left: 10px;
  padding-right: 10px;
}

.admin-pill {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.modal-content {
  border-radius: 6px;
}

.modal-header {
  border-bottom: 1px solid #ddd;
}

.modal-title {
  margin: 0;
}
