: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: 40px;
}

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

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

.imageEl {
  position: fixed;
  /* border: 1px solid brown; */
  top: 40px;
  right: 40px;
  width: 765px;
  height: 930px;
  z-index: 1;
}

.imageEl > img, .imageEl > video {
  height:100%;
  max-width: 100%;
  object-fit: contain;
  float: right;
  clear: right;
}

.locationNameEl {
  /* border: 1px solid royalblue;
  box-sizing: border-box; */
  color: white;
  position: fixed;
  width: 1060px;
  height: 200px;
  top: 40px;
  left: 40px;
  text-align: center;
}

.noticeEl {
  /* box-sizing: border-box;
  border: 1px solid violet; */
  position: fixed;
  top: 240px;
  left: 40px;
  width: 1060px;
  height: 410px;
}

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

.noticeEl p {
  margin: 0;
}

.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;
}

.bottomBar p {
  margin: 35px 0 0 0;
  vertical-align: middle;
  font-weight: bold;
}

.bottomBar > .date {
  padding-left: 40px;
  float: left;
  clear: left;
}

.bottomBar > .time {
  padding-right: 40px;
  float: right;
  clear: right;
}

.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%;
}

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

.testBox {
  z-index: 0;
  width: 100%;
  height: 220px;
  background-color: rgb(0, 94, 184);
}