/*
Theme Name: Real Estate Landing Judah
Theme URI: http://www.betruewebdesign.com
Description: Betrue Web Design
Version: 1.0
License: GNU General Public License
License URI: GPL.txt
Author: Neil Betrue 
Tags:  blue, custom-colors, responsive-layout, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options
Author URI: http://www.betruewebdesign.com
*/


body {
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
	background: #fff;
	margin: 0px;
}
a {
	text-decoration: none !important;
	color: #1D8BFB;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
.header {
	background: #eee;
	width: 100%;
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px;
}
.container {
	width: 100%;
	max-width: 1100px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.left {
	float: left;
	display: block;
	position: relative;
	width: 48%;
}
.right {
	float: right;
	display: block;
	position: relative;
	width: 48%;
}
h1 {
	text-align:center;
	text-transform:uppercase;
	font-size: 42px;
	font-weight: bold;
}
.container h1 {
	text-align:center;
	text-transform:uppercase;
	font-size: 32px;
	font-weight: bold;
}
a.button {
	width: 27%;
	display: block;
	background: #FD7D34;
	color:#fff;
	text-align:center;
	padding: 8px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 auto;
	border-radius: 5px;
}
a.button:hover {
	background: #333;
	color:#fff;
}	
.container p.orange{
	color: #fff;
	background: #FD7D34;
	margin-top: -5px;
	margin-bottom: 30px;
	text-align:center;
	padding: 5px;
	width: 93%;
	text-transform:uppercase;
}
.container p.blue{
	color: #fff;
	background: #1D8BFB;
	margin-top: -5px;
	margin-bottom: 30px;
	text-align:center;
	padding: 5px;
	width: 93%;
	text-transform:uppercase;
}
.container p.red{
	color: #fff;
	background: #780005;
	margin-top: -5px;
	margin-bottom: 30px;
	text-align:center;
	padding: 5px;
	width: 93%;
	text-transform:uppercase;
}
.container p.green{
	color: #fff;
	background: #66bc56;
	margin-top: -5px;
	margin-bottom: 30px;
	text-align:center;
	padding: 5px;
	width: 93%;
	text-transform:uppercase;
}
.container p.orange:hover {
	background: #333;
}
.container p.blue:hover {
	background: #333;
}
.container p.red:hover {
	background: #333;
}
.container p.green:hover {
	background: #333;
}
h1 span {
	color: #4c95f7;	
}
.footer {
	background: #333;
	margin: 0px;
	display: block;
	position: relative;
	color: #fff;
	width:100%;
	margin-top: 15px;
}
.footer p {
	color: #fff;
	text-align:center;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 0px;
}
.footer p a {
	color: #fff;
	text-align:center;
	font-size: 14px;
}
.alignleft {
	margin-bottom: 0px;
}


/* =Media Print
-------------------------------------------------------------- */
@media print {
h1 {
	page-break-before: always;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
}
@media screen and (max-width: 1000px) {
#logo {
	width: 50%;
	float: left;
}	
	
}
 @media (min-width: 320px) and (max-width: 600px) {
	 
.container {
	width: 100%;
	max-width: 1100px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.left {
	float: left;
	display: block;
	position: relative;
	width: 98%;
	margin-left: 5px;
}
.right {
	float: left;
	display: block;
	position: relative;
	width: 98%;
	margin-left: 5px;
}
a.button {
	width: 90%;
	display: block;
	background: #FD7D34;
	color:#fff;
	text-align:center;
	padding: 8px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 auto;
	border-radius: 5px;
}
.container p.orange{
	width: 98%;
}
.container p.blue{
	width: 98%;
}
.container p.red{
	width: 98%;
}
.container p.green{
	width: 98%;
} 
}