@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  font: 16px "Ubuntu", sans-serif;
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color:#000;
}

dl, ol, ul {margin:0!important; padding:1rem;}
li {margin:10px 0!important; line-height: 1.25em; list-style-position: outside;}

p {font-family: "Ubuntu", sans-serif; font-size: 16px; color: #000; line-height: 1.6em;}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {color:#DC3238; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {color:#000; font-weight: 800;  text-decoration: none;}
a:focus {color:#222!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#DC3238!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 150px!important;}

.max-container {max-width:856px;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0%;
    position: absolute;
    transform: translateY(-100%);
    background: #fff;
    height: 70px;
    padding: 8px;
    transition: transform 0.3s;
	scroll-padding-top:110px;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#fff;
	z-index:99999999999;
	line-height:50px;
	font-weight:bold;
	color:#000;
	border:none;
	text-align: center!important;
}
/*END SKIP TO CONTENT*/

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.smallest {font-size: 70%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.lh-sm {line-height: 1.5em!important;}
.lh-md {line-height: 1.6em!important;}
.lh-lg {line-height: 1.7em!important;}

.red {color:#DC3238;}
.gray {color:#67686A;}
.silver {color:#999;}
.black {color:#000;}
.white {color:#fff;}

.bar-red {width:100px; border-top:8px solid #DC3238;}
.bar-gray {width:100px; border-top:8px solid #67686A;}
.bar-silver {width:100px; border-top:8px solid #999;}
.bar-white {width:100px; border-top:8px solid #fff;}
.bar-black {width:100px; border-top:8px solid #000;}

.divider {border-top: 1px solid #999;}

.border-pic {border: 5px solid #67686A;}
.border-lt {border: 3px solid #fff;}
.border-black {border: 4px solid #000;}
.border-red {border: 3px solid #DC3238;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}
.shadow-lt {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.25)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}

h1 {
	font-family: "Karantina", system-ui;
	font-size: 74px;
	font-weight: 500;
	color:#fff;
	letter-spacing:2.5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000;
}

h2 {
	font-family: "Karantina", system-ui;
	font-size: 68px;
	font-weight: 500;
	color:#DC3238;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-family: "Karantina", system-ui;
	font-size: 54px;
	font-weight: 500;
	color:#DC3238;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #DC3238;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	border:2px solid #FFF;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #67686A;
}
#button:active {
  background-color: #67686A;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #fff;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
  height: 110px!important;
  /*border-top:2px solid #fff;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {background-color: #000; border-top: none!important; padding:0!important;}
.offcanvas-backdrop.show {opacity: 0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:125px!important; padding-top:25px; margin:0 0 0 20px!important;}
.offcanvas-header .btn-close {background-image: url("images/close.png"); margin-top: 0.5rem; margin-right: 0.5rem; margin-bottom: 0.5rem; opacity: 1.0!important;}

.navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 75!important;
	font-stretch: condensed;
  text-transform: uppercase;
  color: #fff!important;
  padding: 15px 1.5rem!important;
  margin:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
  border-bottom:5px solid transparent;
	text-shadow: 2px 2px 4px #000;
}
.navbar-nav .nav-link:hover {color:#999!important; border-bottom:5px solid #DC3238;}
.navbar-nav .nav-link:focus {color:#999!important; border:2px solid #DC3238;}
.navbar-nav .nav-link:focus-visible {color:#999!important; border:2px solid #DC3238;}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 1) !important;
}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:150px; margin: 10px 0 0 0;}
.navbar-brand.js-scrolling img {
	height: 90px!important;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#67686A!important;}

.bg-dark {background-color:#000!important;}

.bg-hero {background-image: url("images/hero.webp"); overflow: hidden; min-height: 750px;}

.content {font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: -.5px;}
.content a {color:#999; font-weight: 700; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#FFF; text-decoration:none; font-weight: 700;}
.btn-content {
	background-color:#DC3238;
	font-family: "Karantina", system-ui;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	color:#fff!important;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #DC3238;
}
.btn-content:hover {
	background:#67686A;
	color:#fff!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #67686A;
}
.btn-content:focus {border:2px solid #67686A; outline-color: #67686A; outline-style: solid; outline-width: 4px;}
.btn-content:focus-visible {border:2px solid #67686A; outline-color: #67686A; outline-style: solid; outline-width: 4px;}

.intro-text {color:#FFF; font-size: 18px; line-height: 1.7em;}

.bg-gray {background:#111;}

.bg-concert {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='63.597' height='31.2' patternTransform='scale(2) rotate(20)'><rect x='0' y='0' width='100%' height='100%' fill='%23000000ff'/><path d='M-18.807 20.529 13.075 2.12s8.136-4.064 15.103 4.08m-51.692 11.622L13.075-3.304S21.21-7.368 28.178.776m-55.367 14.947L13.075-7.648s8.136-4.064 15.103 4.08M44.79 20.529 76.672 2.12s8.136-4.064 15.103 4.08M40.083 17.823 76.672-3.304s8.136-4.064 15.103 4.08M36.408 15.723 76.672-7.648s8.136-4.064 15.103 4.08M-18.807 51.728l31.882-18.407s8.136-4.064 15.103 4.08m-51.692 11.622 36.589-21.127s8.136-4.064 15.103 4.08m-55.367 14.947 40.264-23.371s8.136-4.064 15.103 4.08M44.79 51.728l31.882-18.407s8.136-4.064 15.103 4.08M40.083 49.023l36.589-21.127s8.136-4.064 15.103 4.08M36.408 46.923l40.264-23.371s8.136-4.064 15.103 4.08'  stroke-linecap='square' stroke-width='1' stroke='%23111111ff' fill='none'/><path d='M-3.962 2.298-41-19.052s-8.137-4.063-15.104 4.08M-.062.023-41-23.396s-8.137-4.063-15.104 4.08M54.682 4.9 22.596-13.626S14.46-17.69 7.493-9.546M59.635 2.298l-37.038-21.35s-8.137-4.063-15.103 4.08M63.535.023 22.597-23.396s-8.137-4.063-15.103 4.08M-3.962 33.498-41 12.148s-8.137-4.063-15.104 4.08M-.062 31.223-41 7.804s-8.137-4.063-15.104 4.08M54.682 36.098 22.596 17.574s-8.136-4.064-15.103 4.08m52.142 11.844-37.038-21.35s-8.137-4.063-15.103 4.08m56.041 14.995L22.597 7.804s-8.137-4.063-15.103 4.08'  stroke-linecap='square' stroke-width='1' stroke='%23111111ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed;}

.border-callout {border: 2px solid #67686A; min-height: 400px;}
.icon-callout {font-size: 100px; color:#FFF;}
.header-callout {font-family: "Karantina", system-ui; font-size: 48px; font-weight: 500; color:#DC3238; letter-spacing: 2px; text-transform: uppercase;}

.content-interior {min-height: 900px;}
.content-interior a {color:#999; font-weight: 700; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content-interior a:hover {color:#FFF; text-decoration:none; font-weight: 700;}

.footer {background:#111; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight:400; color:#FFF; letter-spacing: -.5px; border-bottom: 4px solid #DC3238;}
.footer a {color: #FFF; font-weight: 400; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #999; font-weight: 400; text-decoration: undnoneerline;}
.footer ul {padding:0; margin:0; text-align:right;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:'|'; color:#DC3238; margin:0 10px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.socials {font-size: 36px; color:#DC3238!important;}
.socials a {color:#DC3238; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.socials a:hover {color:#999; text-decoration:none; font-weight: 600;}
.socials a:focus {color:#999!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.socials a:focus-visible {color:#999!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.bg-contact {background-image: url("images/bg-contact.webp"); background-size: cover;}

/*FORM*/
#form {
        width:100%;
        float:left;
		font-family: "Ubuntu", sans-serif;
}


form{
        width: 100%;
        }

legend {font-size: 16px; font-weight: 400; color:#FFF;}

fieldset{
        border: 0;
        padding:2.5% 0;
        clear: left;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border:1px solid #67686A;
        padding:2.5%;
        width: 100%;
		font-size: 16px;
        }

label{
        font-weight: 400!important;
		font-size: 100%;
		display: block;
        }       
        
textarea:focus, input:focus, select:focus{
        border: 3px solid #DC3238;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

.submit {
	padding:5%!important;
	background:#DC3238; 	
	color:#FFF!important;
	font-family: "Karantina", system-ui;
	font-size:48px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #DC3238;
}
/*.submit:hover {
	background-color:#000;
	color:#ccc!important;
	cursor:pointer;
	border:4px solid #000;
}*/
.submit:hover {background-color:#67686A; color:#FFF!important; cursor:pointer; border:2px solid #FFF; outline-color: #67686A; outline-style: solid; outline-width: 4px; padding:4px; border:4px solid #67686A;}
.submit:focus {border:2px solid #000; outline-color: #DC3238; outline-style: solid; outline-width: 4px; padding:4px;}
.submit:focus-visible {border:2px solid #000; outline-color: #DC3238; outline-style: solid; outline-width: 4px; padding:4px;}
input {padding:10px!important;}
/*END FORM*/

@media (max-width: 1599px) {
.navbar-light .navbar-nav .nav-link {font-size: 16px; padding: 15px .75rem!important;}

}

@media (max-width: 1399px) {
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 5px .75rem!important;}
.footer ul li:after {content:''; margin:0 0 0 50px;}
}

@media (max-width: 1274px) {
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 5px .75rem!important;}
}

@media (max-width: 1199px) {
.bg-hero {background-image: url("images/hero-992.webp");}
.border-callout {min-height: 0;}
.footer ul {padding:0; margin:0; text-align:center;}	
.footer ul li {display:block; padding:12px 0!important;}
.footer ul li:after {margin:0;}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
h1 {line-height: 1em;}
.bg-hero {background-image: url("images/hero-767.webp");}
.bg-anchor ul li {display:block; padding:12px 0;}
.bg-anchor ul li:after {content:'';margin:0;}
}

@media (max-width: 575px) {
.navbar-brand img {height:120px!important; margin: 0 0 0 -25px!important;}
.offcanvas-header img {height:100px!important; padding-top:25px; margin:0 0 0 20px!important;}
h1 {font-size: 62px;}
h2 {font-size: 48px; letter-spacing: 1px;}
h3 {font-size: 40px;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
}

@media (max-width: 480px) {
.navbar-brand img {height:100px!important; margin: 0;}
}

@media (max-width: 415px) {
.navbar>.container {justify-content: end!important;}
.navbar-brand img {height:75px!important; margin: 0 -15px 0 0;}
.navbar-brand.js-scrolling img {height: 50px!important;}
}

@media (max-width: 375px) {
.navbar-brand img {height:70px!important; margin: 0 -10px 0 0;}
.bg-hero {background-image: url("images/hero-375.webp");}
}



