.calendar {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid orange;
  background-color: black;
}
.week {
    vertical-align:top;
}
.day {
    padding: 10px;
    border: 1px solid orange;
    font-size:14px;
}
body {
  background-color: black;
  color: orange;
  height: 100%;
  width: 100%;
  max-width:1800px;
  background-image: url('background.png');
  background-repeat: no-repeat;
  background-size: 105vw;
  background-position: top;\
  margin: 0px;
  padding: 0px;
}

a:link, a:visited, a, a:hover {text-decoration:none; color:inherit;}

#Container {
  width: 100vw;
  max-width:1800px;
  /* height: 80vh; */
  margin: 0px;
  padding: 0px;
  position:auto;
}

#Header {
  width:100%;
  height: auto;
  margin: 0;
  text-align: center;
  background-image: url('../images/zigzag.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#Content {
  background: transparent;
  /* min-height: 80vh; */
  width: 100%;
  text-align: center;
  align-content: center;
  align-self: center;
  display: block;
  vertical-align: top;
clear: both;
}
img.TenantLogo {
  height: auto;
  width:calc(max(150px,35vw));
  float: left;
  display: inline;
  margin: 2vw;
}
.TenantName, a.TenantName {
  color: rgba(224, 121, 0, 1);
  width: 315px;
  height: auto;
  font-size: calc(max(18px, 2vw));
  font-style: Medium;
  font-family: Alumni Sans;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
  line-height: 2.1vw;
}
.BodyText {
  padding-left: 2vw;
  padding-right: 2vw;
  color: white;
  display: table-cell;
  font-size: calc(max(14px, 1.5vw));
  min-height: auto;
  
  align-self: center;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  vertical-align: middle;
}

#Footer {
  width: inherit;
  height: auto;
  text-align: center;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
}

.TitleText {
  font-size: calc(min(100px, 8vw));
  font-style: Regular;
  font-family: Bayon;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.FooterText {
  font-size: calc(max(18px, 3vw));
  font-style: Regular;
  font-family: Alumni Sans, sans-serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration-color: none;
}

