/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
	display: inline-block;

}

hr {
    max-width: 100%;
    border-color: #999999;
}

#google{
width: 32px;
height: 32px;


}

#wrappert{

margin: 0 auto;
}

.rowt{
padding-bottom: 50px;
}

.boxt{
width: 500px;
height: 100px;
background-color: #70AD47;
margin-top:5%;
font-size: 22px;
text-align: center;
color:white;
line-height:100px;
border-top-left-radius: 25px;
border-top-right-radius:25px;
float:left;

}

.boxtt{
width: 500px;
height: 100px;
float:left;
text-align:center;
background-color: #C5E0B3;
font-size: 22px;
color:black;
line-height:100px;
}

.cleart{
clear:both;
}

#titel1{
width: 300px;
height: 100px;
background-color: #70AD47;
font-size: 22px;
text-align: center;
color:white;
line-height:100px;
border-top-left-radius: 25px;
border-top-right-radius:25px;
float:left;

}

#titel2{
width: 300px;
height: 100px;
background-color: #C5E0B3;
font-size: 22px;
text-align: center;
color:black;
line-height:100px;
float:right;

}

#titel3{
width: 300px;
height: 100px;
background-color: #70AD47;
font-size: 22px;
text-align: center;
color:white;
line-height:100px;
border-top-left-radius: 25px;
border-top-right-radius:25px;
float:right;

}

#wrap{
width: 870px;
height: 355px;
}



ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

#inMidden{
max-width: 100% !important;
}

iframe{
  max-width: 100% !important;
}

#google-reviews{
  max-width: 100% !important;
}

#inMidden2{
margin-left: auto;
margin-right: auto;
width: 500px;
height: 200px;
}

#afb{
margin-left: auto;
margin-right: auto;
width: 285px;
height: 200px;
}

#onderaan{
margin-left: auto;
margin-right: auto;
width: 6%;


}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
	font-family: 'Times New Roman', arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	font-size: 2em;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 2em;
	
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 400;
    letter-spacing: 1px;
	color: red;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.5);
}

footer p {
    margin: 0;
    padding: 9px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 260px 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: 'Times New Roman', arial, sans-serif;
        font-size: 6em;
        font-weight: 700;
        line-height: normal;
        color: red;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: black;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.5);
    }

    .nav>li>a {
        padding: 29px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.50em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}