﻿/* Please see documentation at https:/docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body{
    background-color: #1e1e1e;
}
a{
    color:ghostwhite;
    text-decoration:none;
}

a:visited{
    color:ghostwhite;
}
a:hover{
    text-decoration:none;
    color:ghostwhite;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bg-gray {
    background-color: #1e1e1e;
    color: ghostwhite;
    min-height: 60vh;
}

.bg-dark-gray {
    background-color: #1e1e1e;
}

.bg-light-gray {
    background-color: #3e3e3e;
}

.btn-outline-red {
    background: none;
    border: 2px solid;
    border-color: #FF1717 !important;
    color: #FF1717 !important;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 15px !important;
    padding-bottom:15px !important;
}


    .btn-outline-red:hover {
        text-decoration: none;
        background: #FF1717;
        color: ghostwhite !important;
    }


.btn-red {
    background-color: #FF1717 !important;
    color: ghostwhite !important;
    border: 2px solid;
    border-color: #FF1717 !important;
}

.btn-xl {
    width: 100%;
    min-width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.cmt-1 {
    margin-top: 2%;
}

.cmv-1 {
    margin-bottom: 2%;
}

.cmt-2 {
    margin-top: 4%;
}

.cml-1 {
    margin-right: auto;
    margin-left: auto;
}

.cmr-1 {
    margin-right: auto;
    margin-left: auto;
}
.cmr-2{
    margin-right:0 !important;
}

.cpt-1 {
    padding-top: 5%;
}

.cpx-1 {
    padding-right: 5%;
    padding-left: 5%;
}

.cpy-1 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.carousel-caption {
    color: ghostwhite;
    width: 75%;
    z-index: 10;
    text-align: center;
    top: 50%;
    left: 13%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contact-link {
    color: ghostwhite;
}

    .contact-link:hover {
        color: #FF1717;
        text-decoration: none;
    }

.height-9 {
    height: 90vh;
}

.mb-25 {
    padding-bottom: 15%;
}

.cmb-10{
    margin-bottom: 10%;
}

.pt-15 {
    padding-top: 15%;
}

.mt-25 {
    margin-top: 15%;
}

.width-100 {
    width: 100vw;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.lead-1 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
}


.z-top {
    z-index: 3000;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.footer {
    width: 100% !important;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 120px; /* Vertically center the text there */
    border-top: 1px solid;
    border-top-color: #3e3e3e;
}

.filter-grey {
    filter: grayscale(100%) brightness(20%);
    -webkit-filter: grayscale(100%) brightness(20%);
    -moz-filter: grayscale(100%) brightness(20%);
    -ms-filter: grayscale(100%) brightness(20%);
}

.card-deck-height{
    min-height: 25em;
}
.card-img-center{
    margin-top:5%;
}
.flat-card {
    background-color: #1e1e1e !important;
    color: ghostwhite;
    width:100%;
    min-height:25em;
}

    .flat-card-sm {
        background-color: #252525 !important;
        min-width: 100% !important;
        margin-left:none !important;
        min-height: 33%;
        color: ghostwhite;
    }

    .flat-card:hover {
        background-color: #3e3e3e;
    }

    .flat-card-lg {
        background-color: #1e1e1e !important;
        color: ghostwhite;
    }

    .img-5 {
        width: 10em !important;
        height: 10em !important;
    }

    .img-7{
        width:55% !important;
    }

    .img-3{
        width:37% !important;
    }

    .img-4{
        width:47% !important;
    }
    .bg-solidworks {
        width: 100%;
        height: 20vh;
    }

        .bg-solidworks::before {
            background-image: url(../img/SSI.JPG);
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 20vh;
            position: absolute;
            background-size: cover;
        }

    .bg-automation {
        width: 100%;
        height: 20vh;
    }

        .bg-automation::before {
            background-image: url('../img/AutomationEquipment/40MM Chamber Guage/chamber-gage1.svg');
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 20vh;
            position: absolute;
            background-size: cover;
        }

.ribbon {
    margin-top: 3vh;
    z-index: 500;
    background-color: transparent;
}

    .banner-header {
        top: 10%;
        transform: translateY(10%);
        -ms-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -o-transform: translateY(10%);
    }

    html {
        font-size: 14px;
    }

    .nav-border {
        border-bottom: 1px solid;
        color: gray
    }

   /* Please see documentation at https:/docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body{
    background-color: #1e1e1e;
}
a{
    color:ghostwhite;
    text-decoration:none;
}

a:visited{
    color:ghostwhite;
}
a:hover{
    text-decoration:none;
    color:ghostwhite;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bg-gray {
    background-color: #1e1e1e;
    color: ghostwhite;
    min-height: 60vh;
}

.bg-dark-gray {
    background-color: #1e1e1e;
}

.bg-light-gray {
    background-color: #3e3e3e;
}

.btn-outline-red {
    background: none;
    border: 2px solid;
    border-color: #FF1717 !important;
    color: #FF1717 !important;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 15px !important;
    padding-bottom:15px !important;
}


    .btn-outline-red:hover {
        text-decoration: none;
        background: #FF1717;
        color: ghostwhite !important;
    }


.btn-red {
    background-color: #FF1717 !important;
    color: ghostwhite !important;
    border: 2px solid;
    border-color: #FF1717 !important;
}

.btn-xl {
    width: 100%;
    min-width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.cmt-1 {
    margin-top: 2%;
}

.cmv-1 {
    margin-bottom: 2%;
}

.cmt-2 {
    margin-top: 4%;
}

.cml-1 {
    margin-right: auto;
    margin-left: auto;
}

.cmr-1 {
    margin-right: auto;
    margin-left: auto;
}
.cmr-2{
    margin-right:0 !important;
}

.cpt-1 {
    padding-top: 5%;
}

.cpx-1 {
    padding-right: 5%;
    padding-left: 5%;
}

.cpy-1 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.carousel-caption {
    color: ghostwhite;
    width: 75%;
    z-index: 10;
    text-align: center;
    top: 50%;
    left: 13%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contact-link {
    color: ghostwhite;
}

    .contact-link:hover {
        color: #FF1717;
        text-decoration: none;
    }

.height-9 {
    height: 90vh;
}

.mb-25 {
    padding-bottom: 15%;
}

.cmb-10{
    margin-bottom: 10%;
}

.pt-15 {
    padding-top: 15%;
}

.mt-25 {
    margin-top: 15%;
}

.width-100 {
    width: 100vw;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.lead-1 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
}


.z-top {
    z-index: 3000;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.footer {
    width: 100% !important;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 120px; /* Vertically center the text there */
    border-top: 1px solid;
    border-top-color: #3e3e3e;
}

.filter-grey {
    filter: grayscale(100%) brightness(20%);
    -webkit-filter: grayscale(100%) brightness(20%);
    -moz-filter: grayscale(100%) brightness(20%);
    -ms-filter: grayscale(100%) brightness(20%);
}

.card-deck-height{
    min-height: 25em;
}
.card-img-center{
    margin-top:5%;
}
.flat-card {
    background-color: #1e1e1e !important;
    color: ghostwhite;
    width:100%;
    min-height:25em;
}

    .flat-card-sm {
        background-color: #252525 !important;
        min-width: 100% !important;
        margin-left:none !important;
        min-height: 33%;
        color: ghostwhite;
    }

    .flat-card:hover {
        background-color: #3e3e3e;
    }

    .flat-card-lg {
        background-color: #1e1e1e !important;
        color: ghostwhite;
    }

    .img-5 {
        width: 10em !important;
        height: 10em !important;
    }

    .img-7{
        width:55% !important;
    }

    .img-3{
        width:37% !important;
    }

    .img-4{
        width:47% !important;
    }
    .bg-solidworks {
        width: 100%;
        height: 20vh;
    }

        .bg-solidworks::before {
            background-image: url(../img/SSI.JPG);
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 20vh;
            position: absolute;
            background-size: cover;
        }

    .bg-automation {
        width: 100%;
        height: 20vh;
    }

        .bg-automation::before {
            background-image: url('../img/AutomationEquipment/40MM Chamber Guage/chamber-gage1.svg');
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 20vh;
            position: absolute;
            background-size: cover;
        }

.ribbon {
    margin-top: 3vh;
    z-index: 500;
    background-color: transparent;
}

    .banner-header {
        top: 10%;
        transform: translateY(10%);
        -ms-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -o-transform: translateY(10%);
    }

    html {
        font-size: 14px;
    }

    .nav-border {
        border-bottom: 1px solid;
        color: gray
    }

    .nav-font {
        font-size: 1.25em;
        font-family: Arial;
        color:white !important;
    }

    .nav-item {
        margin-left: 1vw;
        padding-left: 1vw;
    }

        .nav-item:not(:last-of-type) {
            margin-right: 1vw;
            padding-right: 1vw;
        }

    .active{
        color: #FF1717 !important;
    }

    .nav-item > a:hover {
        color: slategray !important;
    }

    .round-corners {
        border-radius: 5px;
    }

    .resize-none {
        resize: none;
    }

    .width-20 {
        width: 20%;
    }

    .font-large {
        font-size: 13pt;
    }

    .hero-image {
        width: 100%;
        height: 100vh;
        display: block;
        position: relative;
    }


        .hero-image .container-fluid {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


    .hero-header-1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        font-size: 2.5em;
        color: #e5e5e5;
    }

    .hero-header-2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 2.2em;
        color: #e5e5e5;
    }

    .hero-header-text {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 1em;
        color: #e5e5e5;
    }


    .hero-image-back {
        width: 100%;
        height: 100%;
    }

        .hero-image-back::before {
            background-image: url(../img/HomeHero.jpg);
            content: "";
            background-position-y: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            background-size: cover;
        }


    .contact-hero-img {
        background: url(../img/ContactHeader.svg) no-repeat center top;
        background-size: cover;
        height: 100%;
        width: 100%;
    }


    .contact-hero .hero-header-1 {
        color: ghostwhite !important;
    }

    .contact-hero .hero-header-text {
        color: ghostwhite !important;
    }

    .contact-hero {
        width: 100%;
        height: 50vh;
        display: block;
        position: relative;
    }

        .contact-hero .container-fluid {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    .solution-hero {
        width: 100%;
        height: 20vh;
        display: block;
        position: relative;
    }

        .solution-hero .container-fluid {
            position: absolute;
            top: 10%;
            transform: translateY(-10%);
            -ms-transform: translateY(-10%);
            -moz-transform: translateY(-10%);
            -webkit-transform: translateY(-10%);
            -o-transform: translateY(-10%);
        }

    .solution-hero-img {
        max-height: 20vh;
        max-width: 100vw;
        overflow: hidden;
    }

        .solution-hero-img img {
            min-width: 100vw;
            min-height: 20vh;
            transform: translateY(-20%);
        }

    .filter-darken {
        filter: brightness(20%);
        -webkit-filter: brightness(20%);
        -moz-filter: brightness(20%);
        -ms-filter: brightness(20%);
    }

    .mh-1 {
        min-height: 30vh;
    }

    .hidden {
        display: none;
    }

    .cpb-2 {
        padding-bottom: 2vh;
    }

    .bg-about {
        width: 100%;
        height: 70vh;
    }

        .bg-about::before {
            background-image: url(../img/building.svg);
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 70vh;
            position: absolute;
            background-size: cover;
        }

    .ch-1 {
        height: 30vh;
    }

    .va-center {
        transform: translateY(50%);
    }

    .footer-link-font {
        font-size: .75em;
        font-family: Arial;
    }

    .card-min {
        min-width: 350px;
    }

    .btn-min {
        min-width: 100px;
    }

    .card-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .banner-img {
        width: 20%;
        height: 20%;
    }

.display-c {
    font-size: 4em;
    font-weight: 300;
    line-height: 1.2;
}

.display-b {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-a {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.center{
    margin-left:0!important;
    margin-right:0 !important;
}

.width-50{
    width:100%;
}

.commit-p{
    padding-bottom:10%;
}

.commit-m{
    margin-top:10%;
    margin-bottom:10%;
}

.display-2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

.display-3 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
}

@media (min-width:800px) and (min-height:400px) {

    .bg-automation {
        width: 100%;
        height: 70vh;
    }

        .bg-automation::before {
            background-image: url('../img/AutomationEquipment/40MM Chamber Guage/chamber-gage1.svg');
            filter: brightness(20%);
            -webkit-filter: brightness(20%);
            -moz-filter: brightness(20%);
            -ms-filter: brightness(20%);
            content: "";
            background-position-y: 50%;
            width: 100%;
            height: 70vh;
            position: absolute;
            background-size: cover;
        }
    .display-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
      }

    .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    }

    .bg-solidworks {
        width: 100%;
        height: 70vh;
    }
    .bg-solidworks::before {
        background-image: url(../img/SSI.JPG);
        filter: brightness(20%);
        -webkit-filter: brightness(20%);
        -moz-filter: brightness(20%);
        -ms-filter: brightness(20%);
        content: "";
        background-position-y: 50%;
        width: 100%;
        height: 70vh;
        position: absolute;
        background-size: cover;
    }

    .solution-hero {
        width: 100%;
        height: 50vh;
        display: block;
        position: relative;
    }

        .solution-hero .container-fluid {
            position: absolute;
            top: 50%;
            transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
        }

    .solution-hero-img {
        max-height: 50vh;
        max-width: 100vw;
        overflow: hidden;
    }

        .solution-hero-img img {
            min-width: 100vw;
            min-height: 100vh;
            transform: translateY(-20%);
        }

    .display-b {
        font-size: 7.5em;
    }

    .display-a{
        font-size:3.5rem;
    }

    .center {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-50{
        width:50%;
    }

    .cmr-2{
        margin-right:.5rem!important;
    }

    .flat-card-sm{
        min-width:95%;
    }

    .display-c {
        font-size: 4.5em;
    }

    .lead-1 {
        font-size: 1.6em
    }

    .bnt-outline-red {
        margin-top: 0;
    }

    .btn-xl {
        width: 20%;
    }

    .hero-header-text {
        font-size: 2em;
    }

    .hero-header-2 {
        font-size: 5.2em;
    }

    .hero-header-1 {
        font-size: 7.2em !important;
    }

    .cmr-1 {
        margin-right: 5%;
    }

    .cml-1 {
        margin-left: 2%;
    }
}
@media (min-height:900){
    .card-img-center{
        margin-top: 75px !important;
    }
}
#navbarContent {
    background-color: #1e1e1e;
}
@media (min-width:758px){
    #navbarContent {
        background-color: transparent;
    }
}