html { 
  background: url(images/bg-lg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Nunito', sans-serif;	
	text-transform: uppercase;
	color: #393939;
    text-align: center;
    font-weight: 600;  
    letter-spacing: 1px;  
    margin: 0;
    padding: 40px 22px 12px 22px;
}

p {margin: 0;}

img {
	max-width: 100%;
}

h1 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	display: inline-block;
}

a {color: #393939;}

a, a:hover, a:focus {
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a:hover img {
	filter: contrast(1.5);
	-webkit-filter: contrast(1.5);
	-moz-filter: contrast(1.5);
	-o-filter: contrast(1.5);
	-ms-filter: contrast(1.5);
}

.txt-tc {
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px 0;
}

.txt-tc span {
    line-height: 34px;
}

.txt-tc img {
    width: 27px;
    vertical-align: top;
    margin: 0 0 0 4px;
}

.select-exp {
	font-size: 37px;
    margin: 0 0 10px 0;
}

.nav-logos {
    display: block;
    clear: both;
    margin: 0 auto 5px auto;
    overflow: auto;
    width: 76%;
}

.nav-logos .logo-li {
    display: block;
    width: 25%;
    float: left;
}

.txt-phone {
    font-size: 46px;
}


.ticket-button{
	padding-top:1rem;
    font-size: 36px;
    text-align: center;
}

.ticket-button a{
	display: inline-block;
	padding: 1rem 2rem;
	text-align: center;
	text-decoration: none;
	color: #393939;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}
.ticket-button a:hover{
	background: rgba(255, 255, 255, 0.9);
}



.new-layout {
    padding-top: 6px;
    font-size: 16px;
}

.new-layout a {
    margin: 12px 10px 0 10px;
    width: 12rem;
    max-width: 100%;
}


/* update - swap layouts here */
.new-layout {display: block;}
.old-layout {display: none;}




@media screen and (max-width: 800px) {

body {
    padding: 16px 22px 12px 22px;
}

.txt-tc {
	margin: 0;
}

h1 {
    width: 100%;
    max-width: 532px;
    line-height: 26px;
}

.select-exp {
    font-size: 26px;
    line-height: 33px;
    margin: 0;
}

.nav-logos {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.nav-logos .logo-li {width: 50%;}

.txt-phone {
    font-size: 34px;
    line-height: 34px;
}

}


@media screen and (max-width: 500px) {
	
body {
    padding: 15px 15px 0 15px;
}

.txt-tc {font-size: 20px;}

.select-exp {
    font-size: 19px;
}

.txt-phone {
    font-size: 27px;
    line-height: 27px;
}
	
}

@media screen and (min-width: 910px) {
	
	.new-layout {
	    font-size: 36px;
	}	
	
	.new-layout a {
	    width: auto;
		margin: 14px;
	}
	
}

