/* Overall */
body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	background-color: #fbfbfb;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

p {
	text-align: justify;
    text-justify: inter-word;
	font-family: 'Lato', sans-serif;
}

/* Header & Navigation */
.navbar-header h1 {
	color: #009dcd;
	margin-top: 12px;
	font-family: 'Oswald', sans-serif;
	float: left;
	display: inline-block;
	font-size: 32px;
}
.header-phone {
	font-size: 28px;
	color: #666;
	font-family: 'Oswald', sans-serif;
	margin-left: 55px;
	padding-top: 15px;
	padding-left: 60px;
	float: left;
	display: inline-block;
	background-image: url("../img/emergency-plumbing-katy-tx.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-size: 52px;
}

.navbar-fixed-top .navbar-brand {
	padding: 15px 0;
}
.navbar-nav {
	float: right!important;
	height: 69px;
}
.navbar-nav>li {
	height: 69px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #333;
	font-size: 16px;
	border-top: 4px solid #fff;
	height: 69px;
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
	transition: ease-in-out 0.4s;
}
.navbar-inverse .navbar-nav>li>a:hover {
	border-top: 4px solid #009dcd!important;
	color: #009dcd;
	transition: ease-in-out 0.4s;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #fff;
	color: #009dcd;
	transition: ease-in-out 0.4s;
}
.navbar-inverse .navbar-nav>.active>a {
	border-top: 4px solid #009dcd!important;
	background-color: #fff;
	color: #009dcd;
}
.navbar-inverse {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.navbar-fixed-top .nav {
    padding: 0;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

/* Contact Forms */
input, button, select, textarea {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
}
.btn-submit {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	background-color: #009dcd;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
	border-top: 1px solid #999;
}
.btn-submit:hover {
	color: #fff;
	background-color: #0cb4e8;	
}
.form-horizontal .control-label {
	float: left;
	margin-right: 10px;
}
.input-full {
	width: 100%;	
}
.control-group-2 {
	width: 45%;
	float: left;
	display: inline-block;
	margin-right: 2.5%;
}
.input-half {
	width: 45%;
	float: left;
	display: inline-block;
	margin-right: 2.5%;
}

/* Content */

.well {
	background-color: #009dcd;
	height: 90px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
	border-top: 1px solid #999;
}
.well-heading {
	color: #fff;
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-right: 30px;
}
.well p {
	color: #eee;
}
.well .btn {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #333; 
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-color: #666;
	padding: 12px 15px;
	transition: ease-in-out 0.4s;
	float: right;
	margin-left: 15px;
}
.well .btn:hover {
	text-shadow: 0 0 15px #fff; 
	transition: ease-in-out 0.4s;
	box-shadow: 0 0 10px #777;
}
.content-img {
	float: right;
	margin: 0 0 15px 15px;
	border-radius: 5px;
	border: 1px solid #eee;
}
.coupon {
	margin-right: 15px;	
}

/* Sidebar */
.services-sidebar {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #fff;	
}
.services-sidebar h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #009dcd;
	margin-top: 10px;
}
.services-sidebar ul {
	padding-left: 10px;
}
.services-sidebar ul li {
	list-style: none;
}
.services-sidebar ul li {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	line-height: 32px;
	margin-left: 10px;
	transition: ease-in-out 0.4s;
}
.services-sidebar ul li a:hover {
	color: #009dcd;
	transition: ease-in-out 0.4s;	
}
.services-sidebar .phone {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #009dcd;
	margin: 10px 5px;
}

/* Footer */
.pre-footer {
	background-color: #009dcd;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
	border-top: 1px solid #999;
	margin-top: 30px;
}
.pre-footer-container {
	width: 1170px;
	margin: 0 auto;
	padding: 20px;
}
.pre-footer-container {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: center;
}
footer {
    padding: 30px 0;
	margin-top: 0;
	background-color: #2F373F;
	color: #a0a0a0;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	width: 100%;
}
footer .footer-container {
	background-image: url("../img/24-hour-emergency-plumbing-katy-tx.png");
	background-repeat: no-repeat;
	background-position: 120px;
	background-size: 110px;
	width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}
footer .footer-container p {
	text-align: center;
}
footer .footer-container a {
	color: #a0a0a0;
	text-decoration: none;
	transition: ease-in-out 0.4s;
}
footer .footer-container a:hover {
	color: #009dcd;
	transition: ease-in-out 0.4s;
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Overall */

/* Header & Navigation */

/* Contact Forms */

/* Content */

/* Sidebar */

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

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1223px) {
/* Overall */
h2 {
	font-size: 24px;	
}
h3 {
	font-size: 20px;	
}
/* Header & Navigation */
.navbar-header h1 {
	font-size: 28px;
	margin-top: 16px;
}
.header-phone {
	display: none;
}
/* Contact Forms */
.btn-submit {
	font-size: 12px;	
	padding: 5px 10px;
}
/* Content */
.well {
	height: 65px;
	padding: 8px;
}
.well-heading {
	font-size: 26px;
}
.well .btn {
	font-size: 14px;	
}
.contact-img {
	width: 280px;
}
.coupon {
	width: 300px;	
}

/* Sidebar */
.services-sidebar h3 {
	font-size: 20px;
}
.services-sidebar ul li {
	font-size: 13px;
}
.sidebar-img {
	width: 160px;
}
.services-sidebar .phone {
	font-size: 28px;	
}
/* Footer */
.pre-footer-container {
	width: 960px;
	font-size: 13px;
}
footer .footer-container {
	width: 960px;	
	background-position: 30px;
	background-size: 110px;
}
.mobile-footer {
	display: none;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
/* Overall */
body {
	padding-top: 60px;
}
h2 {
	font-size: 16px;	
}
h3 {
	font-size: 14px;	
}
/* Header & Navigation */
.navbar-header h1 {
	font-size: 24px;
	padding-left: 10px;	
}
.header-phone {
	display: none;
}
.navbar-inverse .navbar-toggle {
	border-color: #0085ad;
}
.navbar-toggle {
	background-color: #009dcd;
}
.navbar-nav {
	height: auto;	
	float: left!important;
	width: 100%;
}
.navbar-nav>li {
	height: auto;
	width: 100%;	
}
.navbar-nav>li>a {
	padding-bottom: 15px;	
}
.navbar-inverse .navbar-nav>li>a {
	padding-top: 10px;	
	height: auto;
}
.navbar-inverse .navbar-nav>li>a:hover {
	backgroud-color: #999;
	color: #333;
	border-top: none;
}
.navbar-inverse .navbar-nav>.active>a {
	border-top: none;
	background-color: #009dcd;
	color: #fff;
		
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #009dcd;
	color: #fff;
	border-top: none;	
}
/* Contact Forms */
.form-horizontal {
	margin-top: 15px;	
}
/* Content */
.well {
	display: none;
}
.content-img {
	width: 50%;	
}
/* Sidebar */
.services-sidebar h3 {
	text-align: center;	
}
.services-sidebar ul li {
	text-align: center;	
}
.sidebar-img {
	display: none;	
}
.services-sidebar .phone {
	display: none;
}
/* Footer */
.pre-footer-container {
	width: 100%;
	font-size: 12px;	
}
footer {
	padding: 30px 0 60px 0;
}
footer .footer-container {
	width: 100%;
	background-image: none;
}
footer .footer-container a{
	padding: 5px;
	line-height: 28px;
}
.mobile-footer {
	width: 100%;
	height: auto;
	position: fixed;
	margin: 0 auto;
	background-color: #2F373F;
	z-index: 100;
	bottom: 0;
	left: 0;
	text-align: center;
	border-top: 1px solid #555;
}
.mobile-footer .mobile-button {
	width: 45%;
	float: left;
	display: inline-block;
}
.mobile-footer .btn-large {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #333;
	border: #555;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	margin: 5px 5px;
	padding: 10px 15px
}
}