html,
body{
	min-height:100%;
	height:100%;
}

body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: #000000;
	color:#fff;
}

footer{
	width:100%;
	bottom:10px;
	text-align: center;
}

.site-footer {
	margin-bottom: 0;
    margin-top: auto;
}

.footer-logos{
	align-items: center;
	margin-left:0;
	margin-right:0;
}
.footer-logos div {
	padding: 0 2rem 3rem 0;
}
.footer-logos img{
	max-height: 30px;
}

.footer-block .navbar-nav a{
	color: #fff;
}

.menu-footer-container{
	margin-bottom: 10px;
}

nav{
	padding: 35px 0 !important;
}

.navbar-expand-xl {
	justify-content: space-between;
}

.navbar-nav{
	font-size: 18px;
	font-weight: 300;
	flex-direction: row;
}
.navbar-nav li{
    padding: 0 20px;
}
.navbar-nav li:last-child{
    padding: 0 0 0 20px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 1rem;
}
.navbar-brand {
	max-width: 130px;
	padding: 0;
    margin: 0;
    line-height: 1;
}

/*Home*/

#content.site-content{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#page {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.site-main h4{
	color:#fff;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
}
.site-main h2 {
	font-size: 5rem;
	font-weight: 300;
	margin: 0;
    padding: 0;
}

/*Login*/

.password-form p{
	width:100%;
}

.password-form form{
	width: 100%;
    text-align: center;
}

fieldset {
	border: 0;
	width:100%;
}

fieldset label {
	display:none;
}

fieldset input {
	font-size:18px;
	height:50px;
	width: 200px;
	text-align:center;
}

fieldset button {
	width: 200px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	background-color: #000 !important;
	color: #fff !important;
	border: solid 1px #ffffff !important;
}

fieldset button:hover{
	background-image: linear-gradient(76deg, #ffffff, rgba(255, 255, 255, 0.51));
	color:#000 !important;
}

/* People template*/
.person{
	padding-top:60px;
	max-width: 166px;
	margin-left: auto;
	margin-right: auto;
}

.person-wrapper:nth-of-type(1){
	padding-left:0;
}

.person-wrapper:nth-of-type(4n){
	padding-right:0;
}

.person-wrapper:nth-of-type(4n+5){
	padding-left:0;
}

.person img{
	border-radius: 100px;
	max-width: 166px;
	padding-bottom: 10px;
}

.person-text{
	text-align: left;
}
.person-text span{
	font-style: italic;
}

/*tito*/
.tito-badge-link{
	display: none;
}

.tito-wrapper ul{
	padding: 0 15px;
}

.tito-ticket{
	border: solid 1px #ffffff;
	margin-bottom:32px;
	padding-left:15px;
	padding-right:15px;
}

.tito-ticket-name-wrapper{
	width:70%;
	padding-top:50px;
	padding-bottom: 50px;
}

.tito-ticket-name{
	font-size: 18px;
}

.tito-ticket-price-quantity-wrapper{
	width:30%;
	font-size: 18px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tito-ticket-price-quantity-wrapper .tito-ticket-price{
	display: inline-block;
}

.tito-ticket-price-quantity-wrapper .tito-ticket-quantity{
	display: inline-block;
}

.tito-ticket-price-quantity-wrapper .tito-ticket-quantity span{
	padding:10px;
}

.tito-ticket-price-quantity-wrapper .tito-ticket-quantity input{
    height: 50px;
    width: 50px;
    text-align: center;
}

.tito-submit-wrapper button{
	width: 200px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	color:#fff;
	border: solid 1px #ffffff;
	float: right;
}

.tito-submit-wrapper button:hover{
	background-image: linear-gradient(76deg, #ffffff, rgba(255, 255, 255, 0.51));
	color:#000;
}

@media (max-width: 576px) { 
	.person-wrapper{
		width:50%;
	}
	.person, .person img{
		max-width:140px;
	}
}

@media screen and (max-width: 768px){
	#tickets-wrapper ul{
		padding:0 10px;
	}
	.tito-submit-wrapper{
		text-align: center;
	}
	.tito-submit-wrapper button{
		float: none;
	}
	#slide-content h2{
		font-size: 5rem;
	}
	.navbar-nav li:last-child {
	    padding: 0;
	}
	.site-main h2 {
		font-size: 2.5rem;
	}
	.navbar {
		padding:15px 0 !important;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-logos {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-logos div {
		padding: 0;
	}
	.footer-logos img {
		padding: 10px 0;
    	max-height: 55px;
	}
	.footer-logos div:first-child {
		border-top: 10px solid;
		padding-top: 10px;
	}
}