@charset "utf-8";
/* CSS Document */

.box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.home-category-box {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

@media ( min-width: 760px ) {
  .home-category-box {
    width: 25%;
  }
}

.home-box {  height: 300px; width: 25%; }

.test {padding: 10px; background: #F2F2F2; }

.UFA-header .row { margin-left: -5px; margin-right: -5px; }
.UFA-header .col-lg-3 { padding-left: 0px; padding-right: 0px; }
.UFA-header h2 {
    font-family: "Interstate-Compressed", sans-serif;
    color: #2c2c2c !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    font-size: 32px;
}

.UFA-header h1 {
    font-family: "interstate";
    color: #2c2c2c !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    font-size: 43px;
	padding-top: 20px;
	text-transform: uppercase; 
}

.banner-txt { background-color: #F0E3C5; min-height: 320px; padding-left: 30px; padding-right: 20px; width: 50%; float: left; flex: 1; }
.box-left { margin: 10px 5px 0 0; background: #F2F2F2; min-height: 310px; }
.box-center { margin: 10px 5px 0 5px; background: #F2F2F2; min-height: 310px; }
.box-right { margin: 10px 0 0 5px; background: #F2F2F2; min-height: 310px; }
.box-img { min-height: 100px; }
.box-txt { min-height: 80px; }

.banner-photo { min-height: 320px; background: url("https://ufadigmtg.blob.core.windows.net/default/ufa.com/images/banner/50-50/Dec-flyer/14091-Nov30-Dec24-50_50-banner-DeWalt-v1.jpg") no-repeat #F0E3C5; width: 50%; float: left; flex: 1; background-size: cover; }

.header-row { margin-top: 20px; display: flex; }

@media (max-width: 450px) {
	
.box-left { margin: 10px 0 0 0; background: #F2F2F2; }
.box-center { margin: 10px 0 0 0; background: #F2F2F2; }
.box-right { margin: 10px 0 0 0; background: #F2F2F2; }
.home-box {  height: 300px; width: 50%; }
	
.header-row { margin-top: 10px; display: block; }
	
.UFA-header h2 {
    font-family: "Interstate-Compressed", sans-serif;
    color: #2c2c2c !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    font-size: 29px;
	margin: 0;
}
	
.UFA-header h1 {
    font-family: "interstate";
    color: #2c2c2c !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    font-size: 35px;
	margin: 0;
	line-height: 40px !important;
}
.mob-break {
    display: inline!important;
}	
.banner-photo {height: 190px; background: url("https://ufadigmtg.blob.core.windows.net/default/ufa.com/images/banner/50-50/Dec-flyer/14091-Nov30-Dec24-50_50-banner-DeWalt-v1.jpg")no-repeat #F0E3C5; background-size: cover; width: 100%; flex: none; }
.banner-txt { background-color: #F0E3C5; height: 329px; padding-left: 5px; width: 100%; flex: none; }
}




