/*
Theme Name: BizTech
All styles below are potential overrides for the central theme stylesheet located at https://updatesfrom.co/library/css/central-theme-style.css
*/

body {
	/* background-color: #ffffff; */
}

.container {
	max-width: 660px; /* Typically same as the width of the header image */
	/* border-radius: 6px; /* If rounded corners not desired for page, uncomment change to 0 */
	background-color: #c3dcef; /* Default in central theme stylesheet is #878787, often should be changed to white */
}

div#header {
	text-align: center;
	background: url('../images2/shadow_background.gif');
}
div#wrapper {
	color: #000000;
	background-color: #c3dcef;
	width: 644px;
	margin: 0 auto;
	/* [disabled]float: left; */
	text-align: center;
	/* [disabled]padding-bottom: 15px; */
}
div#wrapper2 {
	width: 644px;
	margin: 0 auto;
}

div#contentsection {
	color: #000;
	background-color: #edf5fa;
	width: 644px;
	padding: 0 15px;
	text-align: left;
	margin: 0 auto;
}

div.footer {
	max-width: 644px;
	background-color: #edf5fa;
	margin: auto;
}





/*If borders are required around the page, uncomment and adjust the following border colors/widths for the wrapper and footer divs */
.wrapper {
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
}
.footer {
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
	/* border-bottom: 3px solid #8b97a6; */
}

a {
	color: #1392c5;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #1392c5;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #1392c5;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #1392c5;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #1392c5;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 2em;	
	padding-top: 0.3em;
	margin-top: 0px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	font-size: 1em;	
	margin-top: 0;
	margin-bottom: 0;
}


/*If the text address should be below the client logo, uncomment and use the following */
.footer-address {
	/* padding-top: .5em */
	text-align: left;
	clear: both;
	margin: 0;
}

/* Form button colors, override Foundation's color; also applied to Contact Form 7 button */
input.button, input.wpcf7-form-control.wpcf7-submit {
	background: #008cba;
}
input.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: #007095;
}