.content{
text-align: center;
}
@font-face {
    font-family: majalla;
    src: url('fonts/majalla.ttf');
}
body {
background: url(images/bg.jpg) no-repeat center top fixed;
-webkit-background-size cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.heading {
color: #000000;
font-size: 350%;
font-family: 'majalla';
font-weight: bold;
line-height: 80%;
text-align: center;
}
.text {
color: #000000;
font-size: 200%;
font-family: 'majalla';
font-weight: bold;
line-height: 100%;
width: 75%;
margin: auto;
text-align: center;
}
.navbar {
color: #000000;
font-size: 250%;
font-family: 'majalla';
font-weight: bold;
line-height: 80%;
text-align: center;
}
.setlist {
color: #ffffff;
font-size: 150%;
font-family: 'majalla';
#font-weight: bold;
line-height: 80%;
margin: auto;
text-align: left;
}
.logo {
max-width: 50%;
height: auto;
}
.tableheader {
cursor: pointer;
}
a{
text-decoration: none;
color: #000000;
padding: 10px;
margin: 12px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

