/* General Styles */
body {
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3 {
  color: #555;
}
h1 {
	font-weight:600;
	font-size: 2em;
}
h2 {
	font-weight:600;
}
h3 {
	color:#222;
}
a {
  color: #d07916;
  text-decoration: none;
}
.example-image-link {
    box-shadow: 5px 5px 5px 5px #000;
    }
a:hover {
  color: #E7F3EA;
}
p {
 font-size: 1.1rem;
}
/* Header */
.header {
  background-color: #E7F3EA;
  padding: 20px 0;
  text-align: center;
}
.navbar-nav a {
	color:#555;
	text-decoration:none;
	cursor:pointer;
}
.navbar-nav a:hover {
	font-weight:600;
}
.header h1 {
  font-size: 2.5rem;
  margin: 0;
}
.additional-info h1 {
	font-size:2em;
}
.header .tagline {
  font-size: 1.2rem;
  color: #333;
}
.nav-item {
  color:#0F518D;
  font-size:1.2rem;
}
.logo {
  max-width: 300px;
  float:left;
}
.social-media-icons {
  margin-bottom: 10px;
}

.social-media-icons a {
  color: #d07916;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-media-icons a:hover {
  color: #ffffff;
}

.contact-info {
  margin-bottom: 10px;
}

.contact-info a {
  color: #d07916;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #ffffff;
}

.contact-info i {
  margin-right: 10px;
}
/* Hero Section */
.hero-section {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top:320px;
  min-height: 450px;
  text-align: center;
  text-shadow: 0 0 3px #333333, 0 0 5px #000000; 
}
.hero-section h1 {
  font-size: 5rem;
  margin-bottom: 5px;
  font-weight:700;
  color:#fff;
  text-shadow: 3px 3px #444;
}

.hero-section p {
  font-size: 1.7rem;
}
p img {
	margin-bottom:10px;
	margin-right:20px;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
	}
@media(max-width: 600px){
	.hero-section {
	  background-size: cover;
	  background-position: center;
	  color: #ffffff;
	  padding-top:270px;
	  height: 120px;
	  max-height: 120px;
	  text-align: center;
	  text-shadow: 0 0 3px #333333, 0 0 5px #000000; 
	}
	.hero-section h1 {
	  font-size: 52px;
	  margin-bottom: 10px;
	  font-weight:700;
	  color:#fff;
	  text-shadow: 1px 1px #444;
	}
	.logo {
  	  max-width: 170px;
	margin-bottom:-70px;
	}
	.hero-section p {
	font-size: 22px;
	margin-bottom:-10px;
	}
	p img {
	margin-bottom:10px;
	width:80%;
	height:80%;
	margin-right:10%;
	margin-left:10%;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
	}
}
.witvlak {
	background-color:#fefefe;
}
.grijsvlak {
	background-color:#E7F3EA;
	padding:10px;
	padding-top:30px;
	padding-bottom:20px;
}
.sponsor {
  padding: 10px 0;
  text-align: left;
}
/* About Section */
.about-section {
  padding: 20px 0;
  text-align: left;
  background-color: #fff;
}
.about-section p {
  line-height:130%;
}
.about-section h2 {
  margin-bottom: 20px;
  line-height:130%;
  font-size:1.2em;
}
.about-section h3 {
  line-height:120%;
}
.about-section h3 p{
  color: #d07916;
  line-height:120%;
  font-weight:600;
}
.about-section h1, .about-section h2, .about-section h3, .about-section h4 {
	text-shadow:none;
	}
/* Additional Info Section */
.additional-info-section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.additional-info-section h3 {
  color: #d07916;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.additional-info-section h3 p {
	font-size: 1.3rem;
	margin-bottom: 0px;
	font-weight:600;
	margin-top:-5px;
}
.additional-info-section p {
  font-size: 1.1rem;
  line-height: 1.3;
}

.additional-info-section a {
  color: #d07916;
  text-decoration: none;
}

.additional-info-section a:hover {
  color: #E7F3EA;
}
/* Donation Section */
.donation-section {
  background-color: #E7F3EA;
  padding: 50px 0;
  text-align: center;
}

.donation-section h2 {
  margin-bottom: 20px;
}

.donation-section .btn {
  background-color: #d07916;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.donation-section .btn:hover {
  background-color: #E7F3EA;
  color: #333;
}

/* Contact Section */
.contact-section {
  padding: 50px 0;
  text-align: left;
}

.contact-section h2 {
  margin-bottom: 20px;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section .form-control {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
}

.contact-section .btn, .btn {
  background-color: #d07916;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.contact-section .btn:hover {
  background-color: #E7F3EA;
  color: #333;
}
.weetjesvlak {
	margin-top : 0px;
	background-color:#efefef;
	padding-top:45px;
	padding-bottom:45px;
}
.weetjesvlak h1, .contactvlak h1{
	font-weight:800;
	color: #F96611;
	text-shadow: 1px 1px #666;
	margin-bottom:0px;
}
.weetjesgrijsvlak {padding-top:25px;padding-bottom:25px;}
.contactvlak h3 {
	font-size:18px;
	}

.weetjesvlak h3{
	font-weight:500;
	color: #222;
	margin-top:0px;
}
.weetjestextvlak {
	margin-top : 15px;
	background-color:#fff;
	padding:25px;
	padding-bottom:20px;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
	cursor:pointer;
	border-radius:5px;
}
.weetjestextvlak p{
	padding:0px;
	margin:0px;
}
.ondertextvlak {
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	/*border: 1px solid #800000;*/
	color:#222;
	margin-top:20px;
}
.weetjestextvlakknop {
	background-color: #F96611;
	border-radius:50%;
	float:right;
	padding-left:17px;
	padding-right:14px;
	padding-top:3px;
	padding-bottom:0px;
	margin-top:-45px;
	font-size:28px;
	font-weight:700;
	color:#fff;
}
.faq_vraag {
	font-size:30px;
	font-weight: 600;
	color: #F96611;
}
#faq_antwoord1,#faq_antwoord2,#faq_antwoord3,#faq_antwoord4,#faq_antwoord5,#faq_antwoord6 {
	display:none;
	font-size:20px;
	max-width:900px;
}
.contactbovenvlak {
	margin-top : 25px;
	background-color:#fff;
	padding-top: 55px;
	padding-bottom:55px;
	color:#fff;
}
.contactondervlak {
	background-color:#ededed;
	padding-top: 55px;
	padding-bottom:55px;
	color:#fff;
}
.contacttextvlak {
	background-color:#fff;
	padding:20px;
	padding-top:45px;
	padding-bottom:45px;
	/*border: 1px solid #800000;*/
	color:#222;
	text-align:center;
	box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.10);
	overflow:hidden;
	min-height:320px;
	margin-top:30px;
}
.contactvlak {
	background-color:#efefef;
	padding-top:45px;
	padding-bottom:45px;
}

.contacttextvlak h3 {
	font-size:24px;
}
.contacttextvlak h4 {
	font-size:20px;
}
.contacttextvlak p {
	font-size:15px;
}
.weetjesvlak h1, .contactvlak h1{
	font-weight:800;
	color: #F96611;
	text-shadow: 1px 1px #666;
	margin-bottom:0px;
}
.contactvlak h3 {
	font-size:18px;
	}

.weetjesvlak h3{
	font-weight:500;
	color: #222;
	margin-top:0px;
}
.weetjestextvlak {
	margin-top : 15px;
	background-color:#fff;
	padding:25px;
	padding-bottom:20px;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
	cursor:pointer;
	border-radius:5px;
}
.weetjestextvlak p{
	padding:0px;
	margin:0px;
}
/* Footer */
.footer {
  background-color: #333;
  color: #ffffff;
  padding: 40px 0;
}

.footer h5 {
  color: #E7F3EA;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.footer p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  color: #E7F3EA;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

/* Bottombar */
.bottombar {
  background-color: #222;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 0.8rem;
}

.bottombar p {
  margin: 0;footer
}


.info-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.info-links {
  list-style: none;
  padding: 0;
}

.info-links li {
  margin-bottom: 10px;
}

/* Last News Section */
.last-news-section {
  padding: 0;
  padding-top: 20px;
  background-image: url('sand.jpg');
  background-color: #E7F3EA;
}
.nieuws {
 padding:0px;
 padding-bottom:20px;
}
.nieuwsvlak { 
	padding:15px;
	background-color:#fff;
	margin:15px;
	margin-top:0px;
	border-radius:5px;
	opacity:90%;
	color:#222;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nieuwsvlak h3{
	color: #0F518D;
  	font-size: 2.0rem;
  	margin-bottom:8px;
  	font-weight:700;
  	}
.nieuwsvlak h5{
	color: #222;
  	font-size: 1.3rem;
  	margin-bottom:8px;
  	font-weight:600;
}
.last-news-section h2 {
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 5px #333;
}

#facebook-posts {
  max-height: 300px;
  overflow-y: auto;
}

#facebook-posts .post {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

#facebook-posts .post p {
  margin: 0;
  font-size: 0.9rem;
}

#facebook-posts .post a {
  color: #d07916;
  text-decoration: underline;
}
.footer h2 {
	color:#efefef;
	text-shadow: none;
	text-align:center;
}
.footer h3 p {
	color:#eee;
	text-shadow: none;
	font-size: 0.8em;
	}
.footer p {
	color:#eee;
	text-shadow: none;
	}
.footer a {
	color:#F96611;
	}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
