@charset "utf-8";
/* CSS Document */


.row {
    margin: 0px;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}

.notInv * {
    box-sizing: border-box;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
}

h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

h4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

h5 {
    font-weight: 600;
}



/* HEADER & NAVIGATION */


.top-header {
    background-color: #000099;
    min-height: 100px;
}

.navbar {
    border: 1px solid #000;
    background: #cdcdcd;
}

.nav-link {
    padding: 0rem;
}

.headerlist .list-group-item {
    background: #cdcdcd;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.headerlist .list-group-item a {
    color: #000;
}

.navbar {
    position: relative;
}

.logo {
    position: absolute;
}

/* HERO */

.hero {
    background-image: url(/../siteart/crawlerdozer-op5.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;

}

.hero p {
    font-weight: 600;
    color: #000;
    line-height: 2rem;
    font-size: 16px;
}

.carousel-item img {
    width: 200px;
}


/* FOOTER */


.pre-footer {
    background-color: #000099;
    color: #ccc;
    font-size: 12px;
}

.pre-footer a {
    color: #ccc;
}

.pre-footer a:hover {
    color: #ccc;
}

.footerlist {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.footerlist .list-group-item {
    background-color: #000099;
    border: 0px;
    padding: 0.25rem 1.25rem;
}

/* SCROLLING INVENTORY */

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/* LISTINGS */

.cf {
    max-width: 1200px;
    background-color: #fff;
}

.container-fluid.cf.invPage {
    padding: 0 !important;
}

.invSub {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.cf.invPage .invSub {}

/* PRODUCTS/SERVICES */

.table-dark {
    background: #cdcdcd;
    color: #000;
}

.home-text h1 {font-weight:600; color:#000; line-height:2rem; font-size:16px;}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    /*
    
    .carousel-item img{
        width: 100%;
    }
*/

}

@media (min-width: 576px) and (max-width: 1150px) {
	.headerlist .list-group-item a {font-size:12px;}
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 1063px) {}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {

    .headerlist .list-group-item {
        padding: 0.75rem 1.3rem;
    }

    .logo {
        width: 250px;
        height: 165px;
        top: -80px;
        left: 30px;
    }

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

    .headerlist .list-group-item {
        padding: 0.75rem 2rem;
    }

    .logo {
        width: 250px;
        height: 165px;
        top: -80px;
        left: 40px;
    }
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {

    .logo {
        width: 275px;
        height: 181px;
        top: -90px;
        left: 50px;
    }

}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {

    .logo {
        width: 275px;
        height: 181px;
        top: -90px;
        left: 80px;
    }

}
