/*
Theme Name: Jeff Ray MS LMHC
Theme URI: https://jsmcorp.com/
Author: Jump Start Marketing, Inc.
Author URI: https://jsmcorp.com
Description: This theme was developed for Jeff Ray, MS, LMHC and provides custom functionality and design for their needs. 
Version: 0.1

*/


#returntop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF7F7F;
  color: white;
	cursor: pointer;}
  border-radius: 4px;
  border: solid 2px #fff;
}

#returntop:hover {
  background-color: #5f939a;
}



@media only screen and (max-width: 992px) { 
	#jsm-section-28 .col-4, #jsm-section-28 .col-8, .col.col-6, .col-md-6.p-4  {
    	width: 100% !important;
    	text-align: center !important;
	} 
}