﻿@font-face {
    font-family: 'NimbusSansRound-Regular';
    src: url('../fonts/39E111_0_0.eot');
    src: url('../fonts/39E111_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/39E111_0_0.woff2') format('woff2'),url('../fonts/39E111_0_0.woff') format('woff'),url('../fonts/39E111_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'NimbusSansRound';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/39E111_1_0.eot');
    src: url('../fonts/39E111_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/39E111_1_0.woff2') format('woff2'),url('../fonts/39E111_1_0.woff') format('woff'),url('../fonts/39E111_1_0.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #dddddd;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
    min-width:1200px;
}

html {
    color: #dddddd;
    font-size: 18px;
    background-color: #151515;
    font-family: 'NimbusSansRound-Regular', Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Arial';
    font-size: 40px;
    color: #e4e4e4;
    letter-spacing: 1px;
}

h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'NimbusSansRound';
    font-size: 30px;
    color: #7a7276;
    letter-spacing: 1px;
    font-weight: normal;
}

h3 {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'NimbusSansRound';
    font-size: 20px;
    color: #ada0a6;
    letter-spacing: 1px;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'NimbusSansRound';
}

p {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 18px;
    color: #dddddd
}

ul {
    margin: 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #76cae1;
}

a:link {
    text-decoration: none;
    color: #76cae1;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #76cae1;
}

a:active {
    text-decoration: underline;
}

/* 
    #########################
    Global Stuff
    #########################
*/


#loading {
    position: relative;
    width: 100%;
    top:-745px;
    margin-top: 8px;
    overflow: hidden;
    height: 715px;
    margin-bottom: -723px;
    border-radius: 10px;
    background-color:#151515;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}


.carousel {
    height: 735px;
}

.centered_container {
    width: 1200px;
    margin: auto;
}

#header{
    height:55px;
    padding-top:20px;
}

#logo {
    display: block;
    float: left;
    padding-left:15px;
}

    #logo img {
        width: 241px;
    }

#nav {
    display: block;
    float:right;
    
}

    #nav ul {
        width: 658px;
        /*width: 555px;*/
        height: 40px;
        list-style-type: none;
        overflow: hidden;
        text-transform: uppercase;
        vertical-align: middle;
        padding-left:0px;
    }

    #nav li {
        height: 40px;
        float: left;
        display: inline-block;
        font-family: 'NimbusSansRound-Regular';
        font-size: 22px;
    }

        #nav li a {
            max-height: 29px;
            display: inline-block;
            color: #e1e1e1;
            text-align: center;
            padding: 5px 15px;
            text-decoration: none;
        }

            #nav li a:hover {
                background-color: #343434;
                color: #e1e1e1;
                border-radius: 5px;
            }

.quote {
    margin-left: 0px;
    margin-right: 00px;
    margin-bottom: 20px;
    padding:10px;
    border-radius: 8px;
}

.quote-symbol {
    font-size: 80px;
    line-height: 0.6em;
    opacity: 0.2;
}

.quote-symbol-bottom {
    font-size: 80px;
    line-height: 0.6em;
    opacity: 0.2;
    float:right;
    margin-top:-15px;
}

.quote-text {
    margin-top: -30px;
    font-size: 25px;
    text-align: center;
}

.quote-name{
    padding-left:0px;
    text-align:center;
    font-weight:bold;
}

#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    #footer p img {
        text-align: center;
        vertical-align: middle;
        max-height:39px;
    }

    #footer ul {
        list-style: none;
        margin-bottom:10px;
    }

    #footer li {
        font-size:16px;
        display: inline;
    }

        #footer li a{

        }

            #footer li a:hover {
                color: #e1e1e1;
                text-decoration: none;
            }

    .button {
        background-color: #e1e1e1;
        border: none;
        color: #151515;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        font-family: 'NimbusSansRound';
    }

    .button:link {
        color: #151515;
    }

    .button:visited {
        color: #151515;
    }

    .button:hover {
        background-color: white;
        color: #151515;
        text-decoration: none;
        --transition-property: transform;
        --transition-duration: 250ms;
        transition: var(--transition-property) var(--transition-duration) ease-in-out;
        transform: scale(1.1);
    }

#preordernowbutton {
    background-color: #2a774d;
    color:#e1e1e1;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* 
    #########################
    Landing page Default.aspx 
    #########################
*/
#landing_frame {
    position: relative;
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    height: 735px;
    border-radius: 10px;
    z-index: 0;
}
    #landing_frame .slide {
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

#handcraftedwork {
    padding-top: 75px;
    padding-bottom: 75px;
    justify-content: center;
    align-items: center;
}

    #handcraftedwork h2 {
        color: #e1e1e1;
        text-align: center;
        padding-bottom: 55px;
        font-size: 29.5px;
        text-transform: uppercase;
    }

.work_display {
    
    display: flex;
    margin-top: 30px;

}

.work_display p {
    padding-bottom:15px;
}

    .work_display h1 a:visited {
        color: #c6c6c6;
        text-decoration: none;
    }

    .work_display h1 a:link {
        color: #c6c6c6;
        text-decoration: none;
    }

    .work_display h1 a:hover {
        color: white;
        text-decoration: none;
    }

    .work_display h1 a:active {
        color: white;
        text-decoration: none;
    }

.work_info {
    height: 347px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    border-radius: 10px;

    margin-right: 35px;
}

.work_info_right {
    height: 347px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    border-radius: 10px;

    margin-left: 35px;
}


#IBM1401 {
    /*background-color: #0e4668;*/
    background-color: #08467c;
}

#z15 {
    background-color: #2f1b3b;
}

#ibmp10 {
    background-color: #152246;

}

#IBM704 {
    background-color: #343134;
}

#IBM704Vanguard {
    background-color: #461e18;
}

#hp264x {
    /*background-color: #241e19;*/
    background-color: #263339;
}

#IBM5150ANNIVERSARY {
    background-color: #413835;
}

#WOPR {
    background-color: #351d1d;
}

#IMSAI8080 {
    background-color: #304356;
}

#ibmseries1 {
    background-color: #54201a;
}

.work_img_frame {
    border-radius: 10px;
}

.work_img_frame img {
    width: 550px;
    border-radius: 10px;
}

    .work_img_frame img:hover {
        box-shadow: 0 0 0 3pt #343434;
        border-radius: 10px;
        --transition-property: transform;
        --transition-duration: 350ms;
        transition: var(--transition-property) var(--transition-duration) ease-in-out;
        transform: scale(1.05);
    }

/* 
    #########################
    Flickity
    #########################
*/

.gallery-cell {
    overflow: hidden;
    width: 100%;
    height: 710px;
    border-radius: 10px;
}

    .gallery-cell img {
        position: absolute;
        width: 1200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 10px;
    }

/* 
    #########################
    Work Showcase Stuff
    #########################
*/
#showcase {
    padding-top: 30px;
    display: flex;
}

.worklist_group {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 20px;
    text-transform: uppercase;
}

#work_list {
    /*height: 1000px;*/
    width: 200px;
    float: left;
    
}

    #work_list ul {
        width: 200px;
        list-style-type: none;
        overflow: hidden;
        text-transform: uppercase;
        vertical-align: middle;
        display: block;
        padding-left:0px
    }

    #work_list li {
        width:200px;
        float: left;
        display: inline-block;
        font-family: 'NimbusSansRound-Regular';
        font-size: 16px;
        padding-bottom:5px;
        
    }

        #work_list li a {
            background-color: #2b2b2b;
            
            display: block;
            color: #e1e1e1;
            text-align: left center;
            padding: 5px 15px;
            text-decoration: none;
            border-radius: 5px;
        }

            #work_list li a:hover {
                background-color: #4f4f4f;
                color: #e1e1e1;
                
            }

#work_showcase {
    display:inline-block;
    width:1000px;
    padding-left:50px;
}

#work_showcase h3 {
    padding-bottom:10px;
}

.zoom-gallery img {
    border-radius: 5px;
    background-color: #343434;
    opacity: 0.8;
}

.zoom-gallery a:link{
    text-decoration:none;
}

.zoom-gallery img:hover {
    box-shadow: 0 0 0 3pt #343434;
    border-radius: 5px;
    opacity: 1;
    
}

.zoom_thumb_big {
    width: 471px;
    height: 312px;
}

.zoom_thumb_small{
    width:312px;
    height:208px;
}


/* 
    #########################
    Store page
    #########################
*/

#store_container{
    padding-top:15px;
}



/* 
    #########################
    About page
    #########################
*/
#about_header {
    padding-top: 10px;
    padding-bottom: 15px;
}

    #about_header img{
        border-radius: 10px;
    }

    #more_information {
        padding: 0px 20px 20px 20px;
        background-color: #272727;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    #more_information h3 {
        padding-top: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 20px;
    }

#about_press {
    padding: 0px 20px 20px 20px;
    background-color: #272727;
    border-radius: 10px;
    margin-bottom: 100px;
}

    #about_press h3 { 
        padding-top:15px;
        padding-bottom:0px;
        margin-bottom:0px;
        font-size:20px;

    }

/* 
    #########################
    Contact page
    #########################
*/



#contact_header {
    padding-top: 60px;
    text-align: center;
}

    #contact_header h2{
        padding-left:20px;
    }

#contact_form, #mailing_list {
    margin: auto;
    width: 666px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 65px;
    border-radius: 10px;
    background-color: #272727;
}

#contact_form {
    margin-bottom: 150px;
}

#mailing_list {
    margin-bottom: 25px;
}

#contact-msg-fullname .textbox {
    width: 350px;
    margin-bottom: 15px;
}

#contact-msg-email .textbox, .mc-field-group .textbox {
    width: 350px;
    margin-bottom: 15px;
}

#contact-msg-reason .textbox {
    width: 362px;
    margin-bottom: 15px;
    
}

#contact-msg-message .textbox {
    width: 650px;
    height: 300px;
    margin-bottom: 15px;
}

#contact-msg-sendbutton, .clear {
    float: right;
    margin-right: 5px;
}

.textbox {
    padding: 5px;
    font-size: 19px;
    border-width: 1px;
    border-color: #444444;
    background-color: #343434;
    color: #e1e1e1;
    border-style: solid;
    border-radius: 0px;
    font-family: 'NimbusSansRound-Regular';
    font-size: 20px;
    border-radius:5px;
}

    .textbox:focus {
        outline: none;
        border-color: #76cae1;
    }

.send-button, .button{
    background-color: #dddddd;
    border: none;
    color: #151515;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'NimbusSansRound';
}

    .send-button:link, .button:link {
        color: #151515;
    }

    .send-button:visited, .button:visited {
        color: #151515;
    }

    .send-button:hover, .button:hover {
        background-color: white;
        color: #151515;
        text-decoration: none;
    }

#mc_embed_signup_scroll h2 {

}

/* 
    #########################
    Support Page
    #########################
*/

#support_header {
    padding-top: 0px;
    text-align: center;
}

    #support_header h2 {
        padding-left: 0px;
    }

#support_form {
    margin: auto;
    width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 65px;
    border-radius: 10px;
    background-color: #272727;
}

#support_form {
    margin-bottom: 150px;
}


.support_image_center {
    text-align: center;
}

.support_img {
    border-radius: 10px;
}

#support_toc{
    padding-left:25px;
    list-style:none;
}

#support_list {
    padding-left: 15px;
    list-style:none;
}
/* 
    #########################
    Other junk
    #########################
*/
#upupupbutton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e1e1e1;
    color: #151515;
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 18px;
}

    #upupupbutton:hover {
        background-color: white; 
    }

#ibm_legal{
    margin-top:60px;
    margin-bottom:100px;
}
#ibm_legal img{
    margin-bottom:25px;
}

#ibm_legal p{
    margin-bottom:10px;
}

