/* COLOURS */
/* blue #208DCD */
/* green #66BC45 */
/* orange #F58432 */

@font-face {
    font-family: 'get_show';
    src: url('../fonts/get_show/get_show-webfont.woff2') format('woff2'),
         url('../fonts/get_show/get_show-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #242c3a;
}

h1 {
    font-family: 'get_show';
    color: #2B4255;
    font-size: 90px;
    line-height: 60px;
    padding-bottom: 15px;
}
.index-header .container h1 {
    font-family: 'get_show';
    font-size: 90px;
    line-height: 90px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.card h4 {
    font-family: 'get_show';
    color: #2B4255;
    font-size: 45px;
}
h1 small, h1 sup {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
}
.font {
    font-family: 'get_show';
}
.index-header {
  min-height: 100px;
    height: auto;
    padding-bottom: 40px;
}
.index-header section .cta {
    margin-left: 0px;
}

.drop-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.table_transparent {
	--bs-table-bg: transparent !important;
	border-color: #FFFFFF;
}

.p-b-10 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}

.statcard.statcard-blue, .gradient-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aeef+0,27aae1+28,1b75bc+67,2b3990+89,262262+100 */
    background: #208DCD; /* Old browsers */
    background: -moz-linear-gradient(right, #00aeef 0%, #27aae1 28%, #1b75bc 67%, #2b3990 89%, #262262 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #00aeef 0%,#27aae1 28%,#1b75bc 67%,#2b3990 89%,#262262 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #00aeef 0%,#27aae1 28%,#1b75bc 67%,#2b3990 89%,#262262 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#262262',GradientType=1 ); /* IE6-9 */
}
.statcard.statcard-green, .gradient-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7df23+0,8dc63f+28,39b54a+67,009444+89,006838+100 */
    background: #66BC45; /* Old browsers */
    background: -moz-linear-gradient(right, #d7df23 0%, #8dc63f 28%, #39b54a 67%, #009444 89%, #006838 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #d7df23 0%,#8dc63f 28%,#39b54a 67%,#009444 89%,#006838 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #d7df23 0%,#8dc63f 28%,#39b54a 67%,#009444 89%,#006838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7df23', endColorstr='#006838',GradientType=1 ); /* IE6-9 */
}
.statcard.statcard-orange, .gradient-orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff33b+0,fbb040+28,f15a29+67,ed683c+89,e93e3a+100 */
    background: #F58432; /* Old browsers */
    background: -moz-linear-gradient(right, #fff33b 0%, #fbb040 28%, #f15a29 67%, #ed683c 89%, #e93e3a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #fff33b 0%,#fbb040 28%,#f15a29 67%,#ed683c 89%,#e93e3a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #fff33b 0%,#fbb040 28%,#f15a29 67%,#ed683c 89%,#e93e3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff33b', endColorstr='#e93e3a',GradientType=1 ); /* IE6-9 */
}
.statcard.statcard-blue, .statcard.statcard-green, .statcard.statcard-orange {
    border-radius: 5px;
}
.statcard.statcard-blue .statcard-number, .statcard.statcard-green .statcard-number, .statcard.statcard-orange .statcard-number {
    color: #fff;
    font-family: 'get_show';
    font-size: 60px;
}
.statcard.statcard-blue .statcard-desc, .statcard.statcard-green .statcard-desc, .statcard.statcard-orange .statcard-desc {
    color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-blue .stat-indicator, .statcard.statcard-green .stat-indicator, .statcard.statcard-orange .stat-indicator {
    color: #fff;
}
.gradient-blue a, .gradient-green a, .gradient-orange a, .gradient-blue a:link, .gradient-green a:link, .gradient-orange a:link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}
.gradient-blue a:hover, .gradient-green a:hover, .gradient-orange a:hover {
    color: rgba(255,255,255,1.0);
    text-decoration: none;
}

.score .btn-group .btn {
	border-color: #FFFFFF !important;
}

.game-score {
	font-family: 'get_show';
    color: #FFFFFF;
    font-size: 150px;
    padding-bottom: 25px;
}

.bg-blue, .bg-blue a, .bg-blue a:link, .badge .badge-blue {
	background-color: #208DCD !important;
	color: #FFF;
	text-decoration: none;
}
.bg-green, .bg-green a, .bg-green a:link, .badge .badge-green  {
	background-color: #66BC45 !important;
	color: #FFF;
	text-decoration: none;
}
.bg-orange, .bg-orange a, .bg-orange a:link, .badge .badge-orange {
	background-color: #F58432 !important;
	color: #FFF;
	text-decoration: none;
}

.navbar-light .navbar-brand {
  font-family: 'get_show';
    color: #2B4255;
    font-size: 40px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-light .navbar-brand {
  color: rgba(43,66,85,0.8)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(43,66,85,1.0)
}

.container-top {
    padding-top: 50px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .view-awards a, .view-awards a:link {
    font-size: 20px;
    /* color: rgba(43,66,85,0.65); */
}
.view-awards a:hover {
    font-size: 20px;
    /* color: rgba(43,66,85,1.0); */
}

.footer {
    padding-top: 30px;
    padding-bottom: 0px;
}
.footer .bottom {
    color: rgba(255,255,255,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .bottom a, .footer .bottom a:link {
    color: #FFF;
}