/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*
.slider-caption {
	text-shadow: 1px 1px 10px #000;
}

.rounded-pill {
  background-color: #0000FF;
}

.products-services {
  margin-top: -100px;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 20.99999%;
}

.skrollable {
	height: 400px;
}
*/

@media only screen and (max-width: 700px){
  .responsive {
    width: 39.99999%;
    margin: 6px 0;
  }

  .page-title {
    padding: 500px 0;

  }

  .h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 90%;
  }
}
