@import url('https://fonts.googleapis.com/css?family=Muli');

.scrollbar-dark::-webkit-scrollbar {
    width: 9px;
}

a:not([class]) {
    color: #710a2c;
}

/* Track */
.scrollbar-dark::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #677680;
    border-radius: 10px;
    background: #677680;
}
/* Handle */
.scrollbar-dark::-webkit-scrollbar-thumb {
    background: #292f33;
    border-radius: 10px;
}
    /* Handle on hover */
    .scrollbar-dark::-webkit-scrollbar-thumb:hover {
        background: #1f2429;
    }

.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6 {
    color: white;
}

@media (max-width: 575px) {
    .sport-page .container {
        padding: 0;
    }
}

.landing-page h2 {
    text-transform: uppercase;
    font-family: Kirsty;
    margin-bottom: 1.2rem;
    letter-spacing: .2rem;
}

.solid-background {
    background-color: white;
    color: black;
}

    .solid-background h1 {
        color: #7a1129;
        font-weight: bold;
        text-align: center;
        margin: 1.2rem 0;
    }

    .solid-background h2 {
        color: #7a1129;
    }

.hero-pane img {
    width: 100%;
}

.hero-pane p {
    margin: 0;
}

/* Table */
.bobcats-table thead {
    background: #4d021b;
    color: white;
}

.bobcats-table th, .bobcats-table td {
    padding: .5rem;
}

@media (max-width: 767px) {
    .bobcats-table thead {
        display: none;
    }

    .bobcats-table tr {
        border-top: 1px solid #dee2e6;
    }

    .bobcats-table td {
        padding: .2rem;
        display: block;
        border: none;
    }
}
/* END Table */

/* Footer */
footer {
    color: black;
    background-color: white;
}

    footer img {
        height: 85px;
    }

    @media (max-width: 767px) {
        footer img {
            height: 70px;
        }
    }

    @media (max-width: 575px) {
        footer img {
            height: 60px;
        }
    }

    footer a {
        color: inherit!important;
    }

    .user-account ul {
        list-style-type: none;
        margin: 0;
    }
/* END Footer */

.external-link {
    background-image: url("Assets/external-link-icon.svg");
    background-size: contain;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: .3rem;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.no-animation {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

html, body {
    height: 100%;
    font-family: 'Muli', sans-serif;  
}

/* Parallax */
.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Fix so that margin on the bottom of last element in .parallax div has something to push against */
    padding-bottom: .1px;
    padding-top: .1px;
}

.parallax-image-one {
    background-image: url("Assets/homepage-split.jpg");
}

.parallax-image-two {
    background-image: url("Assets/bobcat-statue.jpg");
}

@media (max-width: 767px) {
    .parallax-image-one, .parallax-image-two {
        background: black;
        background-image: none !important;
    }
}
/* END Parallax */

@font-face {
    font-family: Kirsty;
    src: url("Assets/Fonts/KirstyItalic.ttf");
    font-style: italic, oblique;
}

@font-face {
    font-family: Kirsty;
    src: url("Assets/Fonts/Kirsty.ttf");
}

.kirsty {
    font-family: Kirsty, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: .2rem;
}

.kirsty-italic {
    font-family: Kirsty, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    letter-spacing: .1rem;
}

    .kirsty.header, .kirsty-italic.header {
        font-size: 2.5rem;
    }

/* Header */
#logo-header {
    background-color: #111;
    height: 70px;
    text-align: center;
}

#logo-header img {
    height: 100%;
}

#name-header {
    height: 50px;
    background-color: #2b2b2b;
    text-align: center;
    font-size: 2rem;
}

#name-header a {
    color: #ccc;
}

#name-header a:hover {
    text-decoration: none;
}

#name-header h1 {
    color: inherit;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    font-size: inherit!important;
    margin: inherit!important;
    letter-spacing: inherit!important;
}

@media (max-width: 575px) {
    #name-header h1 {
        font-size: 1.5rem!important;
    }
}

@media (max-width: 480px) {
    .menu-open header {
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
}

header {
    transition: all .5s ease;
}
/* END Header */

/* Navigation */
#top-of-page a {
    text-align: center;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: white;
    background-color: black;
    z-index: 999;
    font-size: 14pt;
    transition: width,.2s;
}

#top-of-page a:focus {
    position: absolute;
    top: 50px;
    left: calc(50% - 150px);
    width: 300px;
    height: 50px;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#bottomOfPage a {
    background-color: #FFF;
    visibility: visible;
    border: none;
    max-width: 100%;
    min-width: 180px;
    font: normal normal 14px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 0;
    position: absolute;
}
    
#bottomOfPage a:focus {
        display: inline-block;
        outline: none;
        font-size: initial;
        margin: initial;
        height: initial;
        text-decoration: underline;
        position: absolute;
        bottom: 247px;
        left: calc(50% - 150px);
        width: 300px;
        height: 35px;
        padding: 6px;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 0 7px 4px #46081d;
}


        /* END Navigation */
        /* Main */
        #outer-container {
    overflow: hidden;
    position: relative;
    color: white;
    background-color: #080808;
}

.menu-open #main-container {
    margin-right: 284px;
    transform: translate(284px, 0px);
}

#main-container {
    margin-right: 54px;
    transform: translate(54px, 0px);
    transition: all 0.5s ease 0s;
    transform-style: preserve-3d;
}

@media (max-width: 767px) {
    #logo-header {
        height: 54px;
    }

    .menu-open #main-container {
        -ms-transform: translate(230px,0);
        transform: translate(230px,0);
        margin-right: 0;
    }

    #main-container {
        margin-right: 0;
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.btn-bobcats {
    text-transform: uppercase;
    background: black;
    color: white !important;
    margin: .5rem 0;
    padding: 0.5rem 1rem;
    border: 1px solid white;
    transition: all .5s ease;
    border-radius: 0 !important;
}

    .btn-bobcats:hover {
        color: inherit;
        text-decoration: none;
        border-color: black;
    }
/* END Main */

/* Twitter Timeline */
.twitter-timeline {
    display: block !important;
    margin: auto;
}

.sports-network {
    background-repeat: no-repeat;
    background-size: cover;
}

.kirsty-header {
    font-size: 2.5rem;
    line-height: 3rem;
}

@media (max-width: 767px) {
    .text-center-md-down {
        text-align: center;
    }

    .cofo-wordmark {
        height: 25px;
    }

    .kirsty-header {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .cofo-wordmark {
        height: 20px;
    }
}

@media (max-width: 575px) {
    .kirsty-header {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }
}

.transparent-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .6;
}

.DNNEmptyPane {
    padding: 0 !important;
    margin: 0 !important;
}

a:focus {
    /*transition: all .3s linear;*/
    outline: 3px solid;
}

/*Focus styling for accessibility*/
.ls-nav-prev:focus,
.ls-nav-next:focus,
.ls-nav-start:focus,
.ls-nav-stop:focus {
    border: 2px solid white !important;
}

.slick-arrow:focus,
.slick-active button:focus {
    outline: 2px solid white !important;
    outline-offset: 0 !important;
}

#main-nav:focus {
    border: 2px solid white;
    outline-offset: 0;
}

#dnn_header_ctl00_hypLogo:visited {
    color: white;
}

.btn:focus {
    box-shadow: 0 0 0 .2rem rgb(44, 145, 253);
}

.social-logos a:focus {
    color: white;
}

#LiveSlider546 .ls-inner:focus-within {
    outline: 2px solid white;
    outline-offset: 5px;
}

