@import url('https://fonts.googleapis.com/css2?family=Molengo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap');
body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/mainbg.jpg');
    background-position: center 0px;
    background-repeat: no-repeat;
    font-family: "Molengo", sans-serif;
    color:#fff;
    font-size:24px;
}
a {
    color:#dbcfe7
}
a:visited {
    color:#a796b8
}
.container {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
}
#menu {
    display: inline-block;
    text-align: justify;
    width: 945px;
    text-transform: uppercase;
    position: relative;
    padding-top:60px;
}

#menu a {
    text-decoration: none;
    color:#fff;
}
#menu a:hover {
    color:#C28D2C;
}
#menu a:visited {
    color:#fff;
}

.justfix {
    font-size: 1px;
    word-spacing: 1000px;
}
.logo {
    vertical-align: top;
    margin-right:30px;
    float:left;
}
.notifications {
    display:inline-block;
    max-width:945px;
    margin-top:20px;
    width:100%;
}
.notification {
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 100%);
    border-radius: 50px;
    padding:10px;
    color:#fff;
    margin-bottom:10px;
    padding-right:20px;
}
.notify-icon {
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.notify-text {
    display:inline-block;
}
.aboutsection h1, .sponsorsection h1, .photosection h1 {
    font-family: "Holtwood One SC", serif;
    font-size:32px;
}
.aboutsection, .sponsorsection, .photosection {
    text-align: center;
    margin-top:60px;
}
.aboutsection, .contentsection {
    margin-top:40px;
}
a.morebut {
    background-color:#C28D2C;
    border-radius:30px;
    padding:10px;
    width:300px;
    color:#000;
    display:inline-block;
    text-decoration: none;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    text-transform:uppercase;
}
a.morebut:hover {
    background-color:#eeba5a;
}

.sponsorsection .carousel-cell {
    margin-right:10px;
}

.sponsorsection .carousel-cell img {
    height:144px;
    width:284px;
    border:1px solid #fff;
}
.sponsorsection .main-carousel {
    max-width: 1174px;
    height: 144px;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
}
.photosection .carousel-cell {
    margin-right:10px;
}

.photosection .carousel-cell img {
    height:241px;
    width:363px;
    border:1px solid #fff;
}
.photosection .main-carousel {
    max-width: 1174px;
    height: 241px;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
}

.flickity-page-dots {
    display: none;
}
.flickity-prev-next-button.previous {
    left: -64px;
}
.flickity-prev-next-button.next {
    right: -64px;
}
.footercontainer {
    width:100%;
    background-color:#2D1A38;
    margin-top:60px;
}
.innerfooter {
    text-align:center;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
}
.orglinks {
    text-align: justify;
}
.menuswitch {
    display: none;
}

a.menuswitch svg {
    color: #fff;
}

div.clickableTrue:hover {
    cursor:pointer;
}
.sponsorboxFalse, .sponsorboxTrue {
    width:290px;
    height:146px;
    float:left;
    border: 1px #ccc solid;
    margin-right:10px;
    margin-bottom:10px;
}
.sponsorboxTrue, .sponsorboxtextTrue {
    margin-right:0px;
}

.clearfix {
    clear:both;
}
.contentsection img {
    width:100%;
    height:auto;
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #000;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}

    #thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
        letter-spacing: 5px;
        line-height: 1.1em;
        color: white;
        padding: 5px 0;
        padding-bottom: 10px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }


    #thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
        background-color: #000;
        color: #aaa;
    }

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #000;
    padding: 5px;
    z-index: 5;
    color: #000;
}
.featuredartbox {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 30px;
    position: relative;
    max-width:390px;
}
h1 {
display: block;
    clear: both;
    text-align: center;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    margin-top:0px;
}
.sublinks {
        background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
        margin-bottom:0px;
        clear:both;
        text-align:center;

}
@media screen and (max-width:1200px) {

    .container {
        padding-right:20px;
        padding-left:20px;
    }
    .menuswitch {
        display: block;
        position: absolute;
        right: 30px;
        top: 90px;
    }
     #menu.menu_show {
        display: block;
    }

    #menu.menu_hide {
        display: none;
    }

    #menu a {
        display: block;
    }

    #menu {
        position: absolute;
        right: 35px;
        top: 155px;
        height: 525px;
        max-width: 380px;
        font-size: 30px;
        background-color: #000;
        z-index: 999;
        text-align: right;
    }

    #menu a {
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

.logo {
    vertical-align: top;
    margin-right:30px;
    float:none; 
}
.notifications {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
}
@media screen and (max-width:780px) {
.notify-icon {
    float:left; 
}
.notification {
    border-radius: 0px;
    min-height:50px;
}
.scheduletable td {
    display:inline-block;
}
td.gamedate {
    display:block;
}
.sponsorboxFalse, .sponsorboxTrue {
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.orglinks img {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.featuredartbox {
    margin-left:auto;
    margin-right:auto;
}
.justfix {
    display:none;
}
}