/* General Style */
* {
    font-family: Segoe UI;
}

body {
    font-size:100%;
    margin: 0em;
    padding: 0em;
    background: url(../images/wallpaper1.jpg) no-repeat center center;
    background-attachment: fixed;
	background-size: cover;
}
textarea {
   resize: none;
}
h1 {
    font-size:1.4em;
    line-height: 1em;
    font-weight: 100;
    color: #2F2D2C;
    margin: 0em;
    padding: 0.5em;
    text-align: left;
}
h2 {
    font-size:1.563em;
    line-height: 1.8em;
    font-weight: 100;
    color: #2F2D2C;
    margin: 0em;
    padding: 0.25em;
    text-align: left;
}

h3 {
    font-size:1.4em;
    color: #2F2D2C;
    margin: 0em;
    padding: 0em 0em 0em 1em;
    text-align: justify;
}

h4 {
    font-size:1.1em;
    color: #2F2D2C;
    margin: 0em;
    padding: 1.25em 0em 0em 1em;
    text-align: justify;
}

p {
    line-height: 1.75em;
    color: #2F2D2C;
    margin: 0em;
    padding: 1.25em;
    text-align: justify;
}

#smalltext {
    font-size: 75%;
}

form {
    line-height: 1.25em;
    font-weight: 100;
    color: #2F2D2C;
    margin: 0em;
    padding: 1.25em;
    text-align: justify;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    line-height: 1.3em;
    list-style: square;
    color: #2F2D2C;
    padding: 0em;
    margin: 0.313em 0em 0.313em 0em;
}

li.profile{
   font-weight:100;
}

img{
    height: auto;
    max-height: 100%;
}

.priceTable{
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0em 0em 0em 2em;
    text-align: center;
}

.priceTable td, th{
   padding: 8px;
}

td.leftD{
   text-align: right;
}


#aboutimg {
width: 40%;
height: auto;
max-height: 100%;
float: left;
margin-right: 1em;
padding-left: 1em;

} 

#gmaps {
float: left;
margin-right: 1em;
padding-left: 1em;

} 

a{
    text-decoration: none;
}

#timetable{
    display: block;
}

#timetable ul{
    display: block;
    padding: 0.2em;
}

#timetable ul li {
    display: block;
    text-align: left;
    margin-left: 1.5em;
}


/* Top Bar */
#navmenu{
    overflow: hidden;
  /*background-color: #333; */
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

#menubar{
    display: block;
    background: #2F2C2C;
}

#menubar ul{
    display: block;
    width: 2em;
    padding: 0.2em;
}

#menubar ul li {
    display: inline;
}

#menubar ul li a.menubutton{
    height: 2em;
    display: none;
}

/* Header */
header {
    display: block;
    background: #FFFFFF;
    text-align: center;
}

#headerimg{
    width: 60%;
    height: auto;
    max-height: 100%;
}

/* Navigation */
nav {
    display: block;
    height: 2em;
    background: #2F2C2C;
    text-align: center;
}

nav ul {
    display: block;
}

nav ul li {
    display: inline;
    margin: 0em 0.188em 0em 0.188em;
}
nav ul li a{
    color: #DBD9D8;
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 0.563em 0.938em 0.275em 0.983em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
}

nav ul li a:hover {
    background: #DBD9D8;
    color: #454040;
    border-bottom: 0.188em solid #99CC66;
}

nav ul li a.active {
    border-bottom: 0.188em solid #99CC66;
}

p.flowtext {
	text-align: left;
}

p.warn{
	color: red;
	text-align: center;
	font-weight: bold;
}

/* Content Area */
#main{
    display: block;
    width: 96%;
    max-width: 980px;
    margin: 1.25em auto;
    padding: 0em;
}

#main article {
    display: inline-block;
    width: 75.3%;
    background: #FFFFFF;
    vertical-align: top;
    margin: 0em;
    padding: 0em;
    text-align: center;
}

#main aside {
    display: inline-block;
    width: 20.6%;
    margin-left: 3%;
    padding: 0em;
    vertical-align: top;
}

#main aside section {
    margin-bottom: 1.563em;
    background: #FFFFFF;
    border-bottom: 0.188em solid #99CC66;
}

#main article h2 {
    padding: 1em 1.8em 1em 0.75em;
}



#main aside section ul{
    padding: 0em, 1.875em 1.25em 2.5em;
}

/* Footer */
footer {
    display: block;
    background: #2F2C2C;
    text-align: center;
}

footer ul {
    display: inline;
    width: 100%;
    max-width: 1000px;
    text-align: left;
    margin: 0px auto;
}

footer ul li{
    display: inline;
    font-size: 0.8em;
    line-height: 2.8em;
    color: #E2DBDB;
    padding: 0em 0.625em 0em 0.625em;> 
}

footer ul li a {
    color: #E2DBDB;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/* Mobile Style */
@media screen and (max-width:1000px) {
    body {
        font-size: 90%;
    }
}
@media screen and (max-width:1000px) {
    #main aside, #main article{
        width:100%;
        display: block;
        margin: 0.625em 0em 0.625em 0em;
    }
}
@media screen and (min-width:1000px) {
    nav.nav {
        display: block !important;
    }
}
@media screen and (max-width:1000px) {
    body {
        font-size: 86%;
    }
    #menubar ul li a.menubutton{
        display: block;
    }   
    nav{
        display: none;
        height: auto;
    }
    nav ul li {
        display: block;
        margin: 0.3em 0em 0.3em 0em;
    }
}