@font-face {
    font-family: 'AlegreyaSans ExtraBold';
    src: url('../fontfiles/AlegreyaSans-ExtraBold.ttf');
}

@font-face {
    font-family: 'SquadaOne Regular';
    src: url('../fontfiles/SquadaOne-Regular.ttf');
}

@font-face {
    font-family: 'RobotoCondensed Bold';
    src: url('../fontfiles/RobotoCondensed-Bold.ttf');
}


body {
    background-color: black;
    color:#3BB9FF;
    text-shadow: 1px 1px 0.1em #000;
    position: relative;
    padding-bottom: 10px;
}

form {
    text-align: left;
}

.form-control {
    border-radius: 0;
    background-color: #DDD;
}


label.uploadbutton {
    width: 140px;
    height: 41px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

label.uploadbutton>img {
    position: absolute;
    left: 0;
    top: 0;
}

label.uploadbutton:hover>img {
    top: -41px;
}

label.uploadbutton:hover {
    box-shadow: 0 0 14px 4px #74BBFB;
}

label.uploadbutton input[type="file"] {
    position: fixed;
    top: -1000px;
}


.container {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #0404B4;
    padding: 10px 10px;
    margin-top: 10px;
}


.social-icons img {
    width: auto;
    height: 39px;
}

.secure-icons {
    display: inline-block;
}

.secure-icons img {
    vertical-align: bottom;
}


.logocontainer {
    text-align: center;
}

.logocontainer p.roboto {
    margin: 12px 0;
    color: #DDD;
    font: 18px 'RobotoCondensed Bold', Arial, sans-serif;
    text-shadow: #0404B4 2px 2px 4px;
    /*
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
    */
}


.contentcontainer {
    text-align: center;
}

.contentcontainer p {
    margin: 0 auto;
}



/* navigation CSS */
.navbar-inverse {
    background-color: transparent;
}

.navcontainer .navbar-header a:hover {
    color: #74BBFB;
    text-shadow: 0 0 12px #E0FFFF;
}

.navcontainer .navbar {
    border-bottom: none;
    margin-bottom: 0;
}

.linkbuttonbox {
    display: inline-block;
}

.linkbuttonbox a {
    float: left;
}

.navcontainer .navbar-nav>li, .linkbuttonbox {
    padding: 5px;
    overflow: visible;
    position: relative;
}

.navcontainer .navbar-nav>li a, .linkbuttonbox a {
/*    background-image: url('../imagefiles/effects/navbutton.jpg');*/
    width: 140px;
    height: 41px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    padding: 0;
    color: #0404B4;
    text-shadow: 1px 1px 0.1em #fff;
    margin-top: 0;
    font: 14px 'SquadaOne Regular', Arial, sans-serif;
    text-decoration: none;
}

.navcontainer .navbar-nav>li a>img, .linkbuttonbox a>img {
    position: absolute;
    left: 0;
    top: 0;
}

.navcontainer .navbar-nav>li a:hover, .linkbuttonbox a:hover {
    box-shadow: 0 0 14px 4px #74BBFB;
    color: #74BBFB;
    /*text-shadow: 1px 1px 0.1em #000;*/
}

.navcontainer .navbar-nav>li a:hover>img, .linkbuttonbox a:hover>img {
    top: -41px;
}


.captchabutton {
  width: 140px;
  height: 41px;
  background-color: transparent;
  padding: 0;
  color: #0404B4;
  text-shadow: 1px 1px 0.1em #fff;
  margin-top: 0;
  font: 14px 'SquadaOne Regular', Arial, sans-serif;
  text-decoration: none;
  border: none;
  background-position: 0px 0px;
}

.captchabutton:hover {
  box-shadow: 0 0 14px 4px #74BBFB;
  color: #74BBFB;
  background-position: 0px -41px;
}

/* footer */
.footercontainer {
    text-align: center;
}


/* chrome image wrapper */
.chrome-frame {
    border: none;
    padding: 0;
    margin: 0;
    width: 360px;
    height: 200px;
    display: inline-block;
    position: relative;
    background-image: url('../imagefiles/effects/chrome_frame.png');
}

.chrome-frame img {
    width: 325px;
    height: 171px;
    position: absolute;
    top: 14px;
    left: 17px;
    cursor: pointer;
}

.chrome-frame-square {
    border: none;
    padding: 0;
    margin: 0;
    width: 360px;
    height: 290px;
    display: inline-block;
    position: relative;
    background-image: url('../imagefiles/effects/chrome_frame_square.png');
}

.chrome-frame-square img {
    width: 325px;
    height: 247px;
    position: absolute;
    top: 20px;
    left: 17px;
    cursor: pointer;
}

.chrome-frame-vertical {
    border: none;
    padding: 0;
    margin: 0;
    width: 192px;
    height: 290px;
    display: inline-block;
    position: relative;
    background-image: url('../imagefiles/effects/chrome_frame_vertical.png');
}

.chrome-frame-vertical img {
    width: 157px;
    height: 248px;
    position: absolute;
    top: 21px;
    left: 17px;
    cursor: pointer;
}

.chrome-frame img:hover, .chrome-frame-square img:hover, .chrome-frame-vertical img:hover, .hoverlight:hover {
    box-shadow: 0 0 24px 6px #74BBFB;
    cursor: pointer;
}

.chrome-wrapper {
    display: inline-block;
    color: #3BB9FF;
    font-weight: bolder;
}

@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .chrome-frame {
        border: none;
        padding: 0;
        margin: 0;
        width: 290px;
        height: 161px;
        display: inline-block;
        position: relative;
        background-image: url('../imagefiles/effects/chrome_frame_small.png');
    }

    .chrome-frame img {
        width: 261px;
        height: 137px;
        position: absolute;
        top: 11px;
        left: 14px;
        cursor: pointer;
    }

    .chrome-frame-square {
        border: none;
        padding: 0;
        margin: 0;
        width: 290px;
        height: 234px;
        display: inline-block;
        position: relative;
        background-image: url('../imagefiles/effects/chrome_frame_square_small.png');
    }

    .chrome-frame-square img {
        width: 261px;
        height: 198px;
        position: absolute;
        top: 17px;
        left: 14px;
        cursor: pointer;
    }

    .chrome-frame-vertical {
        border: none;
        padding: 0;
        margin: 0;
        width: 155px;
        height: 234px;
        display: inline-block;
        position: relative;
        background-image: url('../imagefiles/effects/chrome_frame_vertical_small.png');
    }

    .chrome-frame-vertical img {
        width: 126px;
        height: 200px;
        position: absolute;
        top: 17px;
        left: 13px;
        cursor: pointer;
    }
}


.yellow-highlight {
    font-weight: bolder;
    color: #FFD700;
}


.error {
    font-weight: bolder;
    color: red;
}


.paragraph {
    text-align: justify;
    width: 70%;
}

@media (max-width: 991px) {
    ul.navbar-nav {
        width: 453px;
    }

    ul.navbar-nav>li {
        float: left;
    }
}

@media (max-width: 650px) { /*767px) {*/
    .paragraph {
        text-align: left;
    }

    ul.navbar-nav {
        width: auto;
    }

    ul.navbar-nav>li {
        float: none;
    }
}


.tinytext {
    color: #FFF;
    font-size: 0.7em;
}


/* colored horizontal rules */
.hr-blue {
    margin: 8px auto;
    border: none;
    background-color: #0404B4;
    height: 1px;
    width: 50%;
    box-shadow: #0404B4 0 1px 2px;
}

.hr-magenta {
    margin: 8px auto;
    border: none;
    background-color: #FF00FF;
    height: 1px;
    width: 45%;
    box-shadow: #FF00FF 0 1px 2px;
}


.earthlanding {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.earthlanding img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

.earthlandingbackground {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -2;
    background-image: url('../imagefiles/effects/starz.gif');
}

.starfieldtransition {
    float: left;
    width: 100%;
    height: 512px;
    background-image: url('../imagefiles/effects/starfield-transition.png');
}

.galaxybackground {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -3;
}

.galaxybackground img {
    width: 100%;
    height: auto;
}


/* override lightbox modal settings */
.modal {
    overflow-y: auto;
}


/* order form */
form {
    border: 1px solid #0404B4;
    padding: 5px;
}

form div.form-group {
    border: 1px solid #0404B4;
    padding: 5px;
    margin-bottom: 5px;
}

form div.checkbox {
    border: 1px solid #0404B4;
    padding: 5px 5px 5px 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}

form .form-control {
    width: 80%;
    margin: 5px auto;
}
