/* Background colors */
.bg-yellow{
	background-color:#ffff47;
}
.bg-light-yellow{
	background-color:#edecb3;
}
.bg-light-blue{
	background-color:#21d1f1;
}
.bg-very-light-blue{
	background-color:#9ae7f5;
}
.bg-pink{
	background-color:#f07ad2;
}
.bg-light-pink{
	background-color:#f6b5e6;
}
.bg-soft-pink{
	background-color:#FF98CC;
}
.bg-soft-pink-alt{
	background-color:#FFC0CB;
}
.bg-green{
	background-color:#98FF98;
}
.bg-mint-green{
	background-color:#8bcb98;
}
.bg-orange{
	background-color:#FFBD36;
}
.bg-orangesss{
	background-color:#FFBD36;
}
.bg-red{
	background-color:#d01320;
}

/* Background effects */
.confetti-dark-5{
	background-image:url(/public/images/bg-confetti-500x500-opacity5.png);
	background-repeat:repeat;
}
.confetti-dark-10{
	background-image:url(/public/images/bg-confetti-500x500.png);
	background-repeat:repeat;
}
.confetti-white-5{
	background-image:url(/public/images/bg-confetti-500x500-white-opacity5.png);
	background-repeat:repeat;
}
.confetti-white-10{
	background-image:url(/public/images/bg-confetti-500x500-white-opacity10.png);
	background-repeat:repeat;
}
.confetti-white-20{
	background-image:url(/public/images/bg-confetti-500x500-white-opacity20.png);
	background-repeat:repeat;
}
.confetti-white-30{
	background-image:url(/public/images/bg-confetti-500x500-white-opacity30.png);
	background-repeat:repeat;
}
/* Billboard */
.hero-image-kinderfeestje-plaats {
	background-image:url(/public/images/kids-party-cutout-large.png);
	height:675px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.hero-image-kinderfeestje-plaats-text {
	text-align:center;
	position:relative;
	top:90%;
	left:50%;
	transform:translate(-50%, -0%);
}
.hero-image-kinderfeestje-plaats-text h1 {
	font-size:50px;
	color:#ffffff;
}
/* Spacer below makes sure you have enough room for hero-image-text */
.hero-image-kinderfeestje-plaats-spacer{
	height:140px;
}
/* Styles.css (old) - These styles may be obsolete */
/* optional reset for presentation */
/*
* {
	font-family: Arial;
	text-decoration: none;
	font-size: 20px;
}
.container {
	padding-top: 50px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
h1 {
	text-transform: uppercase;
	font-size: .8rem;
	margin-bottom: 2rem;
	color: #777;
}
span {
  display: block;
  margin-top: 2rem;
  font-size: .7rem;
  color: #777;
  a {
    font-size: .7rem;
    color: #999;
    text-decoration: underline;
}
}.navbar-container{
	height:300px;
	width:300px;
	margin:auto;
}
.logo{
	height:300px;
	width:300px;
}
.cards-container{
	width:1040px;
	height:600px;
	margin:auto;
	display:block;
}
.cards {
	width:500px;
	height:600px;
	float:left;
	margin:0 10px 0 10px;
}
.cards img{
	height:100%;
	width:100%;
}
/*
.button {
	background-color:#04AA6D;
	border:none;
	color:white;
	padding:20px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	margin:4px 2px;
	border-radius:40%;
}
*/
.button {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* Features.css (old) - These styles may be obsolete */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}
.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}
.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}
.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }
.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
*/
/* Fluid Gallery Styles */
body {
    background-color: #434c50;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 40px 0;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}
.tz-gallery {
    padding: 40px;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
