﻿html, body {
    width:100%;
    overflow-x: hidden;
}

body {
    /*background-color: #fff;
    border-top: solid 10px #000;*/
 
    color: #333;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: bitFont;
    margin: 0;
    padding: 0;

    
}

/* created by facebook */
#body {
    background-color: black !important;
    
}

@font-face {
     font-family: bitFont;
     src: url('font/8bitOperatorPlusSCRegular.ttf');
 }

.clear {
    clear: both;
}



#home {
    width: 100%;
    height: auto;

}
/*
.mobileShow { display: none;}
   
   @media (min-width: 320px) and (max-width: 768px)
   {
       .mobileShow { display: block;}
   }
*/

/* bootstrap overwritten*/
/* tab color */
.nav-tabs>li>a {
  
  background-color: #333333;   
  /*border-color: #777777;*/
  
  color: rgb(159,109,71) !important;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff !important;
  background-color: rgb(159,109,71) !important;
  border: 1px solid rgb(159,109,71) !important;
}

/* hover tab color */

.nav-tabs>li>a:hover {
  border-color: rgb(255,188,91) !important;  
  background-color: rgb(255,188,91) !important;
  color: white !important;
} 


.nav-tabs {
    border-bottom: 2px solid rgb(159,109,71) !important;
    font-family: bitFont !important;
}

/*
h1 {
    font-size: 26pt;    
    color: rgb(255,188,91) !important; 
    font-weight: normal;
}
    */

#background {
    
    /*max-width: 1366px;*/
    max-width: 100%;
    /*max-height: 2339px;     */
    width: 100%;
    /*height: auto;*/
    height: auto;
    min-height: 2339px;
    max-height: 100%;

    background-image: url('images/Background.jpg');
    background-size: auto auto;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    /*background-repeat: repeat-y;*/
    
}
#pixelStarshipslogo {
    display: block;
    margin: 0 auto;
    max-width: 742px;
    max-height: 481px;
    width: 100%;
    height: 100%;
}

#pixelStarshipsLogoSection {
    /*margin-top: 50px;*/
    margin-top: 8%;
    position: relative;
    /*display: inline-block;*/ /* Make the width of box same as image */
    text-align: center;
    margin: 0 auto;
}


#logo {
    display: block;
    margin: 0 auto;
    max-width: 766px;
    max-height: 138px;
    width: 100%;
    height: 100%;
}

#savySodaLogo {
    display: block;
    margin: 0 auto;
    margin-top: 5%;
    
}

#downloadButton
{
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 88px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.playButton {
    display: block;
    margin: 0 auto;
    /*width: 709px;
    height: 222px;*/
    /*width: 709px;
    height: 222px;*/
    width: 33vw;
    min-width: 250px;
    margin-top: 1%;
    margin-bottom: 1%;
    opacity: 1;
}



    .playButton:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }


@media screen and (min-width: 0px) and (max-width: 768px) {
    #playLinkPC {
        display: none;
    }
    #playLinkMobile
    {
        display:block;
    }
}

@media screen and (min-width: 769px) {
    #playLinkPC {
        display: block;
    }
    #playLinkMobile {
        display: none;
    }
}


@media screen and (min-width: 1140px) {
    /*
    #buttonImage1 {
        margin-right: -10px;
        padding-right: 0;
        margin-top:-5px;
        float: right;
    }
    #buttonImage2 {
        
        margin-top: 1%;
        margin-bottom: 1%;
    }
    #buttonImage3 {
        
        margin-top: 1%;
        margin-bottom: 1%;
    }
    #buttonImage4 {
        
        margin-top: 1%;
        margin-bottom: 2%;
    }
        */

    #buttonImage1 {
        /*margin-right: 0;
        padding-right: 0;
        margin-top: 0;*/
        margin-top: 0px;
        margin-bottom: 0px;
        
    }

    #buttonImage2 {
        margin-top: 0%;
        margin-bottom: 0%;
       
    }

    #buttonImage3 {
        margin-top: 0%;
        margin-bottom: 0%;
       
    }

    #buttonImage4 {
        margin-top: 0%;
        margin-bottom: 0%;
       
    }
}

@media screen and (max-width: 1139px) {
    #buttonImage1 {
        margin-right: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    #buttonImage2 {
        margin: 0 auto;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    #buttonImage3 {
        margin: 0 auto;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    #buttonImage4 {
        margin: 0 auto;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

.fullScreen {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 52px;
    left: 0px !important;
    /*transform: translateY(100px);*/
    animation: slideUp .6s ease forwards .3s;
}

.no-gutter {
    margin-right: 0;
    margin-left: 10px;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 10px;
    }


@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(.2);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(1400px);
    }

    100% {
        transform: translateX(0px);
    }
}


.noDisplay
{
    display: none;
}
/*

.btn-2,
.btn-2 *,
.btn-2 :after,
.btn-2 :before,
.btn-2:after,
.btn-2:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #000;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-transform: uppercase;
}

    .btn-2:disabled {
        cursor: default;
    }

    .btn-2:-moz-focusring {
        outline: auto;
    }

    .btn-2 svg {
        display: block;
        vertical-align: middle;
    }

    .btn-2 [hidden] {
        display: none;
    }

.btn-2 {
    border-radius: 99rem;
    border-width: 2px;
    overflow: hidden;
    padding: 0.8rem 3rem;
    position: relative;
}

    .btn-2 span {
        mix-blend-mode: difference;
    }

    .btn-2:before {
        background: #fff;
        content: "";
        inset: 0;
        position: absolute;
        transform: translateX(var(--progress, -100%));
        transition: transform 0.2s ease;
    }

    .btn-2:hover:before {
        --progress: 0;
    }
*/
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#savySodaLogo1 {
    display: block;
    margin: 0 auto;

    margin-top: 3%;
    margin-bottom: 2%;

    width: 126px;
    height: 22px;
    
}

/* Credits Page */

.creditContainer {
	padding: 10px !important;
}

.creditbox {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*border:2px solid #B76617;*/
	background:rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
	padding: 10px;
}

.creditContainer h3 {
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.creditContainer h5 {
	text-align: center !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.creditTearTitle {
	color: white !important;
    font-family: bitFont;
    font-size: 17pt;
}

/* HOF Page */

.HOFTable {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border:2px solid #B76617;*/
	background:rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.2);
margin: 15px;
}

.HOFTable>tbody>tr:nth-of-type(odd) {
	background-color: rgba(249, 249, 249, 0.06) !important;
}
.HOFTable>tbody>tr:nth-of-type(even) {
	    background-color: rgba(249, 249, 249, 0.06) !important;
}
.HOFTable>tbody>tr>th {
border-top: 1px solid rgba(221, 221, 221, 0.08) !important;
}
.HOFTable>tbody>tr>td {
	border-top: 1px solid rgba(221, 221, 221, 0.08) !important;
}
.HOFTable>thead>tr>th {
	border-bottom: 2px solid rgba(221, 221, 221, 0.22) !important;
}

@media (min-width:1200px) {
    .container {
        width: 1300px !important;
    }
}

@media (max-width: 1200px) {
    .social {
 
        max-width: 500px;
        width: 100%;
        float: left;
        margin-top: 8%;    
    }

}

@media (max-width: 750px) {

    h1 {
        font-size: 16pt !important;    
        color: rgb(255,188,91) !important; 
        font-weight: normal;
        
    }
    
    .subscriptionPart p {
        width: 100%;
        color: rgb(238, 206, 160);
        font-size: 14pt;
    }

    .social {
 
        max-width: 500px;
        width: 100%;
        float: left;
        margin-top: 8%;    
    }
    .emailAddressContact {
        float: left;
        margin-left: 10%;
        font-family: bitFont;
        width: 85%;
        margin-top: 6%;
    }

    .emailAddressContact p {
        padding-top: 24px;
        width: 100%;
        color: rgb(238, 206, 160);
        font-size: 16pt;
    }



}



@media  (min-width: 751px) {

    h1 {
        font-size: 26pt !important;    
        color: rgb(255,188,91) !important; 
        font-weight: normal;
        
    }
      
    .subscriptionPart p {
        width: 100%;
        color: rgb(238, 206, 160); 
        font-size: 26pt;
    }

    .social {
 
        max-width: 500px;
        width: 100%;
        float: left;
    
    }

    .emailAddressContact {
        float: left;
        margin-left: 10%;
        font-family: bitFont;
        width: 85%;
        margin-top: 9%;
    }

    .emailAddressContact p {
        padding-top: 30px;
        width: 100%;
        color: rgb(238, 206, 160);
        font-size: 26pt;
    }
 
}


@media (max-width: 820px){
    #youtubeFrame{
        max-width: 820px;
        max-height: 620px;    
        width: 100%;
        height: 100%;            
        /*margin: 0 auto;*/
        margin-top: 7%;
    }

    #mainTab {
        margin-top: 7%;        
    }
}


@media (min-width: 821px){
    
    
    #youtubeFrame{
        max-width: 820px;
        max-height: 620px;

        width: 820px !important;
        height: 620px !important;    

        background-repeat: no-repeat;
        background-image: url('images/Kickstarter_Frame.png');   
        background-size: 820px 620px !important;    
        /*margin: 0 auto;*/
        margin-top: 7%;
    }

    /*
    .embed-responsive-4by3 {
        margin-bottom: 7% !important;
        padding-bottom: 0% !important;
    }*/


    

    #mainTab {
        margin-top: 4%;
    }
}

/*
#youtubeFrame {

    
    max-width: 820px;
    max-height: 620px;  
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('images/Kickstarter_Frame.png');   
    background-size: 100%;    
    margin: 0 auto;
    margin-top: 7%;
      
}
*/


.facebookAndSubscription {
    /*width: 1237px;*/
    
/*    
    width: 100%;
    max-width: 1237px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
*/
}

/*
.social {
 
    max-width: 500px;
    width: 100%;
    float: left;
    
}
*/







#twitter {
    margin-top: 60px;
    visibility: visible !important;
    display: block !important;
    /*display: none;*/
}

.twitter {
    margin-top: 60px;
    visibility: visible !important;
    display: block !important;
    /*display: none;*/
}


.twitter-follow-button {
    visibility: visible !important;
    display: block;
}



#subscriptionPart {
    float: left;
    margin-left: 75px;   
    font-family: bitFont;
    width: 52%;
}

#subscriptionPart p {
    width: 100%;
    color: rgb(238, 206, 160);
    font-size: 26pt;
}




.subscriptionPart {
    float: left;
    /*margin-left: 75px;   */
    font-family: bitFont;
    /*width: 52%;*/
    width: 100%;
}
/*
.subscriptionPart p {
    width: 100%;
    color: rgb(238, 206, 160);
    font-size: 26pt;
}
    */
/*
.emailAddressContact {
    float: left;
    margin-left: 10%;
    font-family: bitFont;
    width: 85%;
    margin-top: 50px;
}
*/
/*
.emailAddressContact p {
    padding-top: 30px;
    width: 100%;
    color: rgb(238, 206, 160);
    font-size: 26pt;
}
*/

#subscription {
    /*margin-top: 140px;*/
    margin-top: 70px;
    background-color: rgb(239,238,239);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    
}


.subscription {
    /*margin-top: 140px;*/
    margin-top: 50px;
    /*background-color: rgb(239,238,239);*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 90%; color: white;
}


.subscriptionText {
    
    color: white !important;
    font-family: bitFont;
    font-size: 17pt;
}

.subscriptionText h2 {
   
    color: white !important;
    font-family: bitFont;
    font-size: 17pt;
}


#subscribeSubmitButton {
    font-family: bitFont;
    
}


.subscribeSubmitButton {
    font-family: bitFont;
    
}

.whiteText
{
    color: white;
}
.inputText
{
    color: black;
}



/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    font-family: bitFont;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
    width: 100%;


    font-family: bitFont;
    /*width: 90%;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;

    font-family: bitFont;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;

    font-family: bitFont;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;

}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    font-family: bitFont;
}

.validation-summary-valid {
    display: none;
}



/*
.navbar-brand,
.navbar-nav li a {
    line-height: 56px;
    height: 56px;
    padding-top: 0;
}
    */

 
	/*.navbar > .container {*/
    /*.navbar >#headerContainer {
	    text-align: center;
	}*/


/*
#headerContainer {

    text-align: center;
    width: auto;
    margin: 0 auto;
    font-family: bitFont;
    font-weight: bold;
}

.headerContainer {
    text-align: center;
    width: auto;
    margin: 0 auto;
    font-family: bitFont;
    font-weight: bold;
}
*/


/* important, make nav in the center, but has problem for mobile */
/*
	.navbar-header,.navbar-brand,.navbar .navbar-nav,.navbar .navbar-nav > li {
	    float: none;
	    display: inline-block;
	}
	.collapse.navbar-collapse {
	    float: none;
	    display: inline-block!important;
	    width: auto;
	    clear: none;
	}
*/


.navbar {
    margin-bottom: 0px !important;
}

.navbar-collapse {
  text-align:center;

}
.navbar-nav {
    display:inline-block;
    float:none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .navbar-nav > li > a {
        margin-top: 0px;
        margin-bottom: -4px;
    /*
        padding-top: 100px;
        padding-bottom: 100px;*/
    }




/*
.navbar-header, .navbar-brand, .navbar .navbar-nav, .navbar .navbar-nav > li:hover {
    background: none;
}*/


/*
.navbar-nav>li {
        float: none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}*/

/*
#facebookHeader {
    width: 43px; 
    height: 43px; 
    background: url('images/fb_black.png') no-repeat; 
    vertical-align: middle;
}

#facebookHeader:hover {
    background: url('images/fb_blue.png') no-repeat;

}*/


/*
@media screen and (max-width: 750px) {

}*/

.navbar-inverse {
    background: black !important;
}


@media (min-width: 1200px) {
    #facebookHeaderElement, #tumblrHeaderElement, #instagramHeaderElement, #redditHeaderElement{
        margin-left: -10px; margin-right: -10px; 
    }

    #twitterHeaderElement, #discordHeaderElement {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 2px;
    }


    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 22px; color: rgb(238, 206, 160) !important; margin-top: -10%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 22px;
        color: rgb(238, 206, 160) !important;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {  /*977*/
    .navbar-header {
        float: none !important;
        width:221px; 
        /*margin-left: 35% !important;*/
        
        
        margin: 0 auto !important;
        margin-top: -10px !important;
        margin-bottom: -24px !important;
    }

    .navbar-brand {
        float: none !important;
        width: 221px;
        
    }

    #facebookHeaderElement, #tumblrHeaderElement, #instagramHeaderElement, #redditHeaderElement {
        margin-left: -10px;
        margin-right: -10px;
    }

    #twitterHeaderElement, #discordHeaderElement {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 2px;
    }


    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 22px; color: rgb(238, 206, 160) !important; margin-top: -12%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 18px;
        color: rgb(238, 206, 160) !important;
    }

}




@media (min-width: 320px) and (max-width: 767px) {  /*977*/
    .navbar-header {
        float: none !important;
        width:100%; 
        /*margin-left: 35% !important;*/
        
        
        /*margin: 0 auto !important;*/
        /*
        margin-top: -10px !important;
        margin-bottom: -24px !important;


        margin: 0 auto !important;*/
    }

    .navbar-brand {
        
        /*float: none !important;*/
        /*
        padding: 0 !important;
        width: 221px !important;
        margin: 0 auto !important;
        text-align: center !important;        
        */
        
        float: none !important;
        display: block;
        width: 221px;
        margin: 0 auto !important;

    }


    .navbar-brand img {
        text-align: center;
      
    }


    
    .navbar-toggle {
        /*float: none !important;*/
        /*text-align: right;*/
        /*display: block;*/
        /*margin-left: 20% !important;*/
        float: right !important;
        /*margin-left: 30px !important;*/
        margin-right: -27px !important;
        /*
        padding-left: 0px !important;
        padding-right: 0px !important;
        */
        
    }


    #facebookHeaderElement, #tumblrHeaderElement, #instagramHeaderElement, #redditHeaderElement{
        margin-left: -10px;
        margin-right: -10px;
    }

    #twitterHeaderElement, #discordHeaderElement {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 2px;
    }

    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 20px; color: rgb(238, 206, 160) !important; margin-top: -16%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 18px;
        color: rgb(238, 206, 160) !important;
    }

    
}


@media (min-width: 473px) and (max-width: 684px) {
    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 14px; color: rgb(238, 206, 160) !important; margin-top: -16%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 13px;
        color: rgb(238, 206, 160) !important;
    }

    .cd-section {
        padding-top: 60px;
    }
}

@media (max-width: 472px) {
    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 11px; color: rgb(238, 206, 160) !important; margin-top: -16%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 11px;
        color: rgb(238, 206, 160) !important;
    }

    
    .shopInfoDetails {
        width: 90%;
        padding-top: 5%;
        color: rgb(238, 206, 160);    
        margin: 0 auto;
    }

    #gameSection {
        margin-top: 4%;
        /*font-family: bitFont;*/
        font-family: Helvetica;
        font-size: 15px;
        color: rgb(238, 206, 160);
    }

    .cd-section 
    {
        padding-top: 60px;
    }
}

@media (min-width: 473px) {
    .shopInfoDetails {
        padding-top: 5%;
        color: rgb(238, 206, 160);
        width: 70%;
        margin: 0 auto;
    }
    #gameSection {
        margin-top: 4%;
        /*font-family: bitFont;*/
        font-family: Helvetica;
        font-size: 20px;
        color: rgb(238, 206, 160);
    }
}


@media (max-width: 320px) {
    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 10px; color: rgb(238, 206, 160) !important; margin-top: -16%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 10px;
        color: rgb(238, 206, 160) !important;
    }

    
}


@media (min-width: 768px) and (max-width: 990px) {
    #facebookHeaderElement, #tumblrHeaderElement, #instagramHeaderElement, #redditHeaderElement{
        margin-left: -15px;
        margin-right: -15px;
    }

    #twitterHeaderElement, #discordHeaderElement {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 2px;
    }


    #pixelStarshipsAbout {
        /*text-align:center; font-family: bitFont; font-size: 22px; color: rgb(238, 206, 160) !important; margin-top: -16%;*/
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 60%; /* Set the width of the positioned div */
        text-align: center;
        font-family: bitFont;
        font-size: 18px;
        color: rgb(238, 206, 160) !important;
    }


     #connectWithUsSection {
        padding-left: 14%;
    }

}



@media (min-width: 405px) and (max-width: 991px) {
      #gamePlay2, #gamePlay1, #extendedTrailer {
        padding-bottom: 35%;
    }

    
    
    .facebookBorder {
        padding-bottom: 4%;
    }
   
}


@media (max-width: 991px) {
    #twitterSection {
        display: block;
        padding: 0; margin: 0; border: 2px solid rgb(37,171,215) !important; -moz-border-radius: 4px; border-radius: 4px;           
    
        max-width: 500px;
        width: 100%;

        margin: 0 auto !important;
        margin-top: 5% !important;
    }

    .alignDown {
        padding-top: 4%;
    }
}

@media (min-width: 992px) {
    #twitterSection {
        display: block;
        padding: 0; margin: 0; border: 2px solid rgb(37,171,215) !important; -moz-border-radius: 4px; border-radius: 4px;           
    
        max-width: 500px;
        width: 100%;

        margin: 0 auto !important;
    }
}


#extendedTrailer {
    margin-top: 8% !important;
}


/*
@media (min-width: 992px) {

}*/


.sectionLabel {
    font-weight: bold;
    padding-left: 2%;
    font-family: bitFont;
    font-size: 30px;
    color: rgb(255,188,91) !important; 
    /* color: rgb(238, 206, 160); */

    margin-bottom: 2%;

}



#newsSection {
    margin-top: 5%;

    color: rgb(238, 206, 160);
}

.dateSection {
    font-weight: bold;
    padding-left: 2%;
}

.shortIntroductionSection {
    padding-left: 2%;
}

.newsItem {
    padding: 0; margin: 0; border: 2px solid rgb(37,171,215); -moz-border-radius: 4px; border-radius: 4px; 
    /*margin-top: 5%;*/
    
    margin: 0 auto;
}

#glassItem {
    border: 3px solid rgb(37,171,215);
}

#firstTrailer {
    margin-top: 5%;
}


#navHeader {
    background-color: black !important; border-bottom: 2px solid #b76617; font-family: bitFont; font-weight: bold;
}

#menuNavBar {
    background-color: black !important;
}


#logoHeader {
    margin-top: -8px !important; margin-bottom: 0px !important;  width:221px; margin: 0 auto; text-align: center;
}

#facebookHeaderElement a {
    padding-top: 4px !important; padding-bottom: 0px !important;
}

#twitterHeaderElement a {
    padding-top: 4px !important; padding-bottom: 0px !important;
}

#tumblrHeaderElement a {
    padding-top: 4px !important; padding-bottom: 0px !important;
}


#instagramHeaderElement a {
    padding-top: 4px !important; padding-bottom: 0px !important;
}

#redditHeaderElement a {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}

#discordHeaderElement a {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}


#youtubeIframe {
    /*max-width: 800px;
        max-height: 600px;*/
    max-width: 560px;
    max-height: 400px;
    margin: 0 auto;
    /*
        margin-top: 1% !important;
        margin-left: 1.2% !important;
        margin-right: 1.2% !important;
        margin-bottom: 0.8% !important;
        */
}


.newYoutubeFrame {

    padding: 0; margin: 0; border: 2px solid rgb(37,171,215); -moz-border-radius: 4px; border-radius: 4px;     
    margin: 0 auto !important;



    max-width: 343px !important;
    max-height: 261px !important;
    
    position: relative;
    /*padding-bottom: 75%;*/
    height: 261px;
  
	/*padding-bottom: 75%; */ /* 3:4 */
	padding-top: 25px;
	height: 0;
    
       
	overflow:hidden;

    

}



.newYoutubeFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

    max-width: 343px;
    max-height: 261px;

}




#connectWithStarCaptain, #shop {
    margin-top: 4%;
}

.shopDescription {
    color: rgb(238, 206, 160);
   
}



.facebookBorder{
    padding: 0; margin: 0; 
    
    max-width: 500px !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: 3px solid rgb(37,171,215); -moz-border-radius: 4px; border-radius: 4px; 

    
}


.shopInfoHeader {
    text-align: center;
    color: rgb(238, 206, 160);
}


.resultReturned
{
    color: green;
}


.forgotPasswordSection
{
    font-family: bitFont; font-size: 16px; color: rgb(238, 206, 160) !important; 

}

label {
    color: white !important;
}

.float-right {
    float:right;
}
.sidenav {
    height: 100%;
    /*width: 160px;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: transparent;
    overflow-x: hidden;
    padding-top: 50px;
}

#sidebar {
    margin-top: 100px;
    /*border: 1px solid rgb(238, 206, 160);*/
}

.sidenav a:hover, .sidenav a:focus {
    background: transparent !important;
    color: #ffd800;
}


.sidebarText{
    font-family: Helvetica;
    font-size: 15px;
    color: rgb(238, 206, 160);
}

.Starbux-value, .Gas-value, .Mineral-value, .Trophy-value {
    font-family: bitFont;
    padding-left: 0px !important;
}

.StarbuxLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/1537.png) !important;
    height: 16px;
    width: 23px;
    background-position: -33px -241px;
    display: inline-block;
}
.StarbuxBigLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/568.png);
    height: 70px;
    width: 84px;
    background-position: -0px -0px;
}



.GasLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/57.png) !important;
    height: 25px !important;
    width: 25px !important;
    background-position: -78px -399px !important;
}
.GasBigLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/536.png);
    height: 50px;
    width: 75px;
    background-position: -0px -102px;
}


.MineralLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/57.png) !important;
    height: 25px !important;
    width: 25px !important;
    background-position: -0px -400px !important;
}

.MineralBigLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/538.png);
    height: 50px;
    width: 75px;
    background-position: -0px -102px;
}



.TrophyBigLogo {
    background: url(http://pixelstarships.s3.amazonaws.com/1625.png);
    height: 54px;
    width: 117px;
    background-position: -234px -381px;
}

.hidden {
    display:none;
}


.panel {
    background: transparent !important;
    color: rgb(238, 206, 160) !important;
    border-color: rgb(238, 206, 160) !important;
}

.panel-heading {
    background: transparent !important;
}


.red-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.red-scroll-bar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.red-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

.dropdown-link {
    color: #9D9D9D;
    padding-left: 20px;
    padding-bottom: 20px;
}

.dropdown-colour {
    background-color: #0F0F17 !important;
    border: 2px solid #B76617 !important;
}
