/*------------------------------------------------------------------

 Theme Name:   Sue Ballard Theme
 Theme URI:    https://www.sue-ballard.com
 Description:  
 Author:       ThunkGeek LLC
 Author URI:   https://www.thunkgeek.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ----------------*/

.footer-menu-2 {
  display: flex;
  justify-content: center;
  gap: 3rem; 
  font-weight: 600;
}

.footer-menu-2 span {
  white-space: nowrap;
}


.et_pb_menu_0.et_pb_menu ul li a {
    padding-right: 2rem;
	font-weight: 520 !important;
}

@media only screen and (max-width: 980px) { 
/* deals with background image position */
.tx_hero_section .tx_header {
  background-position: left 15% top 10% !important;
}

/* makes the container's width 100% so we can customize spaces */
.tx_hero_section .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 100%;
}

/* deals with the header content container */
.tx_hero_section .header-content  {
	width: 90% !important;
}

/* deals with the title text */
.tx_hero_section .header-content .et_pb_module_header {
  margin-top: 10rem;
  font-size: 2.2rem !important;
}

/* deals with the body text */
.tx_hero_section .et_pb_header_content_wrapper {
  margin-top: -1rem !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}
	
}
