ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:black;
    position: fixed;
    top: 0;
    width: 100%;
    
}
h2{
    font-size: 2em;
    text-align: center;
}
p{
    font-size: 1.25em;
    text-align: center;
}

li {
    display: inline;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color:grey;
}
.headings a {
    
    cursor: pointer;
    position: relative;
       } 
.headings a:active {
        top: 2px;
       }
 body{
           background-image: url(images/background\ 3.jpg);
           background-position: center;
           /*100% 1500px alternate size*/
           background-size: cover;
           background-blend-mode: soft-light;
           margin-top: 100px;
       }
  .images{
      position: relative;
      top: 80px;
  }
  
 .registration{
     text-align: center;
     margin-top: 50px;
     
 }

 .calendar{
     position: relative;
     padding: 50px;
 }
 .upcoming{
    float: right;
    margin-right: 30px;
    border-style: outset;
    border-color: cadetblue;
    padding: 30px;
    background-color: aliceblue;
 
    
 }


 a:link, a:visited {
    background-color: black;
    color: white;
    padding: 14px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color:grey;
}

.coaches{
    text-align: center;

}

.paragraphs{
    padding: 50px
}

