.bwback {
  background-image:url('../imgs/blueWhiteDiamondBack_small_wavy5.png');
  font-family: Calibri, sans-serif;
  font-weight: bold;
  color: #333;
}
.headtitle {
  font-family: 'UnifrakturMaguntia';
  text-align: center;
  position: relative;
  margin: auto;
  width: 66%;
}
.dropcap {
  float: left;
  width: 0.7em;
  font-size: 400%;
  font-family: algerian, courier;
  line-height: 80%;
}
.arinfo {
  font-family: sans-serif;
  font-style: italic;
}
.cld-main{
  width: 80%;
  margin: auto;
}
.cld-main a{
  color: #333;
  font-weight: bold;
}
.cld-datetime{
  background-color: white;
  position: relative;
  width: 66%;
  min-width: 100px;
  max-width: 300px;
  margin: auto;
  overflow: hidden;
}
.cld-datetime .today{
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}
.cld-nav{
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.cld-nav:hover{
  cursor: pointer;
}
.cld-nav:hover svg{
  fill: #666;
}
.cld-rwd{
  float: left;
}
.cld-fwd{
  float: right;
}
.cld-nav svg:hover{
}
.cld-labels, .cld-days{
  background-color: white;
  padding-left: 0;
  margin: 0;
  border-top: 16px solid white;
}
.cld-label, .cld-day{
  display: inline-block;
  width: 14.28%;
  text-align: center;
}
.cld-day.today .cld-number{
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #666;
  color: #fff;
}
.cld-day.disableDay{
  opacity: 0.5;
}
.cld-day.nextMonth, .cld-day.prevMonth{
  opacity: 0.33;
}
.cld-number{
  position: relative;
  margin: 5px;
  padding: 5px;
}
.align-lft > .cld-title{
  position: absolute;
  z-index: 5;
  display: none;
  top: 30px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}
  .align-rt > .cld-title {
  position: absolute;
  z-index: 5;
  display: none;
  top: 30px;
  right: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}
.cld-number:hover .cld-title{
  display: block;
}
.cld-title::before{
  content: '';
  position: absolute;
  top: -7.5px; left: 7.5px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday{
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50px;
}
.evt-background{
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 1;
  opacity: 0.35;
  font-size: 35px;
  visibility: hidden;
}
.eventday > .evt-background{
  visibility:visible;
}
.cld-number.eventday:hover{
  cursor: pointer;
  background: #faa;
}
.today .cld-number.eventday:hover{
  background: #888;
}
.fixed-link{
  position:fixed;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 15%;
}
@media only screen and (max-width: 900px) {
  .cld-main{
    width: 100%;
    margin: auto;
  }
  .fixed-link{
    margin: 15px;
  }
}
