body {
    font-family: 'Montserrat';
    font-size: 18px;
    height: 100%;
    margin: 0 auto;
    background-color: #E8EEF2;
    padding-top: 8rem;
    background-image: url(./bray.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backdrop-filter: blur(2px);
}

a, a:hover {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
    display: flex;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.5);
}        
    
.header-title {
    color: #C33C54;
    flex-grow: 1;
    padding: 1rem;
    order: 1;
}
     
.header-title-wrapper {
    margin: auto;
}
    
.title {
    font-weight: 300 !important;
    font-size: 2.5rem;
    margin: 0;
}
    
.subtitle {
    color: #7ba4c7;
    font-weight: lighter;
    font-size: 1.5rem;
    margin: 0;
}
            
.header-nav {
    flex-grow: 1;
    order: 2;
}
    
.nav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    background-color: #f5f5f5;
    height: 100%;
}
    
.nav-item {
    cursor: pointer;
    text-align: center;
    flex-grow: 1;
}

.nav-item:hover > a {
    color: #C33C54;
    font-weight: 600;

}
     
a {
    color: #c57281;
}

a.active {
    color: #C33C54;
    font-weight: 600;
}

@media screen and (max-width: 735px) {
    .header {
        flex-direction: column;
        padding: 0 0 1rem 0;
    }

    .header-title {
        padding: 0.5rem 0 0 0;
        order: 2;
    }

    .header-nav {
        order: 1;
    }
    
    .header-title-wrapper {
        text-align: center;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .nav-wrapper {
        flex-direction: row;
        line-height: 2rem;
        padding: 0;
        order: 1;
    }
    
    .nav-item {
        text-align: center;
    }
    
    a:hover {
        color: #C33C54;
    }
}


/* index.html */
.index-wrapper {
    margin: auto;
    overflow: scroll;
}

.index-wrapper > table {
    margin: auto;
    margin-bottom: 3rem;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
}

/* 02-Rules.html */
.rules-wrapper {
                
    padding: 1rem 2rem;
    margin: auto;
    margin-bottom: 3rem;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
}

/* Old styles copied form dreamweaver */
.style83 {
    font-size: 13px;
}

.style84 {
    font-size: 18px;
}

.style85 {
    color: #C33C54;
    font-size: 24px;
    font-weight: bold;
}

.style88 {
    font-size: 9px;
}

/* 05-Members.html */
.players-wrapper {
    max-width: 40rem;
    padding: 0.75rem;
    margin: auto;
    margin-bottom: 3rem;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
}

.page-title {
    width: 100%;
    text-align: center;
    color: #C33C54;
}

.player-group {
    padding: 0 0.75rem;
}

.grey-bg {
    background-color: rgb(238, 238, 238);
}

.player-group > div {
    padding: 0.25rem 0;
}

td {
  white-space: nowrap;
  vertical-align: top;
}