/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #fafbfc;
}
.page-id-2 .page-header {
	display: none;
}
.header-image {
	text-align: center;
	margin-top: -50px;
    padding-bottom: 20px;
}
.section-padding {
	padding-top: 70px;
}
.wpcf7-form-control {
	width: 400px;
}
.logo img {
	margin-bottom: -100px;
}
.header {
	margin-top: -100px;
}
.home-text {
	font-size: 18px;
	padding-top: 23px;
}
.align-text-left {
	text-align: left;
}
.section-header-spacer {
    float: left;
    width: 200px;
	border-top: 3px solid #6cbeaf;
}
.second-section {
	padding-top: 80px;
}
.wpcf7-submit.btn {
	max-width: 75px;
	background-color: #74bbaf;
    border-color: #6ebcaf;
}
.custom-footer-nav {
    background: #fff;
    padding-bottom: 60px;
	padding-top: 50px;
}
.custom-footer-nav ul {
	list-style: none;
	font-size: 14px;
}
.top-image {
	padding-bottom: 30px;
}
.custom-footer-nav a {
	color: #333;
	line-height: 2;
}
.custom-footer-nav a:hover {
	text-decoration: none;
	color: #6ebdaf;
}
hr {
	margin-top: 0px;
}
.attribution {
	margin-left: 37px;
}
@media only screen and (min-width: 980px) {
	.text-padding {
		padding-top: 90px;
	}
	}
@media only screen and (max-width: 401px) {
	.wpcf7-form-control {
		width: 300px;
	}
	}
@media only screen and (max-width: 768px){
	.attribution {
		padding-bottom: 20px;
	}
	}

