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

:root{
    --main-text-color: black;
    
    --main-border: white;
    --main-spacing: 50px;
    
    --navbar-main: #333a21;
    --highlight-color: #cce782;
    --intro-section: #e5e7e3;
    
    /* Color scheme */
    --platinum: #e5e7e3;
    --grey: #6d6d6d;
    --red: #592941;
    --darkgreen: #238242;
    --green: #9BB35A;
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--darkgreen);
}

html {
    width: 100%;
    height: 100%;
}

.container {
}

h1 {
    color: black;
    margin-top: 0;
    margin-bottom: 15px;
}

p {
    color: var(--main-text-color);
}

.margin {
    margin: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

.section {
    padding-top: 7%;
    padding-bottom: 7%;
    margin-bottom: var(--main-spacing);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.30);
}

.contact-section {
    margin-bottom: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.intro-section .container {
    padding-left: 0;
    padding-right: 0;
}

.intro-section {
    height: 100%;
    padding-top: 12%;
    text-align: center;
/*    background: url('../img/forest.jpg') no-repeat center center fixed;*/
    background: url('../img/rabbit.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-section .row {
    background: var(--platinum);
    border-radius: 30px;
    margin-left: 13%;
    margin-right: 13%;
    padding: 15px;
    box-shadow: 0 0 40px black;
    text-align: center;
}

.intro-section #extraMessage {
    background: var(--darkgreen);
    border-radius: 15px;
    border: 2px solid var(--platinum);;
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 2%;
    box-shadow: 0 0 40px black;
    text-align: center;
}

.intro-section #extraMessage h2, h4 {
    color: var(--platinum);
    margin: 0px;
    margin-bottom: 10px;
}

.intro-section p {
    font-size: 15px;
}

.media-intro {
    width: 180px;
    display: inline-block;
    text-align: center;
}

.media-body p {
    margin: 0px;
}

.intro-section .badge {
    background-color: var(--darkgreen);
    color: var(--platinum);
    width: 120px;
    border: 1px solid black;
}

.media-intro a:hover, .media-intro a:focus {
    color: var(--green);
}

.pension-section {
    background-color: #f2f6e8;
}

.navbar-inverse {
    background-color: var(--darkgreen);
    border: none;
    box-shadow: 0 0 8px black;
}

.navbar-inverse .navbar-brand {
    font-size: 22px;
    color: var(--platinum);
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--platinum);
    border-right: 1px solid rgba(0,0,0,0.3);
}

.navbar-inverse .navbar-nav > li:first-child {
    color: var(--platinum);
    border-left: 1px solid rgba(0,0,0,0.3);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: black;
    background-color: var(--green);
    font-weight: 600;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    border: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: black;
}

.info-section, .huisregels-section {
    height: auto;
    background-color: var(--platinum);
    
}

.huisregels-section .row {
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
}

.mediaText{
	margin-top: 20px;
}

.info-section p {
    font-size: 15px;
    line-height: 1.6;
}

.info-section img {
    box-shadow: 0 5px 20px black;
    padding: 2%;
}

.pension-section {
    height: auto;
}

.pension-image {
    background-color: var(--platinum);
}

.huisregels-section li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #333a21;
}

.glyphicon-star::before {
    content: "\e006";
    font-size: 17px;
}

.glyphicon-star:hover {
	color: var(--green);
}

.contact-links {
    margin-top: 40px;
}

.contact-section .badge {
    padding: 5px 12px;
    margin: 4px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    background-color: var(--darkgreen);
    color: var(--platinum);
    border-radius: 20px;
    border: 1px solid black;
}

.contact-links a:hover{
    color: var(--green);
}

.glyphicon-mail, .glyphicon-tel {
    line-height: 1.4;
    top: 0px;
}

.glyphicon-mail::before {
    content: "\2709";
    font-size: 17px;
    margin: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.glyphicon-tel::before {
    content: "\e182";
    font-size: 17px;
    margin: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.glyphicon-mail-big::before {
    width: 32px;
    height: 32px;
    content: "\2709";
    font-size: 25px;
    color: #333a21;
}

.contact-section .media-body p {
    margin: 5px 0px 5px 10px;
}

.voorwaarden-section {
    background-color: var(--platinum);
}

.voorwaarden-section .media {
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.tarieven-section {
    height: 100%;
    background-color: var(--platinum);
}

.row2 .col-sm-6 {
    padding-left: 0;
    padding-right: 40px;
    font-size: 15px;
    line-height: 1.8;
}

.keurmerk-img {
	margin-top: 20px;
	box-shadow: 0 0 10px black;
}

.tarieven-section td, .tarieven-section th{
    text-align: center;
    
}

.tarieven-section .table {
    width: 100%;
}

.contact-section {
    /* height: calc(100% - 60px); */
    height: auto;
    background-color: var(--platinum);
}

.contact-section .row {
    height: 100%;
    margin-bottom: 20px;
}

#map-container {
    width: 100%;
    height: 420px;
    /*border: 3px solid #333a21; */
    box-shadow: 0 0 10px black;
    border-radius: 15px;
}

.reserveren-section
{
	border-bottom: 50px solid var(--platinum);
	margin: 0px;
}

.section:last-child {
	margin: 0px;
}

.footer-section {
    height: 60px;
    line-height: 60px;
    background-color: var(--darkgreen);
    text-align: center;
    box-shadow: 0 0 8px black
}

.footer-section span {
    display: inline-block;
    vertical-align: middle;
    color: #f2f6e8;
}

.carousel{
    margin-right: 22%;
    margin-left: 22%;
    height: auto;
    
    box-shadow: 0 0 10px black;
}

.carousel-section {
    text-align: center;
    height: auto;
    background-color: var(--platinum);
}

.carousel-section h4 {
    margin-bottom: 25px;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    height: 400px;
}

.carousel-caption {
    /*background: rgba(0, 0, 0, 0.30) !important;*/
    padding: 5px;
    
    padding-top: 35px;
    
    position: relative;
    left: auto;
    right: auto;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    font-size: 40px;
    color: var(--darkgreen);
}

.item p {
    color: black;
    text-shadow: none;
}

.reserveHeader{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

label {
    color: #333a21;
}

.formContainer {
    padding-top: 80px;
    padding-left: 20%;
    padding-right: 20%;
}

.formContainer a {
    color: white;
}

#form {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px black;
}

.reserveerinfo {
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}

#reserveringsBtn {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 120%;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    background-color: var(--green);
}



textarea {
    max-width: 100%;
    max-height: 300px;
    min-width: 100%;
    min-height: 40px;
}

.form-group {
    padding-left: 10px;
    padding-right: 10px;
}

.form-check {
    margin-left: 5%;
}

.formContainer button {
    margin-top: 5px;
    margin-bottom: 10px;
}

/*-- END of DEFAULT ------------------------------------------------------------------*/




/*-- MEDIA MIN width of 768px --------------------------------------------------------*/
@media (min-width: 768px) {  

.contact-section p {
    margin-right: 40px
}
    
.info-section p {
    padding-right: 50px;
}


}




/*-- MEDIA MAX width of 768px --------------------------------------------------------*/
@media(max-width : 768px){

.section {
    padding-top: 16%;
    padding-bottom: 16%;
}
    
.intro-section {
    height: auto;
    padding-top: 22%;
    padding-bottom: 22%;
}
    
.intro-section .row {
    margin-left: 4%;
    margin-right: 4%;
}
    
.intro-section .row, .huisregels-section .row, .tarieven-section .row {
    padding-left: 7%;
    padding-right: 7%;
    height: auto;
}
    
h1 {
    text-align: center;
}
    
p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
    
.info-section{
    height:auto;
}
    
.info-section .row {
    padding-left: 5%;
    padding-right: 5%;
}
    
.info-section img {
    margin: 0 auto;
}
    
.huisregels-section p {
    text-align:left;
}
    
.carousel{
    margin-right: 2%;
    margin-left: 2%;
}
    
.carousel-inner > .item > img {
    margin: 0 auto;
}
    
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    font-size: 40px;
    color: white;
}
    
.row2 .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.8;
}
    
.intro-section h1 {
    font-size: 5vw;
    font-weight: bold;
}
    
.voorwaarden-section {
    padding-left: 5%;
    padding-right: 5%;
}
    
.tarieven-section {
    height: auto;
}
    
.contact-section {
    height: auto;
    padding-bottom: 8%;
}
    
.contact-section .row {
    text-align: center;
}
    
#map-container {
    height: 35vh;
}
    
.formContainer {
    padding-left: 5%;
    padding-right: 5%;
}
    
}

