body { 
font-family: ubuntu, sans-serif;
color: #888;
font-size: 12pt;
text-align : center;
top: 0;
padding: 0;
margin: 0 auto;
background-image: linear-gradient(to right, #111, #11292f, #111);
-webkit-font-smoothing: antialiased;
/* This needs to be set or some font faced fonts look bold on Mac. */
}

#bgscape1 { 
position: fixed;
width: 100vw; 
height: 100vh;
background-image: url(../images/birdtile_blu.png);
background-repeat: repeat;
background-size: 36px;
z-index: -1;
animation: starscape 2s linear infinite;
-moz-animation: starscape 2s linear infinite; /* Firefox */
-webkit-animation: starscape 2s linear infinite; /* Safari and Chrome */
-o-animation: starscape 2s linear infinite; /* Opera */
}

@keyframes starscape {
from { background-position: 0 0; }
to { background-position: 0 -36px; }
}

@-moz-keyframes starscape /* Firefox */ {
from { background-position: 0 0; }
to { background-position: 0 -36px; }
}

@-webkit-keyframes starscape /* Safari and Chrome */ {
from { background-position: 0 0; }
to { background-position: 0 -36px; }
}

@-o-keyframes starscape /* Opera */ {
from { background-position: 0 0; }
to { background-position: 0 -36px; }
}

#curtain {
position: fixed;
width: 100vw; 
height: 30vh;
z-index: 1;
background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

#navwrapper {
position: relative;
width: 90vw;
margin: 0 5vw 0 5vw;
padding: 0;
text-align: left;
//background: #f00;
}

#topnav {
z-index: 10000;
position: fixed;
width: 84vw;
height: 20vh;
padding: 0 0 0 6%;
//background: #f00;
}

#marquee {
position: fixed;
//display: block;
top: -10vh;
width: 80%; 
height: auto;
text-align: center;
margin: 0 10% -6% 10%;
z-index: 50; 
overflow: visible;
background-image: url(../images/beaniebg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
//background: #f00;
}

#beanie {
//display: table-row;
transition: 0.5s;
width: 50%; 
margin: 0;
}

/* navigation styles */

#topnav ul, #portcats ul {
position: relative;
list-style-type: none;
margin: 0 auto;
padding: 0;
}

#topnav ul li {
float: left;
position: relative;
height: 30px;
width: 10%;
font-size: 11pt;
font-weight: bold;
padding: 0.5% 0 1% 0;
margin: 0 1% 0 1%;
text-align: center;
background-color: #f7941d;
border-radius: 0 0 21px 21px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

#topnav ul li.menu:hover, #topnav ul li.selected:hover {
padding: 21px 0 14px 0;
}

#topnav a, #topnav a:visited {
text-decoration: none;
display: block;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

#topnav ul li:hover a, #topnav ul li.selected a { 
color: #fff;
}

#topnav ul li a {
position: relative;
top: -16px;
line-height: 56px;
display: block;
color: #11292F;
}

#topnav .navspacer {
float: left;
position: relative;
width: 21%;
height: 30px;
}

#footer ul {
float: left;
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}

#footer ul li.menu, #footer ul li.selected {
float: left;
margin: 0;
padding: 0 3px 0 3px;
font-size: 8pt;
letter-spacing: 3px;
text-transform: uppercase;
}

#footer ul li.menu:after, #footer ul li.selected:after {
content:   " :: ";
}

#footer ul.right li:last-child:after {
content: "";
}

#footer a {
//display: inline;
}

#footer .navspacer {
float: left;
position: relative;
width: 0;
height: 0;
}

.fixedbg {
position: relative;
width: 100vw;
top: 0;
margin: 0 auto;
padding: 6% 0 6% 0;
overflow: hidden;
text-align: center;
background-repeat: no-repeat !important;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-color: #F7941D;
}

.darkglass {
width: 92%;
margin: 1% 2% 1% 2%;
padding: 2% 2% 2% 2%;
background: rgba(17, 17, 17, 0.7);
}

#backpic:active, #back10pic:active {
vertical-align: top;
padding-top: 2px;
}

#albumside {
display: table-cell !important;
float: left;
text-align: left;
width: auto;
margin: 0 2% 4% 0%;
}

#albcov {
float: left;
text-align: left;
width: 720px;
height: 720px;
margin: 1% 2% 1% 2%;
border: 1px solid #ccc;
background: #111;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}

#bandname {
float: left;
text-align: left;
font-family: ubuntu, sans-serif;
font-weight: 300;
font-style: normal;
letter-spacing: 4px;
margin: 5% 0 0 0;
padding: 1% 2% 1% 6%;
background: rgba(17, 17, 17, 0.95);
color: #f7941d;
text-transform: uppercase;
}

#albname {
float: right;
text-align: right;
background: rgba(17, 17, 17, 0.95);
color: #f7941d;
margin: 70% 0 0 0;
padding: 0 2% 0 2%;
}

#copyside {
float: left;
display: table-cell !important;
max-width: 40%;
text-align: left;
margin: 2% 0 4% 2%;
}

#upwardpoint {
display: none;
visibility: hidden;
}

form {
z-index: 5000;
}

.formitem {
float: left;
}

label {
font-size: 11pt;
font-weight: bold;
float: left;
margin: 0 10px 0 0;
}

.field, select {
width: 9vw;
font-size: 11px; 
margin: 0 18px 21px 0;
color: #ddd;
border-color: #888;
background: #777;
}

textarea {
width: 30vw;
height: 60px;
resize: none;
margin: 0 0 18px 0;
//outline: none;
overflow: auto;
color: #ddd;
border-color: #888;
background: #777;
}

.submit {
clear: both;
float: none;
background-color: #f7941d; 
border: #888 1px solid; 
color: #efe9e3; 
font-weight: bold;
font-size: 9pt;
-webkit-font-smoothing: antialiased;
padding: 4px 12px 4px 12px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

.submit:hover {
background-color: #fec450;
color: #fff;
}

h1, h2 {
text-transform: uppercase;
color: #f7941d;
}

#bigtop {
font-size: 48pt;
font-weight: normal;
}

a, a.visited {
color: #f7941d;
}

.spaced {
letter-spacing: 3pt;
}

.gold {
color: #f7941d;
}

.fineprint {
font-size: 10pt;
font-weight: 300;
text-transform: uppsercase;
}

.hidden {
display: none;
visibility: hidden;
}

@media screen and (max-width: 1360px) {

#albcov {
width: 480px;
height: 480px;
}

#bandname {
font-size: 9pt;
}

#albname h1 {
font-size: 14pt;
}

#copyside {
max-width: 33%;
margin: 0 2% 0 2%;
}

.field, select {
width: 20vw;
}

}

@media screen and (max-width: 864px) {

#copyside {
max-width: 90vw;
}

#pointyshit {
display: none;
visibility: hidden;
}

#upwardpoint {
display: inline;
visibility: visible;
}

.field, select {
width: 80vw;
}

textarea {
width: 80vw;

}
}

@media screen and (max-width: 500px) {


body {
font-size: 11pt;
}

#bigtop {
font-size: 24pt;
font-weight: normal;
}

.spaced {
font-size: 9pt;
letter-spacing: 1pt;
}

#albcov {
width: 320px;
height: 320px;
}

}
