body {
    background-color: #403f3f;
    background-repeat: no-repeat;
}
h6,
h5,
h4,
h3,
h2,
h1 {
    text-align: center;
}

.top-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    margin-top: 1px;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 25px #000000, inset 0 0 5px #000000;
    padding-bottom: 5px;
    max-width: 1600px;
    background: radial-gradient(farthest-corner, #ddd 0%, rgb(255, 255, 255) 100%);
}

.cMain {
    margin-top: 1px;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 5px #000000, inset 0 0 5px #000000;
    padding-bottom: 100px;
    max-width: 1600px;
    background-image: url('images/background4.jpg'), linear-gradient(180deg, rgb(78, 11, 33) 0%, rgb(70, 19, 14) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

.tryout {
    margin-bottom: 15px;
}

.game {
    max-width: 400px;
    margin: 0px auto 15px auto;
    border: 0px solid #000000;
    border-radius: 5px;
    box-shadow: 5px 5px 8px;
    background-color: rgba(255, 255, 255, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(180, 176, 176, 0.2) 100%);
    padding-bottom: 5px;
    padding-top: 5px;
}

.game img {
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.game >.center-block {
    border-bottom: solid #222 1px;
    border-radius: 5px;
}

.game h3 {
    font-weight: bold;
}

.game a {
    text-decoration: none;
    color: #000000;
}

.date {
    text-shadow: gray 0.04em 0.04em 0.08em;
    font-weight: bold;
}

.shadowTextRed {
    text-shadow: red 0.04em 0.04em 0.08em;
    text-align: center;
}

.shadowTextBlue {
    text-shadow: .04em .04em 0.08em blue;
    text-align: center;
}

.teamText {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

.highlightLink {
    border: solid #1779e9 1px;
    border-radius: 5px;
    box-shadow: 1px 3px 3px;
    padding: 3px;
    width: 60%;
    margin: 15px auto;
    background-color: rgba(200, 219, 232, 0.7);
    text-align: center;
    color: #000;
}

.highlightLink h4 {
    font-size: 1.5em;
}

.highlightLink:hover {
    box-shadow: inset 1px 2px 5px #000000;
    background-color: rgba(170, 219, 232, 0.6);
}

.highlightLink:active {
    background-color: rgba(100, 219, 232, 0.6);
}

.highlightLinkbigger:hover {
    box-shadow: inset 1px 2px 5px #000000;
    background-color: rgba(170, 219, 232, 0.6);
}

.smaller {
    font-size: .80em !important;
    margin-top: 1em;
    padding-left: 30px;
    padding-right: 30px;
}



@media (min-width:1200px)
{
    .cMain {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width: 800px)
{
    .box {
        border: 0;
    }

    .hide_small {
        display: none;
    }
}

