.Page-Banner {
background-image: url(/SiteData/Images/Branding-matters/Local-Decoration-Banner.jpg);
  
background-position: 70%;
}  

.descriptive-text-container {
  margin: 100px 0 0 0;
}


.descriptive-text-container h2 {
  margin: 0 0 25px;
}

.row-1, .row-2 {
  position: relative;
  height: 250px;
  margin: 60px 0;
}

.column-1 {
  margin-right: 25px
  
}


.column-1, .column-2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 25px;
}
.gray-bg {
  background-color: #ebebeb;
}
.column-1 h3, .column-2 h3 {

  font-size: 27pt;
  text-transform: uppercase;
  line-height: 30pt;
  margin: auto;
  top: 46%;
  transform: translateY(-50%);
  position: relative;
}

.column-1 h3 {
  width: 181px;
}

.column-2 h3 {
  width: 260px;
}


/****** Stitch it, Sew it, Transfer it *******/

.Stitch-It, .Sew-It, .Transfer-It {
  max-width: 1000px;
}

.Decoration-Categories-Container {
  margin: 100px 0 150px;
}

.arrows {
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 575px;
}
.arrows.embroidery {
  width: 75%;
  max-width: 375px;
}

.Deco-Image {
  display: inline-block;
  width: 250px;
  height: 250px;
}




.Deco-Info {
  width: calc(100% - 305px);
  display: inline-block;
  margin: 0 0 0 50px;
  vertical-align: top;
}

.Deco-Info h2 {
  margin-bottom: 15px;
}


/*ACCORDIANS*/

.Deco-Info .accordion {
  background-color: #FFFFFF;
  color: #000;
  cursor: pointer;
  padding: 12px 0;
  width: 100%;
  border-color: #C2C2C2;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-align: left;
  outline: none;
  font-size: 11pt;
  transition: 0.4s;
  font-weight: bold;
  margin: 10px 0;

}

.Deco-Info .active, .accordion:hover {
  background-color: #FFFFFF;
}

.accordion::after {
  content: '+';
  color: #777;
  font-weight: none;
  float: right;
  margin-left: 5px;
  
}

.Deco-Info .active::after {
  content: '+';
  transform: rotate(45deg);
  transition-duration: 0.5s ;
  display:block;
  
}

.Deco-Info .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}



.Deco-info h4 {
  margin-top: 100px;
}



table tr:nth-child(1) {
  border-bottom: 1.5px #dadada solid;
}

table tr td {
  padding: 6px;
 
}

table tr td:nth-child(1) {
  border-right: 1.5px #dadada solid; 
}


.Deco-Accordian table {
  width: 100%;
  max-width: 600px;
  min-width: 200px;
  text-align: center;
  margin: 50px 0 80px;
}


.Deco-Accordian hr {

width: 250px;
  margin: 5px 0;
  border: 1px solid #dadada;
  
}

.Deco-Accordian ul {
  list-style-type: disc;
  line-height: 21pt;
margin: 20px 0 40px 14px;
  padding: 0;
}


/***** Stitch it *****/



.Stitch-It .Deco-Image {
background: radial-gradient(circle,rgba(71, 71, 71, 1) 0%, rgba(15, 15, 15, 1) 100%);
}



.Stitch-It .Deco-Image img {
  width: 123%;
  margin: 15px 50px 0 -35px;
  text-align: center;
}




/******** SEW IT ********/

.Sew-It {
  margin: 155px 0 120px;
}

.Sew-It .Deco-Image img {
  width: 130%;
  margin: -35px 50px 0 -44px;
  text-align: center;
}

.Sew-It .Deco-Image {
background: radial-gradient(circle,rgb(35, 71, 173) 0%, rgb(10, 23, 69) 100%);
}



/******** Transfer IT ********/



.Transfer-It .Deco-Image img {
  width: 100%;
  margin: -10px 50px 0 10px;
  text-align: center;
}

.Transfer-It .Deco-Image {
background: radial-gradient(circle,rgb(255, 190, 142) 0%, rgb(169, 96, 44) 100%);
}



/****** BLANKS ******/


.blank-products-container .blanks img {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  background-color: #f1f1f1;
}
.blank-products-container .blanks p, .blank-products-container .blanks a {
  margin: 16px auto;
}
.blanks {
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
  display: inline-block;
}

.blanks img{
width:70%;
}

.blank-products-container {
  margin: 50px 0;
}



/****** Decoration Examples *******/

.Examples-Container {
  margin-bottom: 50px;
}

.Examples a {
  font-size: 9pt;
}

.Examples {
  width: 32%;
  display: inline-block;
  padding: 20px;
  text-align: center;
}
.Examples img {
  width: 100%;

}
div.Examples p {
  font-weight: normal;
  margin-top: 10px;
  font-size: 9pt;
}
.Examples-Container p {
  font-weight: bold;
  margin: 70px 0 20px;
}

@media only screen and (min-width: 600px) {
  

  div.blanks{
  width:32%;
  }


  
  .blanks img {
  width: 100%;
}
  


  
}



@media only screen and (max-width: 1050px) {
  
  .Deco-Image {
  display:block;
    margin:0 auto;
  }
  
  .Deco-Info{
    margin: 50px 0;
    width: 100%;
  }
  
 .Deco-Info .panel {
    padding: 0;
  }
  
  .Decoration-Categories-Container {
  margin: 0 0 150px 0;
}

  
  
}




@media only screen and (min-width: 1051px) and (max-width: 1200px) {


  .Deco-Image{
    width: 150px;
    height: 150px;
    
  }
  
 .Deco-Info .panel {
    padding: 0;
  }
  
  .Decoration-Categories-Container {
  margin: 0 0 150px 0;
}
  
 


}
  
  
  