.header{
 position: sticky!important;
  top: 0;
  z-index: 1000;
}

@media (max-width: 1280px){
    .column-wrapper .ba-grid-column-wrapper {
        flex-grow: 1;
    }
}

@media (max-width: 1130px){  
  	li {
  			font-size: 18px;
  	}
}

@media (max-width: 600px){  
  	li {
  			font-size: 16px;
  	}
}

.intro-post-image, .ba-map-wrapper, .intro-post-image-wrapper .ba-overlay  {
		border-radius: 7.5px;
}

	
}

/*HERO SILVANA SECTION*/

/*IMAGE ROW*/
.imgcol {
	justify-content: space-between !important
}
.imgcol img {
	height: 250px !important
}
/*tablet portrait*/
@media (max-width: 1130px){
  .imgcol img {
	height: 240px !important
  }}
/*phone landscape*/
@media (max-width: 1000px){
.imgcol img {
	height: 200px !important
  }
}
/*phone portrait*/
@media (max-width: 650px){
.imgcol img {
	height: 130px !important
  }
}

/*services columns*/
.columnserv{
	column-count: 4 !important
}

/*phone landscape*/
@media (max-width: 1000px){
  .columnserv{
	column-count: 2!important
}
}
/*weight loss page*/
.img-sq{
  height:;
min-height:200px;}
