/*
Theme Name: sbecc_home
Theme URI: https://testwp.sbecc.org/wp-content/themes/sbecc_home/
Author: SBECC WordPress Development Team
Author URI: https://testwp.sbecc.org
Description: Default theme for the WordPress website for South Bay Evangelical Christian Church
Version: 1.0
Requires at least: 5.7
Tested up to: 5.7
Requires PHP: 7.3.27
License: South Bay Evangelical Christian Church
License URI: https://testwp.sbecc.org
Text Domain: sbecc_home
*/

body {
	font-family: Open Sans, Roboto, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #333;
    width:100%;
}

h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
/*	padding-right: 15px; */
/*	padding-left: 15px; */ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-family: Open Sans, Roboto, Arial, sans-serif;
	font-weight: 600;
	font-size:65;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
/*	padding-right: 15px; */
/*	padding-left: 15px; */ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h2 {
	font-family: Open Sans, Roboto, Arial, sans-serif;
	font-weight: 500;
	font-size:44;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
/*	padding-right: 15px; */
/*	padding-left: 15px; */ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
/*
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
*/

a:link,
a:visited {
}

.img {
    max-width: 100%;
}

p {
	line-height: 1.65em;
}

/* General Layout */
.container {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Header */
.site-header {
    display:none;
}

/* Footer */
.site-footer {
    display:none;
}