* {
  box-sizing: border-box;
}

.subheaderSection{
 
color: #000;
border-bottom: 3px ridge #000;
font-weight: 600;
text-transform: uppercase;
font-size: 22px;
margin-top:6px;;
margin-bottom:2px;
}
  
 
/* Guestbook */

.subheaderGuestbook{
  
  
  }
  .guestbookSection {
    height:100vh;
    }
  .guestbookSection iframe{
    width:100%;
    height:100%;
    overflow:visible !important; 
    
    }


