header {
margin: 0;
padding: 3vh 15vw;
width: 70vw;
background-color: #002244;
color: #fff;
}
header .logo {
display: block;
width: 24vh;
height: 24vh;
margin: auto;
main {
margin-top: 0;
.info {
text-align: center;
width: 100%;
padding: 0;
overflow-y: hidden;
.essentials {
margin: 1.8em 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
.essentials li {
display: inline-block;
.essentials a {
margin: 0 2em;
height: 100%;
.essentials .join {
padding: 1em;
font-size: 1.2em;
img.float-right {
float: right;
max-width: 12em;
max-height: 12em;
vertical-align: baseline;
.calendar-events {
.calendar-events ul .date {
color: rgba(0,0,0,.5);
font-size: 0.8em;
margin-top: .2em;
.calendar-events > li > p {
border-bottom: .1em dotted rgba(0,0,0,.2);
.calendar-events ul {
.calendar-events a, #ticker a {
text-decoration: none;
font-weight: bold;
color: black;
.calendar-events a:hover, #ticker a:hover {
text-decoration: underline;
.calendar-events ul .time {
.calendar-events ul .icon, .calendar-events ul .date {
margin-right: .5em;
.contentsplit {
display: grid;
grid-template-columns: 2.5fr 1.5fr;
.gridr {
border-left: 0;
@media(max-width: 600px){
flex-direction: column;
margin: .2em 0;