:root {
  --rssSpeed: 30s;
}

@font-face {
  font-family: 'muliregular';
  src: url('muli-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
}

p, td {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: bold;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 70px;
}

.content {
  font-family: 'muliregular';
  color: rgb(0, 94, 184);
  background-color: white;
  height: 1080px;
  width: 1920px;
}

.imageEl {
  position: fixed;
  top: 130px;
  left: 460px;
  width: 1070px;
  height: 600px;
  z-index: 1;
}

.imageEl > img, .imageEl > video {
  display: block;
  margin: auto;
  height:100%;
  max-width: 100%;
  object-fit: contain;
}

.locationNameEl {
  color: white;
  background-color: rgb(0, 94, 184);
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
}

#location {
  display: table-cell;
  vertical-align: middle;
}

.noticeEl {
  position: fixed;
  top: 715px;
  left: 40px;
  width: 1840px;
  height: 410px;
}

.noticeEl h1 {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}

.noticeEl p {
  margin-top: 50px;
  text-align: justify;
}

.bottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgb(0, 94, 184);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
}

#date {
  position: absolute;
  top: 28px;
  left: 35px;
}

#time {
  position: absolute;
  top: 28px;
  right: 35px; 
}

.opening-hours {
  /* box-sizing: border-box;
  border: 1px solid blue; */
  position: fixed;
  top: 650px;
  left: 40px;
  height: 340px;
  width: 1060px;
}

.opening-hours table {
  width: 100%;
}

#openingHours td {
  line-height: 40px;
  text-align: center;
}
  
.opening-hours h1 {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}

/* .headerBar {
  z-index: 0;
  width: 100%;
  height: 150px;
  background-color: rgb(0, 94, 184);
} */