@charset "utf-8";
/* CSS Document */

.bold {
    color: black!important;
}

.bold a, a:hover {
    color: black!important;
    text-decoration: none;
}

.hide-480 a, a:hover {
    color: black!important;
    text-decoration: none;
}


.widget-price-container span {
    color: black!important;
}

.widget-price-container a {
    color: black!important;
}


.email {
    color: black!important;
}

.calculator {
    color: black!important;
}

.print {
    color: black!important;
}

.email-seller {
    color: black!important;
}

.email-seller:hover {
    color: #30576B!important;
}

.machinelocation {
    color: black!important;
}

.machinelocation:hover {
    color: #30576B!important;
}

.hide-785 {
    color: black!important;
}

.fixed-column6 h5 a {
    color: black!important;
}

.listing-name a{
    color: #000;
}


.row {margin:0px;}

body {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.3;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 30px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 24px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}


h5 {
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 16px;
}

a, a:hover {
    color: #fff !important;
    text-decoration: none;
}

.listing-name :hover {
    color: #30576B!important;
}

.widget-price-container a:hover {
    color: #30576B!important;
}

.bold a:hover {
    color: #30576B!important;
}


.red {
    background-color: #c00000;
    color: #fff;
}

.blue {
    background-color: #30576b;
    color: #fff;
}

.dark {
    background-color: #000;
    color: #fff;
}

.btn-red {
    
    font-size: 28px;
    background: rgba(192,0,0,.75);
    border: 0px;
    color: #fff;
}

.btn:hover{
    color: #fff;
    background: #c00000;
}


/* HEADER & NAVIGATION */


.topbar {
    background-image: url(/../siteart/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    max-height: 200px;
    
}


/* HERO */

.hero {
    background-image: url(/../siteart/shakopee-hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 550px;
}

.hero>div{
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}


/* QUICK LINKS */

.quicklinks {
    position: relative;
    text-align: center;
    
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 28px;
  background: rgba(48,87,107,.75);
  padding: 5px;
}

.centered:hover {
    background: #30576b;
}

.phonebox {
    background: #c00000;
    color: #fff;
    font-size: 18px;
    display: block;
}


/* FOOTER */


.pre-footer{
    background-color: #000;
	color: #fff;
    font-size: 14px;
    border-top: 4px solid #30576b;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}

/* LISTINGS */

.cf {
    max-width: 1200px;
    background-color: #fff;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    background-color: #fff;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    
    .logo {
        max-width: 350px;
    } 
    .btn-red {
        
    }
    
    h2, h4{
        font-size: 16px;
    }
    .hero>div{
         align-items: center;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
       
    .logo {
        max-width: 350px;
    } 
    h2, h4{
        font-size: 20px;
    }
     .hero>div{
         align-items: center;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
     .logo {
    max-width: 350px;
} 
     .hero>div{
         align-items: center;
    }

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    
.logo {
    max-width: 400px;
}

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {
  
.logo {
    max-width: 400px;
}  
    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   
    
   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   
    
   
}