body {
	background-color:rgb(246, 248,249);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #a9121d;
	text-align: center;
	font-size: 14px;
}

.jumbotron {
	background-image: url('../img/homeheader.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	height: 200px;

}

@media screen and (min-width: 768px) {
    .jumbotron {
        height: 400px;
    }
}

.jumbotron .container {
	text-align: left;
	text-shadow: 0px 0px 4px rgba(33, 33, 33, 1);
}


.navbar-nav>li>a {
	font-weight: bold;
}

a.navbar-brand {
	font-family: 'Sacramento', cursive;
	font-size: 36px;
	padding-top: 20px;
}

.navbar-nav>li>a,
a {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:focus, a:hover,
.nav>li>a:hover {
	background-color: transparent;
	color: black;
	
}

a {
	color: #a9121d;
}

.navbar-toggle .icon-bar {
	background-color: #a9121d;
}

.jumbotron h1 {
    color: #fff;
    font-size: 48px;
}

.jumbotron p {
    color: white;
    font-size:20px;
    margin-bottom: 0px;
}

.row.fotorij img {
	margin-bottom: 25px;
	width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


.footer {
	position:absolute;
    width: 100%;
    background-color: rgb(246, 248,249);
    color: #a9121d;
    border-top: 2px solid #a9121d;
    margin-top: 10px;
}

.footer a {
	text-decoration: underline;
}

.row.info img {
	margin-top: 25px;
	width: 100%;
}

.quote {
	font-style: italic;
}


.row.foto .col-sm-4 img {
	margin-top: 25px;
	width: 100%;
}

.row.ervaring .col-sm-3 img {
	margin-top: 25px;
	width: 100%;
}


.row.info a {
	text-decoration: underline;
}

table.driekolommen {
	max-width: 600px;
}

table.driekolommen.table-bordered>tbody>tr>th,
table.driekolommen.table-bordered>tbody>tr>td {
	width: 33%;
	max-width: 200px;
	border: 1px solid rgba(169, 18, 29, 0.25);
}