/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
    font-family: "Playfair Display", serif;
	font-size: 1.6em;
    font-weight: 300;
	line-height: 1.6em;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    align-content: center;
    line-height: 1.5em;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
    text-align: center;
    padding: 0 10% 50px
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

/* Eigen varialbelen */

.footer {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 40px;
}
.footer a { text-decoration: none; color: #E6007E; font-weight:700; }
.footer a:hover { text-decoration: none; color: #999999; }
.tekstlink { text-decoration: none; color: #009FE3; font-weight:700; }
.tekstlink:hover { text-decoration: none; color: #333333; }
.lijntjeboven {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
	border-color: #FFED00;
    margin-top: 0px;
	margin-bottom: -9px;
}
.lijntjeonder {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
	border-color: #FFED00;
    margin-top: -50px;
	margin-bottom: -9px;
}

.logo {
    margin-top: 30px;    
}
.vetjes {
    font-weight:700;
    color: #333333;
}

.deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #E6007E;
	border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}

.deco img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.container .foto1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 2px dashed #009FE3;
    padding: 10px;
    max-width: 97%;
}

.container .foto2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 2px dashed #E6007E;
    padding: 10px;
    max-width: 97%;
}

.container h2 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
    padding-top: 20px;
	padding-bottom: 40px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
    white-space: nowrap;
}

.credits {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
    white-space: nowrap;
}

.naam {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #009FE3;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
    white-space: nowrap;
    margin-top: -15px;
}

/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
    
    body {
	    font-size: 1.2em;
    }
    .deco {
        transform: scale(0.9);
        margin-top: 20px;
        margin-bottom: -23px;
    }
    .logo {
        margin-top: 10px;
        transform: scale(0.9);
    }
    
    .credits {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        color: #000;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
}

.naam {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        color: #009FE3;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        margin-top: -5px;
}
    .container {
        padding: 0 7% 50px
}
    .container .foto1 {
        margin-top: 35px;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 2px dashed #009FE3;
        padding: 7px;
        max-width: 100%;
    }
    .container .foto2 {
        margin-top: 35px;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 2px dashed #E6007E;
        padding: 7px;
        max-width: 100%;
}
	.container blockquote {
		margin-bottom: -100px;
        font-size: 97%;
        line-height: 1.4em;
	}

	.container h2 {
		line-height: 22px;
		font-size: 20px;
		margin-bottom: -25px;
		letter-spacing: 8px;
	}
    
    .lijntjeboven {
        width: 75px;
        margin-top: 12px;
	    margin-bottom: 10px;
    }
    .lijntjeonder {
        width: 75px;
        margin-top: -20px;
	    margin-bottom: 0px;
    }
}
