body {
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1630px) {
    .container {
        width: 1600px;
    }
}

.main-content {
    /* padding-bottom: 100px; */
}

img {
    max-width: 100%;
}

a {
    cursor: pointer;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                           not supported by any browser */
}

i {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                           not supported by any browser */

}

/*Full Width Buttons*/

.full-width-button {
    background-color: #eee;
    color: black;
    padding: 20px;
    margin-bottom: 60px;

}

.full-width-button:hover {
    background-color: #AA9231;
    cursor: pointer;
}

.full-width-button .full-width-button-top-text {
    text-align: center;
    font-size: 150%;
    font-weight: bold;

}

.full-width-button .full-width-button-icon {
    text-align: center;
    font-size: 100px;
}

@media (min-width: 992px) {

    .full-width-button .full-width-button-top-text {
        height: 60px;
    }

}

@media (min-width: 1200px) {

    .full-width-button .full-width-button-top-text {
        height: 30px;
    }

}

.full-width-top-banner img {
    width: 100%;
    max-width: none;
}

.bold {
    font-weight: bold;
}

#bread-crumbs {
    font-size: 120%;
}

.bread-link {
    text-decoration: underline;
}

.bread-current {
    display: inline;
    display: inline-block;
    font-size: 100%;
    margin: auto;
    padding: auto;
}

.home-button-img {
    margin-bottom: 50px;
}

.home-button-img:hover {
    border: 10px solid transparent;
}

@media (max-width: 991px) {
    .full-width-top-banner img {
        width: 137% !important;
        margin-left: -16%;
        margin-top: 26px;
    }

    .full-width-top-banner {
        overflow: hidden;
    }
}

@media (min-width: 992px) {

    .home-button-img {
        margin-bottom: 0px;
    }
}

.home-button-text {
    font-size: 20px;
    font-weight: bold;
    font-size: 175%;
}

.subcategoryButton {
    background-color: #062e40;
    color: white;
    padding: 50px;
    text-align: center;
    text-decoration:none;
    margin-bottom:30px;
}

.subcategoryButtonLink:hover {
    text-decoration:none !important;
}

.subcategoryButtonLink .subcategoryButtonProductImage {
    height:175px;
}
.subcategoryButtonLink:hover .subcategoryButtonProductImage {
    height:155px;
    margin-top:10px;
    margin-bottom:10px;
}



.productRequestQuote {
    padding: 20px 40px;
    font-size: 20px;

    background-color: #e3d200;
    font-weight: bold;
    max-width: 100%;
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
}

.productRequestQuote:hover {
    text-decoration:none;
}

@media (min-width: 992px) {
    .productRequestQuote {

        padding: 20px 87px;
        font-size: 30px;
    }

}

.btn.btn-default.quoteEditButton {
    padding: 3px 10px;
    margin-top: -8px;
    margin-left: 10px;
}