body {
    margin: 0;
    background-size: 100%;
}

#background {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 100%;
}

.backimage {
    width: 200%;
    height: 30%;
}

.backimage2 {
    width: 250%;
    top: 20px;
    opacity: 50%;
    position: absolute;
}

.backimage3 {
    width: 300%;
    top: 40px;
    opacity: 30%;
    position: absolute;
 }

.backimagebottom {
    width: 200%;
    height: 30%;
    position: absolute;
    bottom: 0px;    
    right: 0px;
    transform: rotate(180deg);
}

.backimagebottom2 {
    width: 250%;
    bottom: 20px;    
    opacity: 50%;
}

.backimagebottom3 {
    width: 300%;
    bottom: 40px;    
    opacity: 30%;
}

#promoBanner {
    background-color: red;
    max-width: 1280px;
    margin: auto;
    padding: 10px;
}

.content {
    max-width: 1280px;
    margin: auto;
    padding: 0px;
    /*gap: 40px;*/
    /*border: 1px solid red;*/
}

@media only screen and (min-width: 768px) {   
    .content {
        display: grid;
        grid-template-columns: 4fr 3fr;
        grid-template-rows: auto;
        filter: blur(0px);
        padding: 0px 20px;
    }
}

#sport .cardheader {
    color: #007700;
    background-size: cover;
    background-position: center;  
}

.cardImage img{
    width: 100%;
    height: auto; 
    overflow:hidden;
    margin: auto;
    margin-top: 0px;
    border-radius: 5px;
}

footer { text-decoration: none; }

.c1r1h1w1 {
    grid-column: 1 / 2;
}

.c1r1h2w1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.c1r1h1w2 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}


.c2r1w1h1 {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
}

.c2r1w1h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.c1r2w1h1  {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.c1r2w2h1  {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.c1r3w2h1 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}

.c1r1w2h1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

ul {
    list-style-type:disc;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 3px;
    text-align: left;
}
table th {
    /*border: 1px solid */
    font: 400 15pt 'Open Sans';
    padding: 6px;
    background-color: black;
    color: white;
    column-span: 2;    
}

table .tabletitle {
    /*border: 1px solid */
    font: 800 20pt 'Open Sans';
    color: black;
    background-color: transparent;
}

table td {
    /*border: 1px solid */
    padding: 10px;
    background-color: #dddddd;
    
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 5px 5px 15px;
    border: 2px solid green;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.videotitle {
    font: 800 10pt 'Nunito Sans';
    padding: 5px;
    background-color: black;
    color: white;
  }
  

::-webkit-scrollbar {
    width: 20px;
  }
      
  ::-webkit-scrollbar-track {
    background: #ccf5cc;
  }

  ::-webkit-scrollbar-thumb {
    background: #006600;
    /*border-radius: 10px;*/
  }
  
    ::-webkit-scrollbar-thumb:hover {
    background: #00cc00;
  }

  .overlay
  {
    /*z-index: 1;  */
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid red;;
  }


