html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Geomanist;
    src: url("../font/Geomanist-Regular.otf") /* TTF file for CSS3 browsers */
}

body
{
	
	  background-position: center center;
  	  background-attachment: fixed;
  	  background-repeat: no-repeat; background-size: cover;
  	  -o-background-size: cover;
  	  background-size: cover; 
   
}




@media (max-width: 580px) {
    body {
    }
}


@media (min-width: 1025px) {
    body {
	    
            background-image: url("../images/TicketingPageBackdrop.jpg");
   }
}


@media (max-width: 480px) {
    body {
        background-image: url("../images/background-mobile.jpg");
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    body {
        background-image: url("../images/TicketingPageBackdrop.jpg");
    }
}

@media (min-width: 1025px) {
    body {
            background-image: url("../images/TicketingPageBackdrop.jpg");
   }
}



#header
{
	
	height: 165px;
	width: 1250px;
	margin:0 auto;
	overflow-x: hidden;
	border: 7px solid #2d333e;
	background-color: #2d333e;
	overflow-x: hidden;	
}

#header2
{

        height: 65px;
        width: 1250px;
        margin:0 auto;
        overflow-x: clip;
        border: 7px solid #2d333e;
        background-color: #2d333e;
}

#logo1
{
	display: inline-block;
	position: relative;
	top: 17px;
	left: 30px;
	width: 200px;
	height: 70px;	
	
	
}

#logo2
{
	display: inline-block;
	position: relative;
	top: 14px;
	left: 450px;
	text-align: center;
	
	
	color: #2d333e;
	font-size: 13px;
	font-weight: 800;
}

#phone
{
	color: #B2282D;
	font-size: 20px;
}




nav .navbar.navbar-light {
  background: white;
  color: #2d333e;
  width: 1250px;
  background-color: #2d333e;
  margin:0 auto;
  font-size: 100%;
}

nav .navbar.navbar-light .nav-item {
  padding: 0;
}

nav .navbar.navbar-light .nav-item a {
  color: white;
  display: block;
  line-height: 1.25em;
  text-decoration: none !important;
}

nav .navbar.navbar-light .nav-item:hover a {
  background: rgb(107, 5, 32);
  color: white !important;
}

nav .navbar-nav > .nav-item > a {
  padding: 1em;
  text-transform: uppercase;
}

.nav-item.nav-nested {
  position: relative;
}

.nav-item.nav-nested > a:after {
  border-bottom: 3px solid;
  border-color: white;
  border-right: 3px solid;
  content: ' ';
  display: inline-block;
  left: .5em;
  padding: 4px;
  position: relative;
  top: -.25em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-item.nav-nested:hover > a:after {
  border-color: rgb(197, 197, 197);
  border-width: 0 3px 3px 0;
}

.nav-nested .nav {
  background: rgb(107, 5, 32);
  display: none;
  font-size: 100%;
  padding: .75em 1em;
  position: absolute;
  left: 0;
  min-width: 21em;
  top: calc(100% + .5em);
  z-index: 10;
}

.nav-nested:hover .nav {
  display: block;
}

.nav-nested .nav:before {
  content: ' ';
  height: .5em;
  position: absolute;
  left: 0;
  top: -.5em;
  width: 100%;
}

.nav-nested .nav:after {
  border-bottom: .625em solid rgb(107, 5, 32);
  border-left: .625em solid transparent;
  border-right: .625em solid transparent;
  height: 0;
  position: absolute;
  left: 2%;
  top: -.5em;
  width: 0;
}

.nav-nested:hover .nav:after {
  content: ' ';
}

.nav-nested .nav .nav-item a {
  font-weight: bold;
  padding: 0 0 .75em .5em;
}

.nav-nested .nav .nav-item:last-of-type a {
  padding-bottom: 0;
}

.nav-nested .nav .nav-item:hover a {
  text-decoration: underline !important;
}

.nav-icon {
  background: url("../images/hamburger-icon.png");
  background-size: 100%;
  display: block;
  height: 22px;
  width: 22px;
}

.navbar-toggler > .nav-icon {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgb(197, 197, 197);
  border-radius: 30px;
  color: transparent;
  display: inline-block;
  height: 60px;
  overflow: visible;
  padding: 18px;
  width: 60px;
}

.navbar-toggler > .nav-icon.to-close {
  background: none;
  color: rgb(107, 5, 32);
  padding: 19px;
}

.navbar-toggler:hover > .nav-icon, .nav-icon.to-close {
  border-color: rgb(107, 5, 32);
}

.navbar-toggler:focus > .nav-icon {
  box-shadow: inset 0 0 4px black;
}

.navbar-toggler > .button-label {
  color: black;
  display: inline-block;
  left: 1em;
  position: relative;
  text-transform: uppercase;
  top: 2px;
}

.navbar-toggler > .to-close + .button-label {
  top: 1px;
}






#navigation
{
	height: 0px;
}

#content-container
{
    width:1250px;    
    margin-left:auto;
    margin-right:auto;
    background-color:#2d333e;
    min-height: 300px;
    border-left: 7px solid #2E2E2E;
    border-right: 7px solid #2E2E2E;
    
}

#ctscontent
{
	background-color: #FFFFFF;
	
}

#footer
{
	height: 250px;
	width: 1250px;
	margin:0 auto;
	border: 7px solid #2d333e;
	background-color: #2d333e;
	overflow-x: hidden;
	text-align: center !important;
	line-height: 1.42857143;
}

.step-text-header
{
	color: #000000 !important;
}

.step-text
{
	color: #000000 !important;
}

.page_header
{
	color: #FFFFFF !important;
	background-color: #B2282D !important;
}


