@charset "utf-8";
/* CSS Document */

.container-fluid, .row {width: auto !important; margin: 0; padding: 0;}

/* TYPOGRAPHY */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1rem;
    line-height: 1.5;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 45px;
    line-height: 1.2;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 2rem;
    line-height: 1.2;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
    line-height: 1.2;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
    line-height: 1.2;
}


/* HEADER & NAVIGATION */

.header {
    background-image: url(/../siteart/rivet-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 128px;
}

.topbar {
    background: #34393f;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.topbar a {
    color: #fff !important;
    text-decoration: none;
}

.mobileimg {
    width: 100%;
    max-width: 250px;
}

.logo img {
    width: 100%;
    max-width: 200px;
    display: block;
}

/* INVENTORY CATEGORIES */

.catheader {
    background-image: url(/../siteart/catheader-new.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 172px;
}

.catheader h1 {
    text-align: center;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
}

.catbox {
    padding-top: 35px;
}

/*
.categories {
    background-image: url(/../siteart/asfalt-dark.png);
    background-repeat: repeat;
}
*/

.categories img {
    width: 100%;
}

.categories a {
    color: #000;
    text-decoration: none;
}

.catcontent {
    position: relative;
    margin: auto;
}

.bluelabel {
    position: absolute;
    bottom: 35px;
    left: 20%;
    
    padding: 10px;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 0rem 0rem rgb(158 0 0);
    width: 50%;
    text-align: center;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.bluelabel:hover {
    color: rgb(158 0 0);
}


/* FOOTER */

.footer {
    background: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    font-size: 12px;
    text-align: -webkit-center;
}

.footer a {
    color: #fff;
    text-decoration: none;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 


}

/*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: 991px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1300px) {   
    
    .topbar {padding-left: 8em !important;}

   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   
    
    .topbar {padding-left: 13em !important;}

}