

* {
  box-sizing: border-box;
}

#hamnav label, #hamburger {
display:none;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  text-align: center;
  color: #53160d;
  padding: 15px;
}
.menu {
  background-color: rgba(159, 93, 46, 0.2);
  border-radius:15px;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  clear:both;
  text-align:center;
  padding: 8px;
  margin-bottom: 7px;
  background-color: rgba(159, 93, 46, 0.3);
  color: #53160d;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

a:link {
  color: #000000; text-decoration: none;
}

a:visited {
  color: #000000 text-decoration: none;
}

a:active {
  color: #000000; text-decoration: underline;
}

a:hover {
  color: #000000; text-decoration: underline;
}

.menu li:hover {
   color: #000000;
   background-color: #8e1f1f;
}

.aside {
  background-color: #8e1f1f;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  width: 100%
  color: #000000;
  text-align: center;
  font-size: 16px;
  padding: 5px;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
#hamnav label, #hamburger {display:none;}

.evbookingbutton {
display: block; 
margin: 0 auto; 
width: 30%; 
text-align: center; 
vertical-align: middle; 
padding: 15px 30px; 
border: 1px solid #750920; 
border-radius: 8px; 
background: #c70e36; 
background: -webkit-gradient(linear, left top, left bottom, from(#c70e36), to(#750920)); 
background: -moz-linear-gradient(top, #c70e36, #750920); 
background: linear-gradient(to bottom, #c70e36, #750920); 
font: normal normal bold 20px arial; color: #ffffff; 
text-decoration: none; 
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.xsm {
  width:15%;
  height: auto;
}

.sm {
  width:25%;
  height:auto;
}

.med {
  width:50%;
  height:auto;
}

.lg {
  width:100%;
  height:auto;
}
  

