/*
Theme Name: WebSauce
Description: Child theme for the WebSauce Software site
Author: Your name here
Template: Avada
*/

/* Gets rid of pulldown sidebar '+' gizmo in upper right corner */
sb-toggle-wrapper{
  visibility: none;
}

/* Used on home page to hilight key phrases */
.wssw-red-text{
	color: #ff0000;
}

/* Centered H1 @ 30px */
h1.centered-30px {
	text-align: center; 
	font-size: 30px;
}

.centered-17px{
	text-align: center; 
	font-size: 17px;
	line-height: 25px;
}

