body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .sr-only {
      position: relative !important;
    }
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #337AB7;
    color: #FFF;
}



.welcome-section {
    height: 100%;
    text-align: center;
}
.welcome-section h1 {
    margin-top: 0;
}
.welcome-section img {
    min-width: 60%;
    display: block;
    margin: 0 auto;
}


.merch-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
}
.video-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.tour-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
}
.mail-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}


.navbar-default .navbar-nav > li > a:hover {
	color: #000;
	background-color: #FFF;
}
.navbar-default {
    background-color: transparent;
    border: none;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.navbar-default .navbar-brand {
    color: #f5b12e;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: rgba(255,255,255,0.2);
}



.page-top {
    background-color: #671a9a;
}


