/*---------------        FONTS       ---------------------------*/
@font-face {
    font-family: 'RobotoLight';
    font-style: normal;
    font-weight: normal;
    src: local("RobotoLight"), url('fonts/RobotoLight.woff2') format('woff2'), url('fonts/RobotoLight.woff') format('woff')
}

@font-face {
    font-family: 'RobotoRegular';
    font-style: normal;
    font-weight: normal;
    src: local("RobotoRegular"), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.woff') format('woff')
}
/*---------------------------------------------------------------*/




html {
    margin: 0 0;
    padding: 0 0;
}

body {
    margin: 0 0;
    padding: 0 0;
    background-color: #1A1A1A;
}


.header-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    background-color: #1A1A1A;
    padding-top: 10px;
}

.header-logotagicon {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto auto auto auto auto;
    width: 800px;
    margin: auto;
}

.header-logotagicon-tagline {
    align-content: end;
    padding-bottom: 3px;
    padding-left: 15px;
}

.header-logotagicon-icon {
    font-size: 22px;
    align-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-icon {
    color: #d9d9d9;
}

.header-navbar {
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    display: flex;
    background-color: #310202;
    border-top: solid 1px #7a0606;
    border-bottom: solid 1px #7a0606;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-navbar-row {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    column-gap: 20px;
    /*border: solid 2px blue;*/
    width: 800px;
    margin: auto;
}

.header-navbar-row-icon {
    color: #d9d9d9;
    margin-right: 5px;
}

.header-navbar-row-icon-text {
    color: #d9d9d9;
    font-family: sans-serif, SansSerif, serif;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.header-navbar-row-icon-link {
    color: #d9d9d9;
    font-family: sans-serif, SansSerif, serif;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
}

    .header-navbar-row-icon-link:hover {
        text-decoration: underline;
    }



.body-wrapper {
    width: 800px;
    margin: 10px auto 300px auto;
    background-color: #262626;
    border: solid 1px #4d4d4d;
    min-height: 100vh;
    color: #F1F1F1;
}


.main-verbiage-list {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 50px;
    column-gap: 15px;
    color: #d9d9d9;
    font-family: sans-serif, SansSerif, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
}

.main-verbiage-list-image {
    align-content: center;
    font-size: 50px;
    text-align: center;
    min-width: 75px;
}

.main-verbiage-list-tag {
    font-family: RobotoLight;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.main-verbiage-list-text {
    font-family: RobotoLight;
    line-height: 1.3;
}






.page-verbiage {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 50px;
    column-gap: 15px;
    color: #d9d9d9;
    font-family: sans-serif, SansSerif, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
}

.page-verbiage-image {
    font-size: 50px;
    text-align: center;
    min-width: 75px;
}

.page-verbiage-tag {
    font-family: RobotoLight;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

.page-verbiage-text {
    font-family: RobotoLight;
    line-height: 1.3;
    display: grid;
    grid-template-columns: auto;
    row-gap: 30px;
}


.top_page-verbiage-tag {
    font-family: RobotoLight;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.top_page-verbiage-text {
    font-family: RobotoLight;
    line-height: 1.3;
    display: grid;
    grid-template-columns: auto;
    row-gap: 10px;
}


.product-image-container {
}

.product-image-list {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    justify-items: start;
}

.product-thumb {
    max-height: 300px;
    max-width: 300px;
    border-radius: 15px;
}

.product-thumb-small {
    max-height: 85px;
    max-width: 85px;
    border-radius: 5px;
}

.product-verbiage-image {
    font-size: 75px;
    text-align: center;
    min-width: 75px;
}



.bg-img-1 {
    background-image: linear-gradient(rgba(10.2,10.2,10.2,0.95), rgba(10.2,10.2,10.2,0.95)), url('background/bg_parts.jpg');
}

.bg-img-2 {
    background-image: linear-gradient(rgba(10.2,10.2,10.2,0.95), rgba(10.2,10.2,10.2,0.95)), url('background/bg_packrat.jpg');
}

.bg-img-3 {
    background-image: linear-gradient(rgba(10.2,10.2,10.2,0.95), rgba(10.2,10.2,10.2,0.95)), url('background/bg_solder.jpg');
}

.bg-img-4 {
    background-image: linear-gradient(rgba(10.2,10.2,10.2,0.95), rgba(10.2,10.2,10.2,0.95)), url('background/bg_guitar.jpg');
}

.bg-img-5 {
    background-image: linear-gradient(rgba(10.2,10.2,10.2,0.95), rgba(10.2,10.2,10.2,0.95)), url('background/bg_breadboard.jpg');
}

.carousel-fixedpage {
    z-index: -99;
    position: fixed;
    width: 100%;
    height: 100%;
}

.carousel-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

#CarouselBackground > .carousel-inner .carousel-item {
    /*transition: -webkit-transform 2s ease;*/
    /*transition: transform 2s ease;*/
    /*transition: transform 2s ease, -webkit-transform 2s ease;*/
    transition: transform 15s ease, opacity 4s ease-out
}
