body{
	font-family: Helvetica;
}

video{
    max-width:80%;
    min-height:100%;
    z-index:-1;
    outline: none;
    border: none;
}

.top{
    background-color: white;
    overflow: hidden;
    position:fixed;
    top:0;
    width:100%;
    padding:2px;
}

.main {
    margin-top: 20vh;
}

h3{
    font-weight: 500;
}


ul{
    padding-inline-start: 20px;
    list-style-type: none;
	color:#767676;
}

li{
    line-height: 2rem;
	color:black;
}

a{
    color:#767676;
    font-weight: bolder;
    /* text-decoration: none; */
}

.day{
	font-weight: 300;
	letter-spacing: 1px;
	padding: 1rem 1rem 3rem 0.25rem;
}

.day-title{
	font-size:2em;
	font-weight: 700;
	color:#767676;
    padding:0.5em 0em 0 0 ;
}

.day-list{
	font-size:0.8em;	
}






