<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #2c3e50;
	font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
    height: 680px;
    width: 100%;
    top: 80px;
    z-index: -100;
}

a {
	color: #3498db;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: #2980b9;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

h2 {
	color: #2b2a2f;
    font-weight: 700;
    text-transform: uppercase;
}
p.lead {
	font-size: 22px;
	font-weight: 400;
}
p {
	margin-bottom: 20px;
    color: #000;
}
p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
b, strong {
	
}
.contact a {
    color: #000;
}


/*	Navbar
	==================================================*/
.navbar {
	border-radius: 0px;
	border: 0px;
	border-color: transparent;
	color: #333!important;
}
.navbar-fixed-top {
	background-color: rgba(255, 255, 255, 1);
}
.navbar-top {
	background:#FFF44D;
    background-color: #f3f3f3;
    padding: 8px 0px;
    border-bottom: 1px dashed #000;
    border-bottom: 1px dashed #ddd;
}
.navbar-top .glyphicon {
	margin-left: 5px;
}
#header &gt; div &gt; ul &gt; li:nth-child(1) {
	border-right: 1px solid #dedede;
}
.navbar-top .navbar-right li a {
	padding: 15px;
}	
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #9F0056;
}
.navbar-nav&gt;li&gt;a {
	padding: 30px 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	color: inherit;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	padding: 30px 0px;
	font-weight: 400;
}
.navbar-top .navbar-nav li a {
	font-size: 13px;
    color: #9F0056;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover, .navbar-inverse .navbar-nav&gt;li&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #9F0056;
    color:#000;
    text-decoration:underline;
}
.navbar-inverse .navbar-nav&gt;li&gt;a.btn-offerte:hover, .navbar-inverse .navbar-nav&gt;li&gt;a.btn-offerte:focus,
.navbar-inverse .navbar-nav&gt;.active&gt;a.btn-offerte, .navbar-inverse .navbar-nav&gt;.active&gt;a.btn-offerte:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a.btn-offerte:focus {
    color: #fff;
    background-color: #000;
    border:1px solid #000;
    border-radius: 0;
    text-decoration:none;
}
.header-button {
	margin-left: 15px;
}

.btn-primary {
    color: #000;
    background-color: #FFF44D;
    border:1px solid #000;
    border-radius: 0;
}

.btn-primary:hover{
    color: #fff;
    background-color: #000;
    border:1px solid #fff;
    border-radius: 0;
}

.scrollup {
    background-color: purple;
    border-radius: 4px;
    bottom: 5%;
    display: none;
    font-size: 20px;
    height: 50px;
    opacity: 0.8;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    border: 1px solid #111;
}
.scrollup .glyphicon  {
    margin-top: 10px;
    color: #fff;
    font-size: 25px;
}

#arrow {
	padding: 0px;
	background-color: #ecf0f1;
}

#arrowwhite {
	padding: 0px;
	background-color: #fff;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #9F0056;
    border-top: 30px solid #000;
    margin: 0 auto;
}
.animated {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*	Section
	==================================================*/
.section {
	padding: 100px 0;
}
.active-section {
	top: 80px;
}
.navbar.active-section {
	top: 0 !important;
}

#informatie { background: #fff;}

/*	Button &amp; Label
	==================================================*/
.btn {
	font-weight: normal;
}
.btn, .label {
	font-weight: 300;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #9F0056;
	border-color: #600034;
}
.btn-success:hover, .btn-success:focus {
	background-color: #600034;
	border-color: #9F0056;
}

.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b; 
	border-color: #c0392b; 
}
/*	Tab &amp; Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs&gt;li&gt;a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
	background-color: #ecf0f1;
}
.nav-tabs&gt;li&gt;a:hover,.nav-tabs&gt;li&gt;a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:hover, .nav-pills&gt;li.active&gt;a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
	background-color: #1abc9c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.navbar-inverse .nav .btn-offerte {
    padding: 15px;
}

.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default&gt;.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default&gt;.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}

/*	Form
	==================================================*/
label {
	font-weight: 300;
}
.input-group {
	margin-bottom: 10px;
}
.form-control {
	font-weight: 300;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover,
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	background-color: #ecf0f1;
}
.form-control:hover, .form-control:focus {
	outline: none;
	border-color: #ecf0f1;
	background-color: #FFF;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control:-moz-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control::-moz-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control:-ms-input-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control::-webkit-input-placeholder{color:#bdc3c7; font-weight: 300;}
.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
	border-color: #2ecc71;
	background-color: #FFF;
	color: #2ecc71;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}
.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
	background-color: #FFF;
	border-color: #e67e22;
	color: #e67e22;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}
.has-error .form-control:hover, .has-error .form-control:focus {
	background-color: #FFF;
	border-color: #e74c3c;
	color: #e74c3c;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
    border-bottom:1px solid #000;
}

/*	Parallax Background
	==================================================*/

#parallax {
  height: 680px;
  width: 100%;
  top: 80px;
  position: fixed;
  background: url('../img/MiryamBreeuwerin.jpg') 0 -100px no-repeat;
  background: url('../img/miryam-breeuwer.png') 0 -100px no-repeat;
  background: url('../img/miryam-breeuwer1.png') 0 -0px no-repeat;   
  background-size: cover;
  z-index: -100;
}


/*	Hero
	==================================================*/
#hero {
	background: rgba(0, 0, 0, 0);
    background: url('../img/MiryamBreeuwerin.jpg') 0 -100px no-repeat;
    background: url('../img/miryam-breeuwer.png') 0 -100px no-repeat;
    background: url('../img/JvK_20100408_Miryam_03.jpg ') 0 50px no-repeat fixed;
    background: url('../img/miryam-breeuwer1.png') 0 50px no-repeat fixed;
    background-size: cover;
	color: #000;
	padding: 0;
}

#hero .lp-element {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

#Overmij {
    background: #9F0056 url('../img/bg_stripe.png');
    background-color: #ffe400;
    background: #000;
    
    color: #fff;
    padding: 30px;
    text-align: left;
}
#Overmij p {
    color: #fff;
}
/*	Overview
	==================================================*/ 
#overons {
	background-color: #ecf0f1;
    text-align: center;
}
#overons .icon {
	padding: 25px 0px;
    min-height: 150px;
}

#overons h3::first-letter {
	border-bottom: 2px solid yellow;
}
#overons p.lead {
	margin-left: 0px;
	color: rgb(121, 121, 122);
	font-weight: 400;
	font-size: 20px;
}
.overview, .service-block {
	text-align: center;
    min-height: 415px;
}
#overons .glyphicon-remove {
    color: #111;
}
.service-block p { font-size: 15px;}
#overons .service-block {
    margin-bottom: 0px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
.overview .lead {
	margin: 40px 10%;
	margin-bottom: 80px;
}
#overons .modal-body p {
    text-align: justify;
}
/*	Image
	==================================================*/
#image {
	background-color: #ecf0f1;
    background-color: #fff;
}

/*#image [class*='col-'] {
	padding-left: 0px;
	padding-right: 0px;
}*/
/*#image img {
	min-height: 500px;
}*/

#image img {
	margin-top: 130px;
}

#image hr {
	border-top: solid 1px #fff;
}
#image .col-md-2,
#image .col-md-10 {
		padding: 25px 0px 25px;
        padding: 15px 0;
}
#image .glyphicon-ok {
	font-size: 25px;
	color: #9F0056;
}

.content-block { text-align: left; }
.content-block h2{ text-align: center; }
.content-block p.lead{ text-align: center; }
/*	Call us
	==================================================*/
#callus {
	text-align: center;
	background: #9F0056 url('../img/bg_stripe.png');
    background: #000;
	padding: 50px;
	color: #fff;
}
#callus .glyphicon-earphone{
    font-size: 20px;
    color: #fff;
}
#callus hr {
	margin-bottom: 0px;
	border: 1px solid #fff;
}
#callus a {
	color: #fff;
    font-size:34px;
    font-weight:800;
}

/*	Slider
	==================================================*/ 
/*#slider {
	background-color: #ecf0f1;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	color: #3498db;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover {
	color: #2980b9;
}
.carousel-indicators li {
	border-color: #34495e;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #34495e;
	border: 1px solid #34495e;
}
.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 15%;
}
.carousel-inner blockquote small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.carousel-inner blockquote p {
	font-size: 24px;
}
.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: -20px;
}
.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
	height: 40px;
	width: 40px;
}*/

/*	Newsletter
	==================================================*/ 
/*#newsletter {
	text-align: center;
}
#newsletter .overview p.lead {
	margin: 30px 10%;
	margin-bottom: 40px;
}
#newsletter form {
	width: 50%;
	margin: 0 25%;
}*/

/*	Responsive
	==================================================*/ 
footer p {
    color: #fff;
}
#clienten {
	background-color: #fff;
    display:none;

}
#parallaxterug {
	height: 200px;
	padding: 0px;
	border-bottom: 5px solid #9F0056;
}
#footer {
    background-color: #191b1f;
    color: #93959d;
    background-image: url('../img/bg_stripe.png');
    color: #fff;
    padding: 50px 0px;
}
#footer h3 {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding: 0px 0 10px 0;
} 

#footer p {
    color: #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover{    text-decoration:underline;}
#footer li {
	text-decoration: none;
	list-style: none;
}
#footer .glyphicon {
	margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

#wp-footer {
    background-color: #0d0e11;
    color: #ffffff;
    padding: 20px 0;
}
/*	Responsive
	==================================================*/ 

@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 19px;
	}
	h4, .carousel-inner blockquote p {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	p.lead {
		font-size: 18px;
	}
	.section {
		padding: 60px 0;
	}
	.overview p.lead {
		margin-bottom: 40px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	
	#newsletter form {
		width: 100%;
		margin: 0;
	}
	.input-lg, .btn-lg {
		font-size: 12px;
		height: 37px;
	}  
    #image .col-md-2, #image .col-md-10 {
        padding: 25px 0px 25px;
        padding: 15px 0;
        margin: 0 19px;
    } 
    #image p { text-align:left} 
    #image p.lead {
        text-align: center;
    }
}

@media (max-width: 748px) {
	#hero {
    	min-height: 555px;
    } 
	#hero .lp-element {
		margin-left: -30px;
		margin-right: -30px;
	}
	#hero h1 {
		font-size: 38px;
	}
	#hero p.lead {
		font-size: 1.5em;
	}
	#gallery .col-xs-6 {
		width: 50%;
	}

    .navbar-brand {
        padding: 15px 0px;
    }
    .navbar-brand img {
        height: 45px;
    }
	.navbar.navbar-top {
		min-height: 40px;
	}
	.navbar-top li, .navbar-top li a {
		display: inline!important;
	}
	.navbar-fixed-top {
		top: 41px;
        top: 0px;
	}
	.top-nav {
		top: 0px;
	}
	.navbar-top .navbar-right li a {
		padding: 0px;
	}
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		padding: 15px;
	}
	#hero .lp-element {
		margin: 100px 0px 0px 0px;
	}
    
	#hero h1 {
		font-weight: 400;
	    color: #9F0056;
        color: #915941;
	    font-size: 33px;
	    /*text-shadow: .03em .03em .01em #2b2b2b;
	    font-family: museo_sans500;*/
	}
	#hero p.lead {
		color: #333;
		font-size: 20px;
		/*text-shadow: .05em .05em .02em #2b2b2b;
	    font-family: museo_sans500;*/
	}
	#hero a.btn {
		margin: 15px;
	}
    #Overmij {
        text-align: center;
    }
	#overons .service-block {
		margin-bottom: 10px;
	}
    #overons .icon {
        padding: 15px 0px;
        min-height: 100px;
    }
    .overview, .service-block {
        text-align: center;
        min-height: 0;
    }
	#Overmij p {
		font-size: 26px;
	}
	#image {
		padding: 50px 0;
	}
	#callus p.lead {
		font-size: 14px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	   text-align: center;
	}
    #callus a {
        color: #fff;
        font-size: 28px;
        font-weight: 800;
    }

}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 200px;
    }
    #header &gt; div {
        min-width: 750px;
        padding-right: 0px;
    }
    .navbar-brand {
        padding: 8px 15px;
    }
    
	#hero .lp-element {
		margin: 150px 0px 0 400px;
	}
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		font-size: 13px;
	}
	.top-nav {
		top: 0px;
	}
    
	#hero h1 {
	    font-size: 24px;
	}
	#hero p.lead {
		font-size: 17px;
        line-height:25px;
	}
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		padding: 40px 0px;
	}
    .navbar-inverse .nav .btn-offerte {
        margin-top: 23px;
    }
    .container&gt;.navbar-header, .container&gt;.navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .btn-lg {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 1.33;
    }
	#hero a.btn {
		margin: 5px;
	}
    #informatie {
        margin-top: 40px;
	}
	#Overmij p {
		font-size: 24px;
	}
	#callus p.lead {
    font-size: 24px;
    }
    
    .container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
        margin-right: 0px;
    }
    	
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #hero {
        background-size: initial;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .navbar-nav {
        float:right;
        width: 500px;
   }
   .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 30px 0px;
    }
    .navbar-inverse .nav .btn-offerte {
        margin-top: 12px;
    }
    .navbar-brand img {
        margin-top: 30px;
    }
    #overons .service-block {
        margin-bottom: 30px;
    }
    #hero {
    	background: rgba(0, 0, 0, 0);
        background: url('../img/MiryamBreeuwerin.jpg') 0 -100px no-repeat;
        background: url('../img/miryam-breeuwer.png') 0 -100px no-repeat;
        background: url('../img/JvK_20100408_Miryam_03.jpg ') 0 50px no-repeat fixed;
        background: url('../img/miryam-breeuwer1.png') 0 140px no-repeat fixed;
        background-size: initial;
    	color: #000;
    	padding: 0;
        min-height: 684px;
    }
    #hero .lp-element {
        margin: 225px 0px 0 400px;
    }
}

@media (min-width: 980px) {
	.navbar-fixed-top .navbar-nav &gt; li &gt; a {
		font-size: 17px;
	}
	#hero {
    	min-height: 680px;
    } 
    #hero .lp-element {
		margin: 120px 0px 0px 590px;
	}
	#hero h1 {
	    font-size: 24px;
	}
	#hero p.lead {
		font-size: 18px;
	}
	#hero .lp-element {
        margin: 310px 0px 0px 600px;
    }
	#overons .service-block {
		margin-bottom: 0px;
	}
	#image .content-block {
		padding: 50px 0;
	}
	#image {
		padding: 0px 0 40px 0;
	}
	#Overmij p {
		font-size: 26px;
	}
	#Overmij a.btn {
		margin-left: 15px;
	}
}
@media (min-width: 980px){
    #hero {
    	min-height: 690px;
    } 
    #hero .lp-element {
        margin: 200px 0px 0px 600px;
    }
    .navbar-nav&gt;li&gt;a {
        padding: 30px 0;
        margin: 0 6px;
    }
    .navbar-fixed-top .navbar-nav &gt; li &gt; a {
        font-size: 16px;
    } 
    #Overmij p {
        font-size: 25px;
    }
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #hero .lp-element {
        margin: 120px 0px 0 600px;
    }
}
@media (min-width: 1180px){
 
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 40px 10px;
    }
    
    #hero {
		height: 750px;
	}

    #parallax {
	    height: 680px;
	    width: 100%;
	    top: 100px;
	    position: fixed;
	    background: url('../img/miryam-breeuwer.png') 0 -100px no-repeat;
	    background: url('../img/miryam-breeuwer1.png') 0 -50px no-repeat;
	    background-size: cover;
	    z-index: -100;
	}
	
	#hero .lp-element {
		margin: 275px 0px 0px 590px;
	}
    #hero h1 {
        font-size: 32px;
    }
    #Overmij p {
        font-size: 30px;
    }
}
@media (min-width: 1900px){
	#hero {
		height: 750px;
	}

}</pre></body></html>