body {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

header {
	padding-bottom: 2rem;
}

textarea {
width:90%;
}

h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 2.5rem;
}

img {
	max-width: 100%;
	height: auto;
}

a {
        color: #34B5BC;
}

hr {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}

/* custom classes */
h1.top-logo {
	line-height: 0;
	margin-bottom: 0;
}

h4.subtitle {
	font-size: 1.5rem;
	letter-spacing: 0;
	text-align: left;
}

.top-logo {
	width: 100%;
}

.intro {
	font-size: 2.2rem;
	text-align: justify;
	padding-top: 1rem;
}

.no-bullet {
	list-style-type: none;
}

.no-bullet li {
	margin-bottom: 0;
}

.top-menu {
	padding: 1rem;
	margin:0;
	padding-left: 0;
	list-style-type: none;
}

.top-menu, .top-menu li {
	margin: 0;
}

.top-menu li {
	width: 48%;
	display: inline-block;
	padding: 1rem 0;
}

.top-menu li:last-child {
	margin-right:0;
}

.top-menu li:first-child a {
	padding-left: 0;
}

.top-menu li a {
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: none;
	transition: box-shadow 0.1s ease 0s, border 0.1s ease 0s, background 0.1s ease 0s;
}

.top-menu li a:hover, .side-menu li a:hover {
	border-bottom: 0.3rem solid #34B5BC;
}

.top-menu li a.active, .side-menu li a.active {
	border-bottom: 0.3rem solid #34B5BC;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.u-pull-right {
	float:none;
}

.schilderijen img {
	margin-top: 1rem;
}

.copyright {
	text-align: center;
	color: #CCC;
}

input.button-primary[type="submit"],input.button-primary[type="submit"]:hover {
	background-color: #34B5BC;
	border-color: #34B5BC;
}

.fb_invalid strong {
       font-weight: normal;
       color: #34B5BC;
}

.fb_invalid strong:after {
      content: "";
      display: table;
      clear: both;
}

.side-menu {
	display: none;
}

.js .tinynav {
	width: 100%;
	display: block;
}

.lightbox__caption {
	background-color: #34B5BC;
}

.lightbox__caption p {
	font-size: 2rem;
}

.date-label, .location-label, .website-label {
font-weight: bold;
}

.calendar-upcoming {
padding-bottom: 2rem;
}

.calendar-upcoming h1 {
font-size: 2rem;
margin-bottom: 1rem;
color: #34B5BC;
}

/* Larger than mobile */
@media (min-width: 400px) {
  .video { 
	width: 100%;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.js .tinynav {
		width: 75%;
		display: block;
	}
	
	.inline-list { 
		list-style-type: none;
	}
	
	.inline-list li {
		display: inline;
		margin-right: 2.5rem;
	}
	
	.three.columns,.four.columns,.eight.columns,.nine.columns,.one-half.column {
		width: 100%;
	}
	
	.column, .columns {	
		margin-left: 0;
	}  
}

@media (min-width: 800px) {
	main{ 
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

section {
padding-bottom: 4rem;
}	
	
	.side-menu {
		display: block;
	}
	
	.side-menu li {
		padding: 1rem;
		margin:0;
		padding-left: 0;
		list-style-type: none;
	}
	
	.side-menu li a {
		color: #000;
		font-size: 1.7rem;
		font-weight: bold;
		text-decoration: none;
		transition: box-shadow 0.1s ease 0s, border 0.1s ease 0s, background 0.1s ease 0s;
	}
	
	.js .tinynav { 
		display: none;
	}  
	
	h4.subtitle {
		font-size: 1.5rem;
		letter-spacing: 0;
		text-align: center;
	}
	
	.four.columns {
		width: 30.6666666667%;
	}
	
	.eight.columns { 
		width: 65.3333333333%; 
		margin-left: 4%;
	}
	
	.one-half.column {
		width: 48%;
	}
	
	.three.columns { 
		width: 22%;
	}
	
	.nine.columns {
		width: 74.0%;
	}
	
	.four.columns:first-child {
		margin-left:0;
	}
	
	.one-half:last-child.column {
		width: 48%;
		margin-left:4%;
	}
	
	.columns {
		margin-left: 4%;
	}
	
	.column:first-child,
	.columns:first-child {
		margin-left: 0;
	}  
	
	.top-menu {
		float: right;
	}
	
	p.intro {
		padding-top: 0;
	}
	
	.u-pull-right {
		float:right;
	}	
	
	.schilderijen img {
		margin-top: 0;
	}
	
	.gallery {
               display: flex;
               align-items: center;
               justify-content: center;
	}
	
	.gallery .item { 
		padding-bottom: 2rem;
		align-self: flex-end;
	}  
}
/* Stylesheet: theme Modified On 2016-01-23 23:22:06 */
