body {
    font-size: 20px;   
}



.pagenavpoint::before { 
  display: block; 
  content: " "; 
  margin-top: -3em; 
  height: 3em; 
  visibility: hidden; 
  pointer-events: none;
}

#schedule {
    position: relative;
    left: 80px;
    width: 930px;
    margin: auto;
}

.schedule_sep {
    position: absolute;
    border-left: 1px dashed #cccccc;
    
}

.timeheader {
    position:absolute;
    top:0px;
}


.timeblock{
        position:absolute;
        display: table;
        
}

.timeblock p {
    padding: 0px;
    margin: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.porchblock {
    width:198px;
    background-color:#9a88cd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color:white;
}
.porchblock img{
    position: absolute;
    left: -20px;
    z-index: 10;
}
.bandblock {
    background-color:#BAD579;
    z-index: 100;
}
.bandblock.specialporch {
    background-color: #DA4B28;
    color:white;
}

.blockhead {
    position:absolute;
    top:-10px;
    font-size:25px;
    left:70px;    
}

.porchblock div.icon {
  position: absolute;
  left: -25px;
  top:-4px;
  z-index: 10;
  font-size:20px;
  width:30px;
  height:30px;
  border-radius:30px;
  border:2px black solid;
  background-color: #fffe8d;
  color:black;
  text-align:center;
  padding-top:0px;
}    
        
.porchblock div.icon .guts {
    position:relative;
    top:4px;
}


html {
    min-width:1000px;   
}
body {

    
    background-color: #f6e621;
    background-image:url("/img/bg_yellow_kw.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
    color: black;
    font-family:sans-serif; 
    margin:0;
      scroll-behavior: smooth;
}
h1 {
    font-family: 'Monoton', sans-serif; 
    font-weight:normal;
    text-align: center;
    margin:0px;
}
h1.bigtitle1 {
       font-size:140px;
       line-hright:140px;
}
h1.bigtitle2 {
       font-size:100px;
       line-hright:100px;
}
h2 {
 font-size:40px;   
}
h2,h3 {
    
}
h3.tag {
    text-align:center;
    font-size:40px;
}
h2.signup {
    font-style:italic;   
}
a {
    color: black;
}
.date h2 {
    font-size:60px;
    font-weight:900;
    font-family: 'Roboto'
}
.date {
    text-align: right;   
}
.content {
    width: 810px;
    margin: auto;
    text-align:center;
    position:relative;
}
.credits {
    margin-top:100px;   
}