﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*  padding-top: 50px;
    padding-bottom: 20px;*/
    background-image: url(../Images/pexels-magda-ehlers-985287.jpg);
    width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime-local"],
input[type="number"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

#HomePageContent {
}

.jumbotron {
    margin-top: 15px;
    background-image: url("../Images/Sinkhuis2.jpg");
    background-size: cover;
    border: white solid;
}

.homeBlock {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border: white solid;
}



#reservationsBlock {
    background-image: url(../Images/pexels-dương-nhân-2450483.jpg);
    background-size: cover;
    background-color: rgba(0,0,0,0.6);
}

#EventBlock {
    background-image: url(../Images/pexels-elevate-1269043.jpg);
    background-size: cover;
    background-color: rgba(0,0,0,0.6);
}

#SpecialsBlock {
    background-image: url(../Images/pexels-pascal-claivaz-410648.jpg);
    background-size: cover;
    background-color: rgba(0,0,0,0.6);
    color: white;
}

#BlockRow {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    background-color: rgba(255,255,255,1);
}

.footerLink {
    color: black;
    text-decoration: none;
}

.reservationRow {
    margin-bottom: 15px;
}

#navButtons {
    width: 100%;
}

.form-select {
    max-width: 280px;
}
