@import url('https://fonts.googleapis.com/css?family=Orbitron:700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body, html {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

body {
    background:#333 url(../img/bgblack.jpg);
    background-size: cover;
    color: #fff;
}

section.top {
	height: 100vh;
    width: 100%;
    background: url(../img/artwork.png) no-repeat;
    background-position: 90% 20%;
    background-size: 40%;
}

body.about section:not(.about) {
    display: none;
}

.tab-content {
    min-height: 380px;
}

.fb_like iframe {
    width: 100%;
}
/*    

section.top {
	height: 100vh;
    width: 100%;
    background: url(../img/artwork.png) no-repeat;
    background-position: 50% 0%;
    background-size: contain;
}
 */

.logo {
    margin-top:100px;
}

a {
    color: #fff;
}

a:hover, a:focus {
    color: #fff;
}
p {
        font-size: 18px;
    margin: 0 0 15px;
    line-height: 26px;
}

.logo h1 {
	font-family: "Orbitron";
	font-size: 40px;
	text-transform: uppercase;
}


.nav li {
    display: inline-block;
    border: 1px solid #666;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Orbitron";
    margin-bottom: 10px;
}

.nav-tabs li.active {
    border-color: #fff;
}

#photos img {
    width: 85px;
    margin: 10px;
    
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}

.nav li a {
    padding: 10px 10px 5px;
    border-radius: 0;
    margin-right: 0;
    color:#666;
}

.nav li a:hover {
    background: rgba(255, 255, 255, 0.1);
}


@media (max-width: 480px) {

    section.top {
                background: none;
/*
        height: 100%;
    width: 100%;
    background: url(../img/artwork.png) no-repeat;
    background-position: center 430px;
    background-size: 70%;*/
}

.nav li {
        zoom: 0.7;
}
#photos img {
    margin:10px 5px;
}
}

@media (min-width: 481px) and (max-width: 1023px) {
    
    section.top {
             height: 100%;
    width: 100%;
    background: url(../img/artwork.png) no-repeat;
    background-position: center 430px;
    background-size: 70%;
}
}


@media (max-width: 1023px) {


.logo h1 {
	text-align: center;
}
.logo {
    margin-top: 20px;

}
.nav li {
        width: auto;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tab-content p {
    padding: 10px;
}

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
       background: #000;
    color: #fff;
    margin-right: 0;
        border: 1px solid transparent;
}

@media (min-width:1023px) and (max-width: 1280px) {
    .col-md-offset-1 {
        margin-left: 3%;
    }
    
}

@media (min-width:1023px) and (max-width: 1180px) { 
   section.top {     
    background-position: 97% 20%;
    background-size: 40%;
}
}
