/* XBIZ AWARDS DOCUMENT */

@font-face {
	font-family: 'tga-bold';
	src: url('../font/tex-gryre-adventor/texgyreadventor-bold.eot');
	src: local('☺'), url('../font/tex-gryre-adventor/texgyreadventor-bold.woff') format('woff'), url('../font/tex-gryre-adventor/texgyreadventor-bold.ttf') format('truetype'), url('../font/tex-gryre-adventor/texgyreadventor-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tga-bolditalic';
	src: url('../font/tex-gryre-adventor/texgyreadventor-bolditalic.eot');
	src: local('☺'), url('../font/tex-gryre-adventor/texgyreadventor-bolditalic.woff') format('woff'), url('../font/tex-gryre-adventor/texgyreadventor-bolditalic.ttf') format('truetype'), url('../font/tex-gryre-adventor/texgyreadventor-bolditalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tga-regular';
	src: url('../font/tex-gryre-adventor/texgyreadventor-regular.eot');
	src: local('☺'), url('../font/tex-gryre-adventor/texgyreadventor-regular.woff') format('woff'), url('../font/tex-gryre-adventor/texgyreadventor-regular.ttf') format('truetype'), url('../font/tex-gryre-adventor/texgyreadventor-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tga-italic';
	src: url('../font/tex-gryre-adventor/texgyreadventor-italic.eot');
	src: local('☺'), url('../font/tex-gryre-adventor/texgyreadventor-italic.woff') format('woff'), url('../font/tex-gryre-adventor/texgyreadventor-italic.ttf') format('truetype'), url('../font/tex-gryre-adventor/texgyreadventor-italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    font-family: 'tga-regular', 'Titillium Web', sans-serif;
}
body {
    background-color: #000;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0.8;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
ul.navbar-nav li a img.icon {
    color: #fff;
    width: 20px;
    margin-top: -3px;
}
.navbar.bg-gold {
    background-color: #e4c049;
}
.navbar.bg-gold .collapse .navbar-nav .nav-item:last-child a,
.navbar.bg-gold .collapse .navbar-nav .nav-item:nth-last-child(2) a {
    padding-right: .5rem;
    padding-left: .5rem;
}
.block-menu li:nth-last-child(2),
.block-menu li:last-child{
    border-right: none;
}
.jumbotron h1,
.jumbotron p {
    color: #fff;
}
.jumbotron p {
    font-weight: 300;
    letter-spacing: .1rem;
    font-size: 22px;
    font-family: georgia, 'Playfair Display', serif;
    font-style: italic;
}
.navbar.bg-gold .collapse a.btn.btn-dark {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
}
.navbar.bg-gold .collapse a.btn.btn-dark span.oi {
    font-size: 12px;
}
.navbar a.navbar-brand {
    position: absolute;
    top: 0px;
    left: 3%;
}
section strong {
    font-weight: 600;
}
a.btn-readmore {
    letter-spacing: 0.02rem;
}
a.btn-readmore span.oi {
    font-size: 0.8rem;
    margin-left: 0.4rem;
    margin-right: 0rem;
}
section a {
    color: #fff;
    text-decoration: underline;
}
section a:hover,
section a:focus {
    color: #e4c049;
}

/* == */
/* basic menu styles */
.block-menu {
	display: block;
}
.block-menu li a {
	display: block;
	text-decoration: none;
	font-smoothing: antialiased;
	text-transform: uppercase;
	overflow: visible;
	padding: .7rem 1rem;
}
.block-menu li.active a {
    opacity: 0.3;
}

/* animation domination */
.three-d {
	perspective: 200px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-25px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-25px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front {
	transform: rotatex(0deg) translatez(25px);
}

.back {
	transform: rotatex(-90deg) translatez(25px);
}

.front, .back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e4c049;
	padding: .7rem 1rem;
	pointer-events: none;
	box-sizing: border-box;
}
.jumbotron h1.display-3 span {
    font-family: 'tga-bold';
    font-weight: bold;
}
a#volume_play {
    position: absolute;
    z-index: 5000;
    color: #fff;
    top: 6%;
    right: 0.7rem;
    opacity: 0.4;
    background-color: #000;
    padding: 10px 15px 10px 12px;
    display: none;
}
a#volume_play:hover,
a#volume_play:focus {
    background-color: #E4C04A;
    color: #000;
    opacity: 0.7;
}
a#volume_pause {
    position: absolute;
    z-index: 5001;
    color: #fff;
    top: 6%;
    opacity: 0.4;
    right: 0.7rem;
    background-color: #000;
    padding: 10px 15px 10px 12px;
}
a#volume_pause:hover,
a#volume_pause:focus {
    background-color: #E4C04A;
    color: #000;
    opacity: 0.7;
}

/* ====================== HOSTED WRAPPER ========================= */

section.hosted-wrapper {
    /* background-color: #e4c049; */
}
section.hosted-wrapper .col-lg-6:first-child {
    background-color: #000;
    color: #ffffff;
}
section.hosted-wrapper .col-lg-6:last-child {
    background-color: #e4c049;
    color: #000;
}
section.hosted-wrapper .col-lg-6 .hs-description h1 {
    font-size: 3.3rem;
    font-weight: 200;
}
section.hosted-wrapper .hosted-picture .hosted-name h3 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.01rem;
    font-family: 'tga-bold', 'Audiowide', cursive;
    font-weight: bold;
}
section.hosted-wrapper .hosted-picture .hosted-name small {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-size: 12px;
}
section.hosted-wrapper .date p {
    position: absolute;
    font-weight: 800;
    right: 15px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}
section.hosted-wrapper .date p span {
    font-family: 'tga-bold', 'Audiowide', cursive;
    font-weight: bold;
}
section.hosted-wrapper .date p span:last-child {
    color: #000;
}
.dropdown.menu-responsive div.dropdown-menu {
    background-color: #e4c049;
    border-radius: 0px;
    margin-top: 0rem;
    left: -113px;
}
.dropdown.menu-responsive .dropdown-menu .dropdown-item {
    font-weight: 600;
}
.dropdown.menu-responsive .dropdown-menu .dropdown-item:hover,
.dropdown.menu-responsive .dropdown-menu .dropdown-item:focus,
.dropdown.menu-responsive .dropdown-menu .dropdown-item.active {
    background-color: #000;
    color: #ffffff;
}
.fancy {
    line-height: 0.5;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

/* ====================== // HOSTED WRAPPER ========================= */

/* ====================== WINNERS WRAPPER ========================= */

section.winners-wrapper {
    background-color: #e4c049;
}
section.winners-wrapper .col-lg-6:first-child {
    background: #000 url("../img/backgrounds/bg_winners.png") no-repeat center center;
    background-size: cover;
    padding-right: 0px;
    padding-left: 0px;
}
section.winners-wrapper .winners-desc h1 {
    font-weight: 300;
}
section.winners-wrapper .winners-desc p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
section.winners-wrapper .winners-desc a {
    text-decoration: none;
    color: #000;
}
section.winners-wrapper .winners-desc a:hover {
    text-decoration: underline;
}
section.winners-wrapper .winners-desc a.btn {
    text-decoration: none;
}
section.winners-wrapper .winners-desc a.btn:hover,
section.winners-wrapper .winners-desc a.btn:focus {
    color: #ffffff;
}

/* ====================== // WINNERS WRAPPER ========================= */

/* ====================== PRESENTED WRAPPER ========================= */

section.presented-wrapper {
    background: #252525 url("../img/backgrounds/bg_presented.png") no-repeat center top;
}
section.presented-wrapper .media-wrapper small {
    color: #e4c049;
    text-transform: uppercase;
    font-weight: 600;
}
section.presented-wrapper .presented-desc {
    color: #ffffff;
    background-color: #000;
}
section.presented-wrapper .presented-desc h1 {
    font-weight: 200;
}

/* ====================== // PRESENTED WRAPPER ========================= */

/* ====================== ABOUT WRAPPER ========================= */

section.about-wrapper {
    background: #252525 url("../img/backgrounds/bg_about.png") no-repeat center top;
}
section.about-wrapper .media-wrapper small {
    color: #e4c049;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .06rem;
    font-weight: 600;
}
section.about-wrapper .presented-desc h1 {
    font-weight: 200;
}
section.about-wrapper .presented-desc p {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
a.logo-about {
    position: absolute;
    bottom: 50px;
    z-index: 1000;
    right: -50px;
    
}

/* ====================== // ABOUT WRAPPER ========================= */

/* ====================== MEDIA WRAPPER ========================= */

section.media-list-wrapper {
    background-color: #e4c049;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
section.media-list-wrapper ul.list-inline li.list-inline-item {
    margin: 12px 17px;
}

/* ====================== // MEDIA WRAPPER ========================= */

/* ====================== FOOTER ========================= */

footer {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 0px;
    color: #ffffff;
}
footer h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}
footer ul li a {
    color: #ffffff;
    text-decoration: underline;
}
footer ul li a:hover,
footer ul li a:focus {
    color: #e4c049;
}
footer ul li {
    margin-bottom: 0.5rem;
}
footer .copyright {
    width: 100%;
    border-top: 1px solid #292929;
    color: #444;
    text-align: center;
    font-size: .7rem;
    padding: 10px 10px;
}
footer .input-group input.form-control {
    background-color: #222;
    border-color: #404040;
    color: #8E8E8E;
    font-weight: 300;
    font-size: .9rem;
}
footer .input-group .input-group-btn button.btn-gold {
    background-color: #e4c049;
    color: #000;
    font-weight: 600;
}
footer ul.social-media {
    margin: 10px 0px;
}
footer ul.social-media li a {
    margin-right: 5px;
}
footer ul.social-media li a:hover,
footer ul.social-media li a:focus {
    opacity: 0.5;
}
footer .input-group input.form-control::placeholder {
    color: #8E8E8E;
}
.menu-responsive {
    padding: 15px 15px;
}
.menu-responsive a {
    color: #000;
}
.menu-responsive a.dropdown-toggle::after {
    display: none;
}
/* ====================== // FOOTER ========================= */

/* ====================== HIGHLIGHTS WRAPPER ========================= */

.highlights-wrapper {
    background-color: #000000;
}

/* ====================== // HIGHLIGHTS WRAPPER ========================= */

/* ====================== CATEGORIES PAGE ========================= */

.jumbotron-title-01 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_categories.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-01 h1.display-3 {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: .2rem;
}
.jumbotron-title-01 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-02 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_pressmedia.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-02 h1.display-3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .2rem;
}
.jumbotron-title-02 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-03 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_sponsor.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-03 h1.display-3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .2rem;
}
.jumbotron-title-03 h1.display-3 span {
    font-family: 'tga-bold';
}

.jumbotron-title-04 {
    padding-top: 10%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_ticket.png) no-repeat center top;
    text-align: center;
}
.jumbotron-title-04 h1.display-3 {
    color: #ffffff;
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-family: 'tga-bold';
}
.jumbotron-title-04 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-05 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_history.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-05 h1.display-3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.jumbotron-title-05 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-07 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_history.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-07 h1.display-3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.jumbotron-title-07 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-06 {
    padding: 6%;
    margin-top: 60px;
    margin-bottom: 2rem;
    background: url(../img/backgrounds/bg_hosted.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.jumbotron-title-06 h1.display-3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.jumbotron-title-06 h1.display-3 span {
    font-family: 'tga-bold';
}
.jumbotron-title-04 h2 {
    font-family: georgia, 'Playfair Display', serif;
    font-style: italic;
    line-height: 43px;
    color: #e4c049;
}
.jumbotron-title-04 .ticket-wrapper {
    color: #ffffff;
    padding: 80px 0px;
}
.jumbotron-title-04 .ticket-wrapper h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.jumbotron-title-04 .ticket-wrapper p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
.jumbotron-title-04 .ticket-wrapper .info-column {
    border: 2px solid #e4c049;
    margin:  0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.jumbotron-title-04 .ticket-wrapper h4 {
    font-size: 18px;
}
.jumbotron-title-04 .ticket-wrapper a {
    font-size: 16px;
    font-weight: 300;
    color: #e4c049;
    text-decoration: underline;
}
.jumbotron-title-04 .ticket-wrapper .info-column ul li {
    color: #e4c049;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
}
.content-wrapper.unmgn-top .row {
    margin-bottom: 30px;
}
.content-wrapper.unbg {
    background: none !important;
}
.content-wrapper.bg-right-bottom {
    background: url(../img/backgrounds/trophy_sm.png) no-repeat bottom left !important;
}
.content-wrapper p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
}
.content-wrapper.unpd {
    padding-top: 0px !Important;
}
.content-wrapper.unbg h2 {
    font-family: georgia, 'Playfair Display', serif;
    font-style: italic;
    line-height: 43px;
}
.sponsor-diamond-title {
    width: 100%;
    text-align: center;
    padding: 20px 0px 35px 0px;
}
.content-wrapper .sponsor-diamond-title h3 {
    color: #e4c049;
    font-weight: 600;
    letter-spacing: .1rem;
    background-color: #000;
    padding: 5px 10px;
    position: relative;
    width: 350px;
    margin: 0 auto;
    z-index: 1000;
}
.content-wrapper .sponsor-diamond-title h3.title1 {
    color: #e4c049;
    font-weight: 600;
    letter-spacing: .1rem;
    background-color: #000;
    padding: 5px 10px;
    position: relative;
    width: 380px;
    margin: 0 auto;
    z-index: 1000;
}
.content-wrapper .sponsor-diamond-title hr {
    border-width: 2px;
    border-color: #e4c049;
    margin: -20px 0px 0px 0px;
    z-index: -1;
}
.content-wrapper .sponsor-desc {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 30px;
}
.content-wrapper h3.text-highlights {
    font-family: georgia, 'Playfair Display', serif;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 30px;
}
.content-wrapper a.mail {
    color: #e4c049;
}
.content-wrapper.unbg strong {
    font-weight: 500;
}
.content-wrapper hr {
    border-color: #3D3D3D;
    margin: 50px 0px;
}
.content-wrapper h3 {
    color: #ffffff;
    font-weight: 300;
}
.content-wrapper h1 {
    color: #ffffff;
    font-weight: 300;
}
.content-wrapper h3 img.trophy-img {
    width: 20px;
    margin-top: -2px;
    margin-right: 10px;
}
.content-wrapper h1 img.trophy-img {
    width: 30px;
    margin-top: -2px;
    margin-right: 10px;
}
.content-wrapper ul li {
    color: #e4c049;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 0px;
}
.content-wrapper ul li strong {
    color: #ffffff;
    font-weight: 300;
}
.content-wrapper ul li p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
.content-wrapper .container .row:first-child {
    margin-bottom: 40px;
}
.content-wrapper .container .row .col-lg-4 .form-group select.form-control {
    border-radius: 0px;
    background-color: #000;
    border: 2px solid #fff;
    padding: 1.2rem 0.75rem;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.navbar.bg-gold .collapse a.btn.btn-dark:hover,
.navbar.bg-gold .collapse a.btn.btn-dark:focus {
    background-color: #604906;
    border-color: #604906;
}
img.img-hero {
   margin-left: 50px;
    margin-bottom: 50px;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 100%;
    color: $select-color;
    width: $select-width;
    height: $select-height;
    color: #fff;
    border: 2px solid #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}
.select-styled {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: $select-background;
    padding: 8px 15px;
    @include transition(all 0.2s ease-in);
    &:after {
        content:"";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: $select-color transparent transparent transparent;
        position: absolute;
        top: 16px;
        right: 10px;
    }
    &:hover {
        background-color: darken($select-background, 2);
    }
    &:active, &.active {
    background-color: darken($select-background, 5);
    &:after {
        top: 9px;
        border-color: transparent transparent $select-color transparent;
        }
    }
}

.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e4c049;
    li {
        margin: 0;
        padding: 12px 0;
        text-indent: 15px;
        border-top: 1px solid darken($select-background, 10);
        @include transition(all 0.15s ease-in);
        &:hover {
            color: $select-background;
            background: $select-color;
        }
    &[rel="hide"] {
        display: none;
    }
  }
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select ul.select-options li {
    color: #000;
    font-weight: 500;
    padding: 7px 14px;
    border-bottom: 1px solid #A98519;
}
.dropdown.select-winners {
    margin-top: 15px;
}
.dropdown.select-winners button.btn.btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #000000;
    text-align: left;
    font-weight: 500;
}
.dropdown.select-winners .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    float: right;
    border-top: 0.3em solid;
    margin-top: 12px;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown.select-winners button.btn.btn-outline-secondary:hover,
.dropdown.select-winners button.btn.btn-outline-secondary:focus {
    border-color: #e4c049;
    color: #000000;
    background-color: #e4c049;
}
.dropdown.select-winners .dropdown-menu {
    width: 100%;
    border-radius: 0px;
}
.dropdown.select-winners .dropdown-menu a.dropdown-item {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}
.dropdown.select-winners .dropdown-menu a.dropdown-item:active,
.dropdown.select-winners .dropdown-menu a.dropdown-item.active {
    background-color: #e4c049;
    color: #000;
}
.photo {
    position: relative;
}
.photos {
    margin:auto;
    font-size:0px;
    padding: 8px;
}
#accordion .card .card-header h5 a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
#accordion .card .card-header h5 a span {
    font-weight: 100;
}
#accordion .card .card-body .row  {
    font-size: 14px;
    font-weight: 100;
}
#accordion .card .card-body .row hr {
        margin: 25px 0px;
}
#accordion .card .card-body .row ul li {
    font-size: 14px;
}


/* ====================== // CATEGORIES PAGE ========================= */

/* ====================== // HIGHLIGHTS WRAPPER ========================= */

/* ====================== RESPONSIVE ========================= */
@media (min-width: 320px) {
    .menu-responsive {
        display: none;
    }
    .navbar a.navbar-brand img {
        width: 20px;
    }
    .block-menu li {
        display: block;
    }
    .navbar.bg-gold .collapse a.btn.btn-dark {
        margin-left: 0 !important;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        margin-bottom: 0px !Important;
    }
    .jumbotron h1.display-3 {
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 3rem;
        line-height: 2.8rem;
        /*font-family: 'Montserrat', sans-serif;*/
    }
    section.hosted-wrapper .col-lg-6 .hs-description {
        padding: 50px 0px;
    }
    .jumbotron {
        padding: 40% 5% 30% 5%;
        margin-bottom: 0rem;
    }
    section.hosted-wrapper .date p {
        font-size: 6rem;
        line-height: 5.5rem;
        top: -80px;
    }
    section p {
        font-size: 18px;
        line-height: 1.8rem;
        font-weight: 300;
        letter-spacing: .02rem;
    }
    section.hosted-wrapper .hosted-picture img {
        width: 100%;
    }
    section.presented-wrapper .media-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    section.presented-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #e4c049;
        font-size: 1.5rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2.2rem;
    }
    section.presented-wrapper .presented-desc {
        padding: 50px 15px;
    }
    a.logo-presented img {
        width: 100%;
    }
    section.presented-wrapper .presented-desc p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    a.logo-presented {
        position: absolute;
        bottom: 50px;
        z-index: 1000;
        right: -50px;
        margin-top: 0px;
        float: none;
        display: none;
    }
    a.logo-presented-mobile {
        display: block;
    }
    a.logo-presented-mobile img {
        width: 100%;
        margin-bottom: 20px;
    }
    section.presented-wrapper .media-wrapper small {
        font-size: 11px;
        letter-spacing: .03rem;
    }
    section.winners-wrapper .winners-desc {
        padding: 50px 15px;
    }
    section.about-wrapper .media-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    footer .col-lg-4 ul.mg {
        margin-right: 0px;
        float: none;
    }
    section.about-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #ffffff;
        font-size: 1.5rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2rem;
    }
    section.about-wrapper .media-wrapper p {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.4rem;
    }
    .navbar.bg-gold .collapse .navbar-nav {
        padding: 0.5rem 0rem;
    }
    .navbar-toggler {
        padding: 1.25rem 0.75rem; 
    }
    .navbar a.navbar-brand {
        display: none;
    }
    .navbar-brand-mobile {
        padding: 5px 10px;
        display: block;
    }
    .navbar.bg-gold .collapse .navbar-nav .nav-link {
        color: #000;
        font-weight: 400;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    .block-menu {
        border-top: 1px solid #604800;
    }
    section.hosted-wrapper .col-lg-6:first-child {
        margin-top: 0px;
    }
    section.hosted-wrapper .date {
        display: none;
    }
    section.hosted-wrapper .hosted-picture {
        position: relative;
        bottom: 0;
        left: 0;
        padding-top: 30px;
        text-align: center;
    }
    section.hosted-wrapper .col-lg-6.unpd {
        padding-right: 0px;
        padding-left: 0px;
    }
    section.presented-wrapper .col-lg-7,
    section.presented-wrapper .col-lg-5 {
        margin-top: 30px;
    }
    .bg-winners {
        display: block;
    }
    section.about-wrapper .col-lg-6 {
        margin-top: 0px;
    }
    section.about-wrapper .presented-desc {
        color: #ffffff;
        background-color: #000;
        padding: 50px 15px;
    }
    section.media-list-wrapper {
        padding: 30px 15px;
    }
    footer .col-xs-12 {
        margin-bottom: 30px;
    }
    footer .copyright {
        margin-top: 5px;
    }
    footer .magazine-wrapper img {
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .info-mobile {
        color: #ffffff;
        font-weight: 200;
        letter-spacing: 0.3rem;
        margin-top: 50px;
        display: block;
        text-align: center;
    }
    .jumbotron .sponsor-image {
        width: 180px;
    }
    .content-wrapper {
        background: url(../img/backgrounds/trophy.png) no-repeat bottom center;
    }
    .content-wrapper.unmgn-top {
        margin-top: -190px;
    }
    .jumbotron-title-04 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        width: 100%;
    }
    .jumbotron-title-01,
    .jumbotron-title-02,
    .jumbotron-title-03,
    .jumbotron-title-04,
    .jumbotron-title-05,
    .jumbotron-title-06 {
        margin-top: 60px;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        padding: 20px 20px;
    }
    .jumbotron-title-04 {
        padding-bottom: 10%;
    }
    .block-menu li {
        border-right: 0px dashed #A2801B;
    }
    section.content-wrapper article.container .row .title-winners {
        text-align: center;
    }
    .content-wrapper .sponsor-desc {
        line-height: 33px;
    }
    .jumbotron-title-01 h1.display-3,
    .jumbotron-title-02 h1.display-3,
    .jumbotron-title-03 h1.display-3,
    .jumbotron-title-05 h1.display-3,
    .jumbotron-title-06 h1.display-3 {
        font-size: 2rem;
    }
    video#bgvid { 
        background: url(../img/backgrounds/hd_background_default.png) no-repeat 60% top;
    }
    #accordion .card .card-header h5 a {
        font-size: 1rem;
    }
    .jumbotron-title-05.sponsorship-pkg h1.display-3 span {
        font-size: 1.8rem;
    }
    #accordion .card .card-header h5 a span {
        margin-top: 5px;
    }
}
@media (min-width: 768px) {
    .jumbotron h1.display-3 {
        font-weight:700;
        letter-spacing: 2px;
        font-size: 4rem;
        line-height: 3.8rem;
        /*font-family: 'Montserrat', sans-serif;*/
    }
    section.hosted-wrapper .col-lg-6 .hs-description {
        padding: 100px 80px 100px 80px;
    }
    .jumbotron {
        padding: 30% 8%;
        margin-bottom: 2rem;
    }
    section.hosted-wrapper .date p {
        font-size: 5rem;
        line-height: 4.5rem;
        top: -75px;
    }
    section p {
        font-size: 18px;
        line-height: 1.8rem;
        font-weight: 300;
        letter-spacing: .02rem;
    }
    section.hosted-wrapper .hosted-picture img {
        width: 300px;
    }
    section.presented-wrapper .media-wrapper {
        padding-top: 80px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    section.presented-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #e4c049;
        font-size: 1.3rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2rem;
    }
    section.presented-wrapper .presented-desc {
        padding: 80px 50px;
    }
    a.logo-presented img {
        width: 300px;
    }
    section.presented-wrapper .presented-desc p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    a.logo-presented {
        position: absolute;
        bottom: 65px;
        z-index: 1000;
        right: -20px;
        margin-top: 0px;
        float: none;
        display: block;
    }
    a.logo-presented-mobile {
        display: none;
    }
    section.presented-wrapper .media-wrapper small {
        font-size: 11px;
        letter-spacing: .03rem;
    }
    section.winners-wrapper .winners-desc {
        padding: 80px 35px;
    }
    section.about-wrapper .media-wrapper {
        padding-top: 5%;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
        text-align: left;
    }
    footer .col-lg-4 ul.mg {
        margin-right: 0px;
        float: none;
    }
    section.about-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #ffffff;
        font-size: 1.5rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2rem;
    }
    section.about-wrapper .media-wrapper p {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.4rem;
    }
    .navbar.bg-gold .collapse a.btn.btn-dark {
        margin-left: 0 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        width: auto;
    }
    .navbar a.navbar-brand img {
        width: 80px;
    }
    .menu-responsive {
        display: block;
    }
    .block-menu li {
        display: inline-block;
    }
    .navbar.bg-gold .collapse .navbar-nav {
        padding: 0.5rem 1rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem; 
    }
    .navbar a.navbar-brand {
        display: block;
    }
    .navbar.bg-gold .collapse .navbar-nav .nav-link {
        color: #000;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .block-menu {
        border-top: 0px solid #604800;
    }
    section.hosted-wrapper .col-lg-6:first-child {
        margin-top: -150px;
    }
    .navbar-brand-mobile {
        display: none;
    }
    section.hosted-wrapper .date {
        display: block;
    }
    section.hosted-wrapper .hosted-picture {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 0px;
        text-align: left;
    }
    section.hosted-wrapper .col-lg-6.unpd {
        padding-right: 15px;
        padding-left: 15px;
    }
    section.presented-wrapper .col-lg-7,
    section.presented-wrapper .col-lg-5 {
        margin-top: 70px;
    }
    .bg-winners {
        display: none;
    }
    section.about-wrapper .col-lg-6 {
        margin-top: 70px;
    }
    section.about-wrapper .presented-desc {
        color: #ffffff;
        background-color: #000;
        padding: 50px 35px;
    }
    section.media-list-wrapper {
        padding: 60px 20px;
    }
    footer .col-xs-12 {
        margin-bottom: 0px;
    }
    footer .copyright {
        margin-top: 45px;
    }
    footer .magazine-wrapper img {
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .info-mobile {
        display: none;
    }
    .jumbotron .sponsor-image {
        width: 250px;
    }
    .content-wrapper {
        background: url(../img/backgrounds/trophy.png) no-repeat bottom center;
    }
    .content-wrapper.unmgn-top {
        margin-top: -320px;
    }
    .jumbotron-title-04 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        width: 450px;
    }
    .jumbotron-title-01,
    .jumbotron-title-02,
    .jumbotron-title-03,
    .jumbotron-title-04,
    .jumbotron-title-05,
    .jumbotron-title-06 {
        margin-top: 40px;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        padding: 30px 40px;
    }
    .jumbotron-title-04 {
        padding-bottom: 10%;
    }
    .block-menu li {
        border-right: 1px dashed #A2801B;
    }
    section.content-wrapper article.container .row .title-winners {
        text-align: left;
    }
    .content-wrapper .sponsor-desc {
        line-height: 33px;
    }
    .jumbotron-title-01 h1.display-3,
    .jumbotron-title-02 h1.display-3,
    .jumbotron-title-03 h1.display-3,
    .jumbotron-title-05 h1.display-3,
    .jumbotron-title-06 h1.display-3 {
        font-size: 4rem;
    }
    video#bgvid { 
        background: url(../img/backgrounds/hd_background_default.png) no-repeat center top;
    }
    #accordion .card .card-header h5 a {
        font-size: 1rem;
    }
    .jumbotron-title-05.sponsorship-pkg h1.display-3 span {
        font-size: 2.5rem;
    }
    #accordion .card .card-header h5 a span {
        margin-top: 3px;
    }
}
@media (min-width: 992px) {
    .jumbotron h1.display-3 {
        font-weight:700;
        letter-spacing: 2px;
        font-size: 5rem;
        line-height: 4.5rem;
        /*font-family: 'Montserrat', sans-serif;*/
    }
    section.hosted-wrapper .col-lg-6.hs-description {
        padding: 80px 100px;
    }
    .jumbotron {
        padding: 25% 12% 25% 12%;
        margin-bottom: 3rem;
    }
    section.hosted-wrapper .date p {
        font-size: 6rem;
        line-height: 4.5rem;
        top: -83px;
    }
    section p {
        font-size: 18px;
        line-height: 1.7rem;
        font-weight: 300;
        letter-spacing: .01rem;
    }
    section.hosted-wrapper .hosted-picture img {
        width: 350px;
    }
    section.presented-wrapper .media-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 80px;
        padding-right: 60px;
        text-align: left;
    }
    section.presented-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #e4c049;
        font-size: 1.3rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2rem;
    }
    section.presented-wrapper .presented-desc {
        padding: 80px 120px;
    }
    a.logo-presented img {
        width: 450px;
    }
    section.presented-wrapper .presented-desc p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    a.logo-presented {
        position: absolute;
        bottom: 50px;
        z-index: 1000;
        right: -50px;
        margin-top: 0px;
        float: none;
        display: block;
    }
    a.logo-presented-mobile {
        display: none;
    }
    section.presented-wrapper .media-wrapper small {
        font-size: 12px;
        letter-spacing: .06rem;
    }
    section.winners-wrapper .winners-desc {
        padding: 100px 80px;
    }
    section.about-wrapper .media-wrapper {
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 80px;
        padding-right: 80px;
        text-align: left;
    }
    footer .col-lg-4 ul.mg {
        margin-right: 35px;
        float: left;
    }
    section.about-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #ffffff;
        font-size: 1.8rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2.5rem;
    }
    section.about-wrapper .media-wrapper p {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.3rem;
    }
    .navbar.bg-gold .collapse a.btn.btn-dark {
        margin-left: 0 !important;
        padding-top: 15px;
        padding-bottom: 15px;
        width: auto;
    }
    .navbar a.navbar-brand img {
        width: 110px;
    }
    .menu-responsive {
        display: none;
    }
    .block-menu li {
        display: inline-block;
    }
    .navbar.bg-gold .collapse .navbar-nav {
        padding: 0.5rem 1rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem; 
    }
    .navbar a.navbar-brand {
        display: block;
    }
    .navbar.bg-gold .collapse .navbar-nav .nav-link {
        color: #000;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .block-menu {
        border-top: 0px solid #604800;
    }
    section.hosted-wrapper .col-lg-6:first-child {
        margin-top: -120px;
    }
    .navbar-brand-mobile {
        display: none;
    }
    section.hosted-wrapper .date {
        display: block;
    }
    section.hosted-wrapper .hosted-picture {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 0px;
        text-align: left;
    }
    section.hosted-wrapper .col-lg-6.unpd {
        padding-right: 15px;
        padding-left: 15px;
    }
    section.presented-wrapper .col-lg-7,
    section.presented-wrapper .col-lg-5 {
        margin-top: 70px;
    }
    .bg-winners {
        display: none;
    }
    section.about-wrapper .col-lg-6 {
        margin-top: 70px;
    }
    section.about-wrapper .presented-desc {
        color: #ffffff;
        background-color: #000;
        padding: 50px 70px;
    }
    section.media-list-wrapper {
        padding: 60px 20px;
    }
    footer .col-xs-12 {
        margin-bottom: 0px;
    }
    footer .copyright {
        margin-top: 45px;
    }
    footer .magazine-wrapper img {
        margin-right: 10px;
        margin-bottom: 7px;
    }
    .info-mobile {
        display: none;
    }
    .jumbotron .sponsor-image {
        width: 250px;
    }
    .content-wrapper {
        background: url(../img/backgrounds/trophy.png) no-repeat bottom right;
    }
    .content-wrapper.unmgn-top {
        margin-top: -350px;
    }
    .jumbotron-title-04 {
        padding-left: 15%;
        padding-right: 15%;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        width: 450px;
    }
    .jumbotron-title-01,
    .jumbotron-title-02,
    .jumbotron-title-03,
    .jumbotron-title-04,
    .jumbotron-title-05,
    .jumbotron-title-06 {
        margin-top: 60px;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        padding: 30px 40px;
    }
    .jumbotron-title-04 {
        padding-bottom: 10%;
    }
    .block-menu li {
        border-right: 1px dashed #A2801B;
    }
    section.content-wrapper article.container .row .title-winners {
        text-align: left;
    }
    .content-wrapper .sponsor-desc {
        line-height: 36px;
    }
    .jumbotron-title-01 h1.display-3,
    .jumbotron-title-02 h1.display-3,
    .jumbotron-title-03 h1.display-3,
    .jumbotron-title-05 h1.display-3,
    .jumbotron-title-06 h1.display-3 {
        font-size: 5rem;
    }
    video#bgvid { 
        background: url(../img/backgrounds/hd_background_default.png) no-repeat center top;
    }
    #accordion .card .card-header h5 a {
        font-size: 1.25rem;
    }
    .jumbotron-title-05.sponsorship-pkg h1.display-3 span {
        font-size: 3.5rem;
    }
    #accordion .card .card-header h5 a span {
        margin-top: 0px;
    }
}
@media (min-width: 1200px) {
    .jumbotron h1.display-3 {
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 6.5rem;
        line-height: 6rem;
        font-family: 'tga-bold', 'Montserrat', sans-serif;
    }
    section.hosted-wrapper .col-lg-6 .hs-description {
        padding: 100px 100px 100px 100px;
    }
    .jumbotron {
        padding: 27% 10% 27% 10%;
        margin-bottom: 3rem;
    }
    section.hosted-wrapper .date p {
        font-size: 8rem;
        line-height: 6.5rem;
        top: -118px;
    }
    section p {
        font-size: 20px;
        line-height: 2rem;
        font-weight: 300;
        letter-spacing: .02rem;
    }
    section.hosted-wrapper .hosted-picture img {
        width: 350px;
    }
    section.presented-wrapper .media-wrapper {
        padding-top: 60px;
        padding-bottom: 20px;
        padding-left: 80px;
        padding-right: 60px;
        text-align: left;
    }
    section.presented-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #e4c049;
        font-size: 1.4rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2.1rem;
    }
    section.presented-wrapper .presented-desc {
        padding: 80px 120px;
    }
    a.logo-presented img {
        width: 450px;
    }
    section.presented-wrapper .presented-desc p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    a.logo-presented {
        position: absolute;
        bottom: 50px;
        z-index: 1000;
        right: -50px;
        margin-top: 0px;
        float: none;
        display: block;
    }
    a.logo-presented-mobile {
        display: none;
    }
    section.presented-wrapper .media-wrapper small {
        font-size: 12px;
        letter-spacing: .06rem;
    }
    section.winners-wrapper .winners-desc {
        padding: 100px 80px;
    }
    section.about-wrapper .media-wrapper {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 80px;
        padding-right: 80px;
        text-align: left;
    }
    footer .col-lg-4 ul.mg {
        margin-right: 35px;
        float: left;
    }
    section.about-wrapper .media-wrapper h2 {
        font-style: italic;
        color: #ffffff;
        font-size: 1.4rem;
        font-family: georgia, 'Playfair Display', serif;
        line-height: 2.3rem;
    }
    section.about-wrapper .media-wrapper p {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.6rem;
    }
    .navbar.bg-gold .collapse a.btn.btn-dark {
        margin-left: 0 !important;
        padding-top: 15px;
        padding-bottom: 15px;
        width: auto;
    }
    .navbar a.navbar-brand img {
        width: 110px;
    }
    .menu-responsive {
        display: none;
    }
    .block-menu li {
        display: inline-block;
    }
    .navbar.bg-gold .collapse .navbar-nav {
        padding: 0.5rem 1rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem; 
    }
    .navbar a.navbar-brand {
        display: block;
    }
    .navbar.bg-gold .collapse .navbar-nav .nav-link {
        color: #000;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .block-menu {
        border-top: 0px solid #604800;
    }
    section.hosted-wrapper .col-lg-6:first-child {
        margin-top: -120px;
    }
    .navbar-brand-mobile {
        display: none;
    }
    section.hosted-wrapper .date {
        display: block;
    }
    section.hosted-wrapper .hosted-picture {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 0px;
        text-align: left;
    }
    section.hosted-wrapper .col-lg-6.unpd {
        padding-right: 15px;
        padding-left: 15px;
    }
    section.presented-wrapper .col-lg-7,
    section.presented-wrapper .col-lg-5 {
        margin-top: 70px;
    }
    .bg-winners {
        display: none;
    }
    section.about-wrapper .col-lg-6 {
        margin-top: 70px;
    }
    section.about-wrapper .presented-desc {
        color: #ffffff;
        background-color: #000;
        padding: 50px 50px;
    }
    section.media-list-wrapper {
        padding: 60px 20px;
    }
    footer .col-xs-12 {
        margin-bottom: 0px;
    }
    footer .copyright {
        margin-top: 45px;
    }
    footer .magazine-wrapper img {
        margin-right: 20px;
        margin-bottom: 7px;
    }
    .info-mobile {
        display: none;
    }
    .jumbotron .sponsor-image {
        width: 250px;
    }
    .content-wrapper {
        background: url(../img/backgrounds/trophy.png) no-repeat bottom right center top;
    }
    .content-wrapper.unmgn-top {
        margin-top: -400px;
    }
    .jumbotron-title-04 {
        padding-left: 20%;
        padding-right: 20%;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        width: 450px;
    }
    .jumbotron-title-01,
    .jumbotron-title-02,
    .jumbotron-title-03,
    .jumbotron-title-04,
    .jumbotron-title-05,
    .jumbotron-title-06 {
        margin-top: 60px;
    }
    .jumbotron-title-04 .ticket-wrapper .info-column {
        padding: 30px 40px;
    }
    .jumbotron-title-04 {
        padding-bottom: 10%;
    }
    .block-menu li {
        border-right: 1px dashed #A2801B;
    }
    section.content-wrapper article.container .row .title-winners {
        text-align: left;
    }
    .content-wrapper .sponsor-desc {
        line-height: 36px;
    }
    .jumbotron-title-01 h1.display-3,
    .jumbotron-title-02 h1.display-3,
    .jumbotron-title-03 h1.display-3,
    .jumbotron-title-05 h1.display-3,
    .jumbotron-title-06 h1.display-3 {
        font-size: 5rem;
    }
    video#bgvid { 
        background: url(../img/backgrounds/hd_background_default.png) no-repeat center top;
        background-size: cover; 
    }
    #accordion .card .card-header h5 a {
        font-size: 1.25rem;
    }
    .jumbotron-title-05.sponsorship-pkg h1.display-3 span {
        font-size: 3.5rem;
    }
    #accordion .card .card-header h5 a span {
        margin-top: 0px;
    }
}


