* {
    margin:0; padding:0;
  }

    a:link { color: #696969; }
    a:visited { color: #dc143c; }
    a {text-decoration: none;}

  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    background: #eee;
  }



  header .headline{
    font-size: 32px;
    justify-content: left;
  }
  .menu {
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    justify-content: left;
  }
  .button {
    list-style: none;
    display: inline-block;
    margin: 0 20px;

	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
  }

  .link{

    width: 100%;
	background-color: #FFF;
	margin: 20px 15px 20px 15px;
	padding: 20px 20px 20px 20px;
	box-shadow: 2px 2px 2px 2px rgba(100,100,100,0.4)
     
}

.list{
	padding: 0;
	font-family: "Impact","fantasy","arial black","sans-serif";
	font-weight: bold;

    justify-content: center;
}

.link-item{

    margin-left: 100px;
    width: 70%;
	color: #404040;
	border-bottom: solid 2px #dadada;
	background: whitesmoke;
	margin-bottom: 5px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;
	font-weight: bold;
	text-align: center;

}

.player{

    margin-left: 100px;
    margin-bottom: 60px;
    width: 80%;

}

.recordings{

    margin-top: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
  margin-left: 100px;
  margin-right: 100px;
}


  footer {
    width: 100%;
    height: 120px; 
    text-align: center;
    padding: 50px 0;
    background-color: #9d973b;
  }
  .footer-text {
    color: #fff;
  }

  .calendar{

    width: 80%;
    height: 800px;
    justify-content: center;
    margin-left: 20px;
    margin-bottom: 50px;

  }