@font-face {
    font-family: CiscoSans;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTLight.woff2") format("woff2"), url("/static/fonts/CiscoSansTTLight.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: CiscoSans-Regular;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTRegular.woff2") format("woff2"), url("/static/fonts/CiscoSansTTRegular.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: CiscoSans-ExtraLight;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTExtraLight.woff"2) format("woff2"), url("/static/fonts/CiscoSansTTExtraLight.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: CiscoSans-Thin;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTThin.woff2") format("woff2"), url("/static/fonts/CiscoSansTTThin.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: CiscoSans-Light;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTLight.woff2") format("woff2"), url("/static/fonts/CiscoSansTTLight.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: CiscoSans-Bold;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/CiscoSansTTBold.woff2") format("woff2"), url("/static/fonts/CiscoSansTTBold.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

:root {
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0;
}

html {
    font-family: CiscoSans, sans-serif;
    scroll-padding-top: 3.5rem;
}

nav {
    font-family: CiscoSans-Bold, sans-serif;
    background-color: #011833;
}

body {
    font-family: CiscoSans, sans-serif;
}

h1 {
	font-family: CiscoSans, sans-serif;
    font-size: 44px;
    font-weight: bold;
}
h2 {
    font-family: CiscoSans, sans-serif;
	font-size: 32px;
    font-weight: bold;
}
h3 {
    font-family: CiscoSans, sans-serif;
	font-size: 24px;
    font-weight: bold;
}

.card {
    border-color: inherit !important;
}

footer {
    font-size: 0.9em;
    background-color: #011833;
}

.footer-nav-item:not(:last-child):after {
    content: " | ";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.hover-bg-dark {
    background-color: rgba(255,255,255,0.15);
}
.hover-bg-light {
    background-color: rgba(0,0,0,0.15);
}

nav a, nav a:link, nav a:visited, nav a:hover, nav a:active,
footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: #FFFFFF !important;
}

.navbar-toggler {
    color: #FFFFFF !important;
}

a, a:link, a:visited, a:hover, a:active {
    color: #02BCEB;
}

.shortcolumn {
    width: 1px;
}

.bg-clearer {
    background: rgba(255, 255, 255, 0.6);
}

.bg-clearer a, .bg-clearer a:link, .bg-clearer a:visited, .bg-clearer a:hover, .bg-clearer a:active {
    color: #0076d5;
}

.ctf-tracks a, .ctf-tracks a:link, .ctf-tracks a:visited, .ctf-tracks a:hover, .ctf-tracks a:active,
.socmed a, .socmed a:link, .socmed a:visited, .socmed a:hover, .socmed a:active {
    color: #fff;
    /*text-decoration: underline;*/
}

.btn {
     margin: 24px 24px 0 0;
     padding: 6px 15px;
     border-radius: 24px;
     font-weight: 500;
     font-stretch: normal;
     font-style: normal;
     letter-spacing: normal;
}

.btn-lg {
    padding: 16px 25px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 24px;
    font-weight: bold;
}

.btn-info:hover, .btn-info:active {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.text-info:hover, .text-blue:active {
    color: #f8f9fa !important;
}

.bg-blue {
    background-color: #011833 !important;
}

.btn-blue {
    background-color: #011833 !important;
    border-color: #011833 !important;
}

.btn-blue:hover, .btn-blue:active {
    background-color: #a8a9aa !important;
    border-color: #a8a9aa !important;
}

.text-blue {
    color: #011833 !important;
}

.text-blue:hover, .text-blue:active {
    color: #a8a9aa !important;
}


header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-color: #0D274D;
}

.section {
    padding-top: 2rem;
    padding-bottom: 6rem;
    border: 1px solid #ddd;
}

#startplaying {
    padding-top:3rem;
    padding-bottom:0rem;
    border: none;
}

@media only screen and (max-width: 1200px) {
    header {
        padding-top: 8rem;
        padding-bottom: 6rem;
        background-color: #0D274D;
    }
    #startplaying {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }
}

.section-bg-dark:before {
    content: "";
    background: url("/static/images/cl25-blue_freeform.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    padding: 0px;
    margin: 0px;
}

.section-bg:before {
    content: "";
    background: url("/static/images/cl25-blue_freeform.png");
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    padding: 0px;
    margin: 0px;
}


.section-bg, .section-bg-dark {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.startplaying-section-bg {
    background: #040E21;
}

.slidedown_arrow {
    font-size: 50px;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    cursor: pointer;
}


@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.titlefonts {
    font-size:1.1rem;
}

.buttontext {
    font-weight: bold; font-size: large;
}
