/* general styles */
html, body {
    height: 100%;
    width: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/* padded section */
.pad-section {
    padding: 30px 0;
}
.pad-section img {
    width: 100%;
}

.logo {
    width: 50%;
    padding-top:20px;
    padding-bottom:20px;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/* additional sections */
#home {
    background: url(/images/achtergrond2.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.price {
    font-size: 10em;
    line-height: 0.8em;
}

#about {
}

.services {
    background-color: #5DB1B6;
    color: #ffffff;
}

.services2 {
    background-color: #ffffff;
    color: #764380;
}

.services3 {
    background-color: #764380;
    color: #ffffff;
}


.services .glyphicon,
.services .fa,
.services3 .glyphicon,
.services3 .fa,
.services2 .glyphicon,
.services2 .fa {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.services2 .fa,
.services2 .glyphicon {
    border: 2px solid #764380;
}

.services img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    width: 50%;
}

#information {
    background: url(/images/achtergrond.jpg) no-repeat center center fixed;
    display: table;
    height: 400px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#information .panel {
    opacity: 0.85;
}

#google_map {
    height: 300px;
}

footer {
    padding: 20px 0;
}
footer .glyphicon {
    color: #333333;
    font-size: 60px;
}
footer .glyphicon:hover {
    color: #306d9f;
}
