
/* ----- HEADER ----- */
header {
    background-image: url(../../photos/IMG_4096.JPG);
    background-size:cover;
    color: #fff;
    height: 80vh;
    background-position: auto;
    background-attachment: fixed;
}

/* ----- CALENDAR SECTION ----- */

#calendar-section {
    background-color:#ffffff;
    height:800px;
    width:100%;
   overflow: hidden;
    background-attachment: fixed;
   
    
}

iframe {
    margin: auto;
    height: 600px;
    width:100%;
}

