* {
    font-family: 'Lato', sans-serif;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px; /* footer height*/
    background-color: #151515;
}
h1, h2, h3 {
    font-family: 'Playfair Display SC', serif;
    color: #a38f21 !important;
}
p {
    color: #888;
    font-size: 1.65rem;
}
a {
    color: #666;
}

#logo {
    position: fixed;
    top: 10px;
    left: 15px;
    z-index: 1040;
}
@media (min-width:768px) {
    #logo {
        left: auto;
        right: 6%;
    }
}
#logo_big {
    position: absolute;
    z-index: 100;
    left: 10%;
    top: 10%;
    max-width: 25%;
}
.navbar {
    background-color: #000;
    font-size: 18px;
}
.navbar-inverse .nav > li.active > a {
    font-size: 20px;
}
.navbar-inverse .nav > li.active > a,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
    color: #a38f21;
}
@media (min-width:768px) {
    .navbar-inverse .nav > li > a {
        padding: 1em 2em 1em 0;
    }
}

.content.main {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.content h2 {
    padding-top: 3em;
    padding-bottom: .5em;
}

.shows span {
    margin-right: 1em;
}

.error {
    text-align:center;
    margin-top: 20%;
}

.responsive-wrapper {
    position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  padding-top: 25px;
	  height: 0;
}
.responsive-wrapper iframe {
    position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background-color: #000;
    color: #666;
    text-align: center;
}
footer a {
    color: #666;
    font-size: 1.4em;
}
footer p {
    font-size: 1em;
}
footer p.copy a {
    font-size: 1em;
}
footer a:hover {
    color: #a38f21;
}
footer i {
    padding-left: 3%;
    padding-right: 3%;
}
