/* CONTENT */
body {
    padding-top: 65px;
    background-color: #CECECE;
    margin: 0;
    font-size: 1em;
}

* {
    box-sizing: border-box;
}
.activityBoxes
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jazzBand{
    border: 3px solid #000;
    background-color: #858585;
}
.content {
    margin-left: 5%;
    margin-right: 5%;
}

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

a:visited {
    color: #FD6A02;
}

a:hover {
    color: #CF9812;
}

a:active {
    color: blue;
}

h1,
h2,
h3,
.restaurantName {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-family: Tahoma;
}

h1 {
    text-align: center;
    font-size: 2em;
}

.header1Left{
    text-align: left;
}

h2 {
    text-align: left;
    font-size: 1.7em;
}

h3 {
    text-align: left;
    font-size: 1.4em;
}

h4 {
    text-align: left;
    font-size: 1.1em;
}


p,
a,
a.button1,
.button1,
label,
input,
select,
form {
    font-family: Arial;
    font-size: 1em;
}

a.button1,
.button1,
a {
    cursor: pointer;
}

sup {
    font-family: Arial;
    font-size: 0.6em;
}


/* HOME */

.discoverBlockColumn,
.thisisBlockColumn {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.discoverBlockColumn {
    background-color: #000000;
    height: 470px;
}

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

.eventimg {
    width: 100%;
}

.thisisimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    width: 10%;
}

.discoverBlockContent {
    color: #ffffff;
}

.headereventpage{
    font-size: 1.3em;
}


/* title */

.main-title {
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 1));
    overflow: visible;
    text-align: center;
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    color: rgba(255, 255, 255, 1);
}

.under-title {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.671));
    font-family: Arial;
    font-weight: normal;
    font-size: 1.2em;
}

header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Background.png);
    padding-top: 50px;
    background-size: cover;
    height: 25vh;
}

.title {
    color: white;
    text-align: center;
}


/* FOOD */

a.button1,
.button1 {
    line-height: inherit;
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FD6A02;
    background-color: #FD6A02;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
}

a.button1 {
    width: 100%;
}

a.button1:hover,
.button1:hover {
    color: #000000;
    background-color: #FFFFFF;
}

input[type="submit"]:disabled {
    background-color: #BEBEBE;
    border: 0.1em solid #A9A9A9;
    color: #989898;
}

/*jazz filterbar*/
#filter {
    background-color: #A5A5A5;
    column-count: 3;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    width: 100%;

}

.filterlabelTitle {
    position: relative;
    top: 10px;
    background-color: #A5A5A5;
}

.searchbar {
    float: right;
}

.reservationsection,
.labelTitle {
    display: inline-block;
    display: block;
}

@media all and (max-width: 30em) {
    a.button1,
    .button1 {
        display: block;
        margin: 0.4em auto;
    }
}


/* messagebox */
.callout {
    position: fixed;
    top: 80px;
    right: 20px;
    margin-left: 20px;
    max-width: 300px;
}

.callout-container {
    padding: 15px;
    background-color: #FD6A02;
    color: black
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.closebtn:hover {
    color: red;
}

/* title */


/* SHOPPINGCART*/
.form-control {
    width: 40px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
