@import "normalize.css";
@import "base.css";


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    height: 100%;
}

html,body{
    padding: 0;
    margin: 0;
    min-height: 100%;
}

body,td,th,input,select,textarea {
    font-family:Helvetica, Arial, sans-serif;
    color: #000;
}

body{
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image:url(../img/bg-01.jpg);
}
body.page_home{ background-image:url(../img/backgrounds/home.jpg); }
body.page_contact{ background-image:url(../img/backgrounds/contact.jpg); }
body.page_reserveren{ background-image:url(../img/backgrounds/reserveren.jpg); }
body.page_zaalverhuur{ background-image:url(../img/tafels.jpg); }
body.page_menu{ background-image:url(../img/backgrounds/menu.jpg); }
body.page_verhuur-paardenstal{ background-image: url('../img/bar.jpg'); }

h1{
	font-weight:normal;
    font-size: 26px;
    text-transform: lowercase;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

a, a:link {
    color: #5C8727;
    text-decoration: none;
}
a:visited {
    color: #5C8727;
    text-decoration: none;
}
a:hover {
    color: #5C8727;
    text-decoration: underline;
}
a:active{
    color: #5C8727;
    text-decoration: none;
}

.align-right{ text-align: right; }


#wrapper{
    min-height: 300px;
    padding: 10px 20px;
}

header{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

header img{
    width: 100%;
    max-width: 540px;
}

#content{
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}
body.page_fotos #content{
    position: absolute;
    left: 20px;
    bottom: 20px;
}


#content table{ max-width: 100%; margin-bottom: 2em; }
#content table td p{ margin: 0; }

body.page_menu table td{
    line-height: 1.1;
    padding: 0.2em 0;
    border-bottom: 1px solid #CCC;
    vertical-align: top;
}
body.page_menu table td:last-child{ text-align: right; }



#nav ul{
    list-style: none;;
    margin: 0;
    padding: 0;
}
#nav li{
    border-bottom: 1px solid #000;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
#nav li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#nav a{
    color: #000;
    display: block;
    font-size: 26px;
    text-transform: lowercase;
    text-decoration: none;
}
#nav a:hover, #nav a:active{ color: #5C8727; }


/* reserveer formulier */

form ol{
    list-style: none;
    padding: 0;
}

form ol li{
    margin-bottom: 0.6em;
}


form li div input, form li div textarea{
	width:100%;
	padding:4px 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form li div.inline input{
	width:auto;
	padding:0;
}


.alert{
    border: 1px solid red;
    padding: 1em;
    border-radius: 4px;
    color: red;
    font-weight: bold;
    background-color: #fccccc;
}







/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}




.btn-link{
    display: inline-block;
    background: none;
    border: none;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    font-size: 11px;
}

.btn-link:hover{
    color: #ab5f09;
    cursor: pointer;
}

.btn-primary{
    display: inline-block;
    background-color: #ab5f09;
    border: none;
    color: white;
    font: inherit;
    padding: 6px 12px;
    border-radius: 3px;
}