/* Site colors #fdccec and #abe3f3 */
/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
	border-radius: 100px;
}
  
/* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
    padding: 8rem 0 7rem;
    text-align: center;
}
.section-heading,
.section-description {
	margin-bottom: 1.2rem;
}

.contact-open {
	padding: 2rem 0 3.25rem;
text-align: center;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
	background-image: url('../images/pexels-lukas-590045.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.phones {
	position: relative;
}
.phone {
	position: relative;
	max-width: 100%;
	margin: 3rem auto -12rem;
	top:-2rem;
}
.phone + .phone {
	display: none;
}


/* Address
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.address {
	text-align:left;
	background-image: url('../images/pexels-milena-tesla-11128577_light.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: lighten;
}
.address > .container > .section-heading {
	text-align:center;
	margin-bottom:7rem;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
	background-image: url('../images/landscape-photography-of-pink-petaled-flowers-913416._trans.jpg');
	background-size: cover;
	background-position: center center;
	/* color: #fff; */
	padding-bottom: 14rem;
}
.value-multiplier {
	margin-bottom: .5rem;
	color: #0a7c6f;
}
.value-heading {
	margin-bottom: .3rem;
}
.value-description {
	opacity: .8;
	font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
	border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
	background-image: url('../images/roosblauw.png');
	background-size: cover;
	background-position: center center;
/* color: #fff; */
}
.categories .section-description { 
	margin-bottom: 4rem;
}

/* .aboutme {
	background-image: url('../images/selective-focus-photography-of-pink-petaled-flowers-1038509_trans.jpg');
	background-size: cover;
	background-position: center bottom;
	/* color: #fff; 
}
.aboutme .section-description { 
	margin-bottom: 4rem;
} */

/* Sponsors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sponsorimage {
	height:8rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
	.section {
		padding: 5rem 0 4rem;
	}
	.hero {
		padding-bottom: 12rem;
		text-align: left;
		height: 165px;
	}
	.phone {
		position: absolute;
		right: 3rem;
		max-height: 362px;
		z-index: 3;
		max-width:50%;
	}
	.phone + .phone {
		display: block;
		max-width: 73.8%;
		right: 0;
		z-index: 2;
		max-height: 338px;
	}
	.hero-heading {
		font-size: 3rem;
		margin-top:8.5rem;
	}
	.values {
		padding-bottom: 5rem;
	}
	.sponsorimage {
		height:8rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Bigger than 750 */
@media (min-width: 750px) {
	.hero {
		height: 190px;
	}
	.hero-heading {
		font-size: 4rem;
		margin-top:8.5rem;
	}
	.section {
		padding: 7rem 0 8rem;
	}
	.hero {
		padding: 16rem 0 14rem;
	}
	.section-description {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.phone {
		max-height: 510px;
		max-width:50%;
	}
	.phone + .phone {
		max-height: 472px;
	}
	.categories {
		padding: 15rem 0 8rem;
	}

	.values {
		padding-bottom: 5rem;
	}
}
  
/* Bigger than 1000 */
@media (min-width: 1000px) {
	.section {
		padding: 12rem 0 11rem;
	}
	.hero {
		padding: 22rem 0;
	}
	.hero-heading {
		font-size: 5.0rem;
		margin-top:8.5rem;
	}
	.phone {
		max-height: 615px;
		max-width:50%;
		top:-7rem;
	}
	.phone + .phone {
		max-height: 570px;
	}
	.values {
		padding-bottom: 5rem;
	}
}

.voorstelling > p {
	text-align: left;
}

.calendar-heading {
	margin-bottom:0;
}

.disabled-button {
	background-color: grey;
	border-color: darkgrey;
}

.dotted_underline {
	border-bottom: 1px dotted #000;
}