<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0 0 0 0;
     background-color: #a1cbdd;
     height: 100%
     width: 100%;
     overflow-x: hidden;

}
#main {
    background-color: white;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 0 0 0 0;
    box-shadow: 10px 10px 25px #888888;
    margin-bottom: 100px;


}
#header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    
    background-color: #367a96;
}
h1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: white;
}
h2 {
    margin-top: 0px;
    color: #000;
    margin-bottom: 50px;
}
.odd {
    background-color: rgb(248,248,248);
    
}
.row {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;

}
.firstRow {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    
}
#content {

}
.firstParagraph {
    padding-left: 70px;
    color: grey;
}
.video {
    height: 100%;
    display: inherit;
    margin: 0 auto;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #367a96;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.calendar-entry {
    display: inline-block;
    float: left;
    margin-left: 20px;
    height: 75px;
    text-align: left;
    line-height: 20px;
    font-size: 1rem;
    width: 100%;
}
.calendar-icon {
    text-align: center;
    width: 60px;
    height: 60px;
    
    border-top: 10px;
    float: left;
}
.calendar-top {
    font-size: 1.6rem;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #ff4d4d;
    color: white;
    border-radius: 10px 10px 0px 0px;

}
.calendar-body {
    line-height: 30px;
    height: 40px;
    color: red;
    border: 2px solid red;
    border-radius: 0px 0px 10px 10px;
    font-size: 2rem;
}
.calendar-text {
    vertical-align: top;
    font-size: 1.5rem;
    margin-left: 80px;

}
.social-link {
    text-decoration: none;
    height: 100%;
    color: white;
}
.socialmedia-box {
    
    height: 40px;
    width: 100%;
    text-align: center;
}

footer {
    background-color: #367a96;
    position: fixed;
    height: 40px;
    width: 100vw;
    bottom: 0px;
    text-align: center;
    line-height: 40px;
    color: white;
}
.highlight-title {
    font-size: 2rem;
    border-left: 2px solid blue;
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.highlight-text {
    margin-left: 50px;
    font-size: 1.6rem;
}
li {
    font-size: 1.6rem;
}
#sloganbox {
    text-align: center;
    background-color: rgb(240,240,240);
    color: black;
    height: 40px;
    position: absolute;
    margin-top: -20px;
    line-height: 40px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    font-size: 1.6rem;
    border-radius: 20px;
    border-bottom: 2px solid #367a96;
    cursor: pointer;
}




@media (max-width : 768px) {
    .calendar-entry {
        margin-top: 20px;
    }
    #sloganbox {
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }


}</pre></body></html>