#section1 #menu,#section2 #menu,#section3 #menu,#section4 #menu,#section5 #menu ,#section6 #menu{
	display:none;
	}
	
	body{
		color: #333;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	}
	
	
	/* Style for our header texts 
	* --------------------------------------- */
	h1{
		font-size: 5em;	
		font-family: 'kavoon',helvetica;
		margin:0;
		padding:0;
	}
	h2{
		font-size: 2em;
		margin: 0 0 18px 0;
		font-family: arial,helvetica;
	}
	
    #date_top {
        text-align:center;
        
        }

    .date_number {
        font-family:'Kavoon', "skolar";
        font-size:4em;
        color:#f2e7db;
        }

    .date_month {
    font-family:'"brandon-grotesque"';
    font-weight:400;
    font-size:0.7em;
    letter-spacing:1px;
    text-transform:capitalize;
    margin-top:5px;
    color:#3f4b54;
        }

    .date_year {
        font-family: 'kavoon';
        font-size:2em;
        color:#3f4b54;
        }


	

	
	/* Common styles
	* --------------------------------------- */
	img{
	    -webkit-transition: all 0.7s ease-out;
		-moz-transition: all 0.7s ease-out;
		-o-transition: all 0.7s ease-out;
		transition: all 0.7s ease-out;
	}
	.section{
		text-align:center;
		overflow:hidden;
	}
	.wrap{
		width: 1180px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.box{
		text-align: left;
		color: #808080;
		font-size: 1.2em;
		line-height: 1.6em;
	}
	
	
	
	
	/* Section 0
	* --------------------------------------- */
	#section0{
		padding: 0px 0;
        
	}
	#section0 img{
		height:100%;
		margin: 0 0 0 0;
	}
	
	
	
	
	/* Section 1
	* --------------------------------------- */
	#section1 img{
		height: 100%;
		margin: 0 0 0 0;
	}
	
	#section1 .box{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -192px;
		margin-left: 89px;
		width: 395px;
		z-index: 1;
	}
	#section1 .imgsContainer{
		display: block;
		position: absolute;
		z-index: 1;
		top: 42%;
		left: 58%;
		margin-top: -325px;
		margin-left: -747px;
		width: 800px;
		height: 696px;
	}
	#section1 img{
		height: 100%;
	}
	/*screen resolutions between 620px and 800px*/
	@media all and (min-width: 620px) and (max-width: 800px){
		#section1 .imgsContainer{
			margin-top: -278px;
			margin-left: -685px;
			width: 647px;
			height: 563px;
		}
	}
	
	/*screen resolutions lower than 620px*/
	@media all and (max-width: 620px){
		#section1 .imgsContainer{
			margin-top: -208px;
			margin-left: -516px;
			width: 534px;
			height: 464px;
		}
	}
	#iphone2{
		z-index: 10;
	}
	#iphone2.active{		
		-webkit-transform: translate3d(-134px, 0px, 0px);
		-moz-transform: translate3d(-134px, 0px, 0px);
		-ms-transform:translate3d(-134px, 0px, 0px);
		transform: translate3d(-134px, 0px, 0px);
	}
	
	#iphone3{
		z-index: 12;
	}
	#iphone3.active{		
		-webkit-transform: translate3d(213px, 0px, 0px);
		-moz-transform: translate3d(213px, 0px, 0px);
		-ms-transform:translate3d(213px, 0px, 0px);
		transform: translate3d(213px, 0px, 0px);
	}
	
	#iphone4{
		z-index: 11;
		left: 140px;
	}
	
	#iphone4.active{		
		-webkit-transform: translate3d(548px, 0px, 0px);
		-moz-transform: translate3d(548px, 0px, 0px);
		-ms-transform:translate3d(548px, 0px, 0px);
		transform: translate3d(548px, 0px, 0px);
	}
	
	
	
	
	/* Section 2 
	* --------------------------------------- */
	#section2 img{
		height: 100%;
		margin: 0 0 0 0;
	}
	#section2 .imgsContainer,
	#staticImg .imgsContainer,
	#section3 .imgsContainer{
		position: absolute;
		z-index: 1;
		left: 50%;
		display: block;
		margin-top: -288px;
		margin-left: -636px;
		width: 0;
		height: 0;
		
		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
		transition: all 1.2s ease-in-out;
	}
	
	#section2.moveUp .imgsContainer{
		top: 50%;
	}
	
	#section2.moveDown .imgsContainer,
	#staticImg .imgsContainer{
		top: 90%;
	}
	
	#section2.active .imgsContainer{
		top: 50%;
	}
	
	#section2 .box{
		top: 22%;
		left: 42%;
		position: absolute;
		width: 582px;
	}
	
	#iphone-yellow{
		top: -35px;
		left: -222px;
	}
	
	#iphone-red{
		top: -194px;
		left: 106px;
	}
	
	#iphone-blue{
		top: 320px;
		left: 448px;
	}
	
	#iphone-green{
		left: 106px;
		position:absolute;
	}
	
	#staticImg{
		display: block;
		position: absolute;
		z-index: 1;
		top: 200%;
		left: 0;
		width: 100%;
		min-width: 980px;
		height: 100%;
		
		-webkit-transition: all 0.7s ease-out;
		-moz-transition: all 0.7s ease-out;
		-o-transition: all 0.7s ease-out;
		transition: all 0.7s ease-out;
	}
	#staticImg.moveDown{
		top: 300%;
	}
	#staticImg.moveDown .imgsContainer{
			top: 50%;
	}
	#staticImg.moveDown img{
		top: 155px;
	}
	
	#staticImg.active .imgsContainer{
		top: 50%;
	}
	
	
	#staticImg.active img{
		top: 487px;
	}
	
	
	
	
	
	/* Section 3
	* --------------------------------------- */
	#section3 .imgsContainer{
		top: 50%;
	}
	
	#section3 img{
		height: 100%;
		margin: 0 0 0 0;
	}
	#section3 .box{
		text-align: center;
		margin: 10% 0 0 0;
	}
	

	
	/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
	.fullPage-tooltip{
		color: #AAA;
        width:130px;
        background:#f2e7db;
        font-size:10px;
        font-family: 'brandon-grotesque';
        font-weight:900;
        letter-spacing:1px;
        padding:5px;
        margin-top:-5px;
        text-transform:uppercase;
	}
	
	
	#section0 #fullPage-nav span, .fullPage-slidesNav span {
		border-color:#aea192;
	}
	
	
	#section0 #fullPage-nav li .active span, .fullPage-slidesNav .active span{
		background:#aea192;
		
	}
	
	#section1 #fullPage-nav span, .fullPage-slidesNav span {
		border-color:#ffffff;
	}
	
	
	#section1 #fullPage-nav li .active span, .fullPage-slidesNav .active span{
		background:#ffffff;
		
	}
.info_number {
    font-family:'kavoon';
    font-size:3em;
}

.info_unit {
    font-family:'"brandon-grotesque"';
    font-weight:400;
    font-size:0.8em;
    letter-spacing:1px;
    margin-top:10px;
}



.dochtervan {
    font-family: '"brandon-grotesque"', "skolar";
    text-transform:uppercase;
    font-weight:900;
    font-size:1.1em;
    letter-spacing:0.2em;
    margin-top:50px;
}

#voornaam {
    font-family: '"brandon-grotesque"', "skolar";
    text-transform:uppercase;
    font-weight:900;
    font-size:1.3em;
    letter-spacing:0.2em;
    margin-top:60px;
}

#achternaam {
    font-family: "skolar";
    font-size:1em;
    font-style:italic;
}

#naamlinks {
    width:200px;
    
}

#cirkel_geel {
    width:18em;
    height:9em;
    
    background: url(../img/schijf1.png) no-repeat;
    background-size:cover;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    
    -moz-border-bottom-right-radius: 999px;
    -moz-border-bottom-left-radius: 999px;
    
    margin-left:auto;
    margin-right:auto;
    
}

#cirkel_geel img {
    margin-top:1em;
    width:9em;
    height:7em;
    
}

#cirkel_geel2 {
    width:18em;
    height:9em;
    
    background: url(../img/schijf2.png) no-repeat;
    background-size:cover;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    
    -moz-border-bottom-right-radius: 999px;
    -moz-border-bottom-left-radius: 999px;
    
    margin-left:auto;
    margin-right:auto;
    
}

#cirkel_geel2 img {
    margin-top:1em;
    width:9em;
    height:7em;
    
}

#cirkel_rood {
    width:18em;
    height:9em;
    
    background: url(../img/schijf3.png) no-repeat;
    background-size:cover;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    
    -moz-border-bottom-right-radius: 999px;
    -moz-border-bottom-left-radius: 999px;
    
    margin-left:auto;
    margin-right:auto;
    
}

#cirkel_rood img {
    margin-top:1em;
    width:9em;
    height:7em;
    
}

#cirkel_blauw {
    width:18em;
    height:9em;
    
    background: url(../img/schijf4.png) no-repeat;
    background-size:cover;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    
    -moz-border-bottom-right-radius: 999px;
    -moz-border-bottom-left-radius: 999px;
    
    margin-left:auto;
    margin-right:auto;
    
}

#cirkel_blauw img {
    margin-top:1em;
    width:9em;
    height:7em;
    
}





#dag {
    font-family: '"brandon-grotesque"';
    font-size:2em;
    padding-top:0.22em;
    font-weight:900;
    color:#e25942;
}

#maand {
    font-family: '"brandon-grotesque"';
    font-size:0.5em;
    color:#e25942;
}

#jaar {
    font-family: '"brandon-grotesque"';
    font-size:1.2em;
    font-weight:900;
    color:#e25942;
}

#dagensamen {
    background-image:url(../img/samenwonend.png);
    width:20.81em;
    height:12.5em;
    background-repeat:no-repeat;
    margin-top:200px;
    
    
}

#samenwonend {
    background-image:url(../img/samenwonend.png);
    background-size:333px 200px;
    background-repeat:no-repeat;
    margin-top:200px;
    width:20.81em;
    height:12.5em;
}

#vormgevers {
    background-image:url(../img/samenwonend.png);
    background-size:333px 200px;
    background-repeat:no-repeat;
    margin-top:200px;
    width:20.81em;
    height:12.5em;
}

#dagensamennummer {
    font-family: '"brandon-grotesque"';
    font-size:4em;
    font-weight:900;
    text-transform:uppercase;
    
}

#dagensamentekst {
    font-family: "skolar";
    font-size:1.3em;
    font-style:italic;
}

.titleimage {
    width:80%;
height:auto;
    
}

#samenwonendnummer {
        font-family: '"brandon-grotesque"';
    font-size:4em;
    font-weight:900;
    text-transform:uppercase;
}

#vormgeversnummer {
        font-family: '"brandon-grotesque"';
    font-size:4em;
    font-weight:900;
    text-transform:uppercase;
}

#samenwonendtekst {
        font-family: "skolar";
    font-size:1.3em;
    font-style:italic;
}

#vormgeverstekst {
        font-family: "skolar";
    font-size:1.3em;
    font-style:italic;
}

#icoon {

    padding-top:0.15em;

}

#icoon img {

    width:120px;
    height:90px;

}

#schijf_geel {
    padding-top:10px;
    width:16em;
    height:8em;
    background-color:#3f4a54;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
    
    -moz-border-top-right-radius: 999px;
    -moz-border-top-left-radius: 999px;
    
    margin-left:auto;
    margin-right:auto;
}

#title {
    width:42.5em;
    height:35.938em;
    padding-top:3em;
}

#meter {
    text-align:center;
    
}

.foto_meter1 {
background: url(../img/jolien.png) no-repeat;
    background-size:contain;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
    margin-left:auto;
    margin-right:auto;
    transition: all 0.5s ease;
    
}

.foto_meter1:hover {
background: url(../img/jolien_hover.png) no-repeat;
background-size:contain;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    
}

.foto_meter2 {
background: url(../img/liesbet.png) no-repeat;
background-size:contain;
    background-size:contain;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    transition: all 0.5s ease;
    
}

.foto_meter2:hover {
background: url(../img/liesbet_hover.png) no-repeat;
background-size:contain;
    width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;

    
}

#center {

    width:100%;
    height:100%;
    padding-top:5%;
    padding-bottom:10%;
}

#voornaam_meter {
    padding-top:1.2em;
    color:#792011;
    font-family: "brandon-grotesque";
    font-weight:900;
    font-size:2em;
    letter-spacing:0.10em;
}

#achternaam_meter {
    color:#f2e7db;
    font-family: "skolar";
    font-style:italic;
    padding-top:7px;
    font-size:1.3em;
    padding-bottom:2em;
}

#meter_titel {
    font-family: "brandon-grotesque";
    font-weight:900;
    color:#792011;
    padding-bottom:2em;
    font-size:2em;
    letter-spacing:0.10em;
}

#icoon_stat {
    width:6em;
    height:6em;
    padding-bottom:8px;
}

#nummer_stat {
    color:#e25942;
    font-family: "brandon-grotesque";
    font-weight:900;
    font-size:3em;
    letter-spacing:0.10em;
}

#naam_stat {
        color:#f2e7db;
    font-family: "skolar";
    font-style:italic;
    padding-top:7px;
    font-size:1.3em;
    padding-bottom:2em;
}

#cell_row {
    display:table-cell;
    vertical-align:middle;
    width:100%;
}

#cell_column {
    display:table-cell;
    vertical-align:middle;
    width:100%;
}

#stat_titel {
        font-family: "brandon-grotesque";
    font-weight:900;
    color:#232424;
    padding-bottom:2em;
    font-size:1.7em;
    letter-spacing:0.10em;
}



#section3 {
    background-size: cover;
    background-image: url(../img/kaartslide.gif);
    padding: 0 0 0 0;
}
#section4 {
    background-size: cover;
    background-image: url(../img/kaartslide_2.gif);
    padding: 0 0 0 0;
}

#plaatsnaam {
    font-family: "brandon-grotesque";
    font-size:1.3em;
    letter-spacing:0.1em;
    color:#3f4a54;
    font-weight:900;
}

#plaatadres {
    font-family: "skolar";
    font-size:1em;
    color:#3f4a54;
    font-style:italic;
    font-weight:400;
    padding-top:0.5em;
}

#plaatsnaamklein {
    font-family: "brandon-grotesque";
    font-size:1.3em;
    letter-spacing:0.1em;
    color:#3f4a54;
    font-weight:900;
}

#plaatadresklein {
    font-family: "skolar";
    font-size:1em;
    color:#3f4a54;
    font-style:italic;
    font-weight:400;
    padding-top:0.5em;
}

#section4 #plaatsnaam {
	text-align:center;
	color:#792011;
	}
	
	#section4 #plaatadres {
	text-align:center;
	color:#792011;
	}
	
	#section4 #plaatsnaamklein {
	text-align:center;
	color:#792011;
	}
	
	#section4 #plaatadresklein {
	text-align:center;
	color:#792011;
	}
	
	

#plaatsnaamiphone {
    font-family: "brandon-grotesque";
    font-size:1.3em;
    letter-spacing:0.1em;
    color:#792011;
    font-weight:900;
	text-align:center;
}

#plaatadresiphone {
    font-family: "skolar";
    font-size:1em;
    color:#792011;
    font-style:italic;
    font-weight:400;
    padding-top:0.5em;
	text-align:center;
}

.plaatsadres {
    width:7em;
    height:7em;
}

.winkeladres {
    width:15em;
    height:11.25em;
}

#displaysmall {
    display:none;
}

#iphonegeboortelijst {
	text-align:center;
	}


@media screen and (min-width:501px) and (max-width:999px) and (orientation : portrait) {
	
	    #displaysmall {
    display:block;
}

#displaylarge {
	display:none;
	}

#section3 {
    background-image:none;
}

#section4 {
    background-image:none;
}


#plaatsnaam {
    font-size:1.7em;
}

#plaatadres {
    font-size:1.3em;
}

#plaatsnaamklein {
    font-size:1.7em;
}

#plaatadresklein {
    font-size:1.3em;
}

#winkelsnaamiphone {
    font-size:1.7em;
}

#winkeladresiphone {
    font-size:1.3em;
}


#plaatadres a {
    color:#792011;
    text-decoration:underline;

}
	
	}
 

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    
    #displaysmall {
    display:block;
}

#displaylarge {
	display:none;
	}

#section3 {
    background-image:none;
}

#section4 {
    background-image:none;
}


#plaatsnaam {
    font-size:1.7em;
}

#plaatadres {
    font-size:1.3em;
}

#plaatsnaamklein {
    font-size:1.7em;
}

#plaatadresklein {
    font-size:1.3em;
}

#winkelsnaamiphone {
    font-size:1.7em;
}

#winkeladresiphone {
    font-size:1.3em;
}

#plaatadres a {
    color:#792011;
    text-decoration:underline;

}

}

#tabel {
       margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
     display: table;
}

#tabelcel {
     display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}

#tabelcelinhoud {
        width: 55em;
    height: 32em;
    margin: auto;
}

#tabel2 {
       margin: 0;
    padding: -5% 0 0 0;
    height: 90%;
    width: 100%;
     display: table;
}

#tabelcel2 {
     display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}

#tabelcelinhoud2 {
        width: 55em;
    height: 32em;
    margin: auto;
}

#tabel3 {
       margin: 0;
    padding: -15% 0 0 0;
    height: 75%;
    width: 100%;
     display: table;
}

#tabelcel3 {
     display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}

#tabelcelinhoud3 {
        width: 55em;
    height: 32em;
    margin: auto;
}

#arrow {
		
	position:fixed;
	bottom:30px;
	text-align:center;
	width:60px;
	right:50px;
	
	}




#metersmidden{
	width:100%;
	background-size:auto;
	min-height:300px;
	background:url(../img/metersbg.png) no-repeat center center;
	}


.echo1 {
background: url(../img/rontgen1.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.echo2 {
background: url(../img/rontgen2.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.echo3 {
background: url(../img/rontgen3.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
   /*transition: opacity 0.5s ease;*/
    
}

.echo4 {
background: url(../img/rontgen4.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.echo5 {
background: url(../img/rontgen5.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.echo6 {
background: url(../img/rontgen6.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto1 {
background: url(../img/a1.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto2 {
background: url(../img/a2.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
   /*transition: opacity 0.5s ease;*/
    
}

.foto3 {
background: url(../img/a3.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto4 {
background: url(../img/a4.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
   /*transition: opacity 0.5s ease;*/
    
}

.foto5 {
background: url(../img/a5.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto6 {
background: url(../img/a6.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
   /*transition: opacity 0.5s ease;*/
    
}

.foto7 {
background: url(../img/a7.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto8 {
background: url(../img/a8.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto9 {
background: url(../img/a9.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto10 {
background: url(../img/a10.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto11 {
background: url(../img/a11.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto12 {
background: url(../img/a12.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto13 {
background: url(../img/a13.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto14 {
background: url(../img/a14.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto15 {
background: url(../img/a15.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto16 {
background: url(../img/a16.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto17 {
background: url(../img/a17.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto18 {
background: url(../img/a18.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto19 {
background: url(../img/a19.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto20 {
background: url(../img/a20.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto21 {
background: url(../img/a21.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto22 {
background: url(../img/a22.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto23 {
background: url(../img/a23.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto24 {
background: url(../img/a24.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto25 {
background: url(../img/a25.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto26 {
background: url(../img/a26.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto27 {
background: url(../img/a27.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto28 {
background: url(../img/a28.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto29 {
background: url(../img/a29.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

.foto30 {
background: url(../img/a30.jpg) center center no-repeat;
background-size:cover;
width:11em;
    height:11em;
    
        border-radius: 999px;
    
    -moz-border-radius: 999px;
        margin-left:auto;
    margin-right:auto;
    /*transition: opacity 0.5s ease;*/
    
}

#fotos {
	padding-top:-40px;
	}

#titel_foto {
        padding-top:1.2em;
    color:#b54735;
    font-family: "brandon-grotesque";
    font-weight:900;
    font-size:1.2em;
    letter-spacing:0.10em;
}

#tekst_foto {
        color:#f2e7db;
    font-family: "skolar";
    font-style:italic;
    padding-top:7px;
    font-size:0.8em;
    padding-bottom:2em;
}

#fotohover {

}

#fotohover:hover {

background: url(../img/kodak.png) no-repeat;
background-size:cover;
}

#winkelsnaam {
    font-family: "brandon-grotesque";
    font-size:1.3em;
    letter-spacing:0.1em;
    color:#792011 ;
    font-weight:900;
    text-align:left;
}

#winkeladres {
    font-family: "skolar";
    font-size:1em;
    color:#792011 ;
    font-style:italic;
    font-weight:400;
    padding-top:0.5em;
    text-align:left;
}

#winkelsnaamiphone {
    font-family: "brandon-grotesque";
    font-size:1.3em;
    letter-spacing:0.1em;
    color:#792011 ;
    font-weight:900;
    text-align:center;
}

#winkeladresiphone {
    font-family: "skolar";
    font-size:1em;
    color:#792011 ;
    font-style:italic;
    font-weight:400;
    padding-top:0.5em;
    text-align:center;
}

#winkeladres a {
    color:#232424;
    text-decoration:underline;

}

#plaatadres a {
    color:#232424;
    text-decoration:underline;

}

#title_slot {
    width:31.25em;
    padding-top:3em;
}

#section5 {
    background: url(../img/patroon.png) repeat;
}




	
	body{
		color: #333;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	}
	
	
	/* Style for our header texts 
	* --------------------------------------- */
	h1{
		font-size: 5em;	
		font-family: 'kavoon',helvetica;
		margin:0;
		padding:0;
	}
	h2{
		font-size: 2em;
		margin: 0 0 18px 0;
		font-family: arial,helvetica;
	}
	
    #date_top {
        text-align:center;
        
        }

    .date_number {
        font-family:'Kavoon', "skolar";
        font-size:4em;
        color:#f2e7db;
        }

    .date_month {
    font-family:'"brandon-grotesque"';
    font-weight:400;
    font-size:0.7em;
    letter-spacing:1px;
    text-transform:capitalize;
    margin-top:5px;
    color:#3f4b54;
        }

    .date_year {
        font-family: 'kavoon';
        font-size:2em;
        color:#3f4b54;
        }


	