/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  position: relative;
  height: 100%;
}

#navbar-left {
	font-family: 'Josefin Slab', serif;
	font-weight: bold;
}


 ul.nav, .jumbotron h1 {
	font-family: 'Josefin Slab', serif;
	font-weight: bold;
}

ul.nav {
	font-size: 13px;
}

footer {
	background-color: #004d00;
	padding-top: 150px;
	padding-bottom: 30px;
	position: relative;
}

footer p {
	padding-left: 60px;
	color: #000;
	font-size: 20px;
	pa
}


#footer-image {
	max-height: 100%
}

#about {
	background-color: #f5f5f5
}

#back-to-top {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
    padding-right: 24px;
    opacity: .6;
    padding-bottom: 28px;
}

#back-to-top a {
	color: #333;
}

#back-to-top a:hover {
	opacity: 1;
}


.jumbotron {
	text-align: center;
	background-image: url(../images/first_background_crop4.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	color: white;
	padding-bottom: 170px;
	background-size: cover;
}	

.jumbotron h1{
	margin-top: 0px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.jumbotron p {
	margin-bottom: 30px;
	font-weight: 100;
	padding-bottom: 10px;
	font-size: 24px;
}

.jumbotron img {
	max-width: 100%
	height: auto;
}

.btn-lg {
	font-size: 24px;
}

.homepage {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

.homepage h2, .homepage h3 {
	color: #53ac53;
	font-family: 'Josefin Slab', serif;
	text-transform: uppercase;
	font-weight: bold;
}

.homepage h2 {
	font-size: 30px
}

.homepage h3 {
	font-size: 26px;	
}

.homepage p {
	font-weight: 300;
	font-size: 21px;
}

.homepage a {
	color: #53ac53;
}

.homepage a:hover {
	text-decoration: none;
	color: 	#004d00;
	opacity: .8;
}

.homepage hr {
	border-top: 1px solid#53ac53;
	width: 160px;
	margin-top: 15px;
}


#vaccum-filing {
	padding-top: 25px;
}

/* Services Page Styling */

#services_page {
	background-color: #f2f2f2
}

.service-top-title {
	font-family: 'Josefin Slab', serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #53ac53;
	font-weight: bold;
	padding-top: 15px;
}

.service-post {
	border-bottom: 1px solid #53ac53;
	font-family: 'Josefin Slab', serif;
	padding-top: 40px;
}

.service-title {
	text-transform: uppercase;
	color: #53ac53;
	font-weight: bold;
	font-family: 'Josefin Slab', serif;
}

#Backflow img {
	float: right;
	margin-left: 10px;
	border-radius: 10px;
}

#Backflow p {
	font-size: 20px;
}

#Pressure p {
	font-size: 20px;
}

#Diafram p {
	font-size: 20px;
}

#Pressure img {
	float: right;
	margin-left: 20px;
	border-radius: 10px;
	padding-bottom: 15px;
}

#Diafram img {
	float: right;
	margin-left: 10px;
	border-radius: 10px;
}
/* About Us Styling */

#about-us-page {
	background-color: #f2f2f2
}

#about-us-page h1 {
		font-family: 'Josefin Slab', serif;
}

#about-us-footer {
	position: fixed;
	bottom: 0;
	width: 100%;	
}

.about-template img {
	float: left;
	border-radius: 25px;
	margin-right: 15px;
}

/* Responsive Styling */

@media (max-width: 1199px) {

		.jumbotron h1 {
			font-size: 56px;
			margin-bottom: 30px;
		}
}

@media (max-width: 991px) {

		.jumbotron h1 {
			font-size: 44px;
		}

		.jumbotron p {
			padding: 0 10;
		}

		#about .col-md-4 {
			padding-top: 20px;
			padding-bottom: 20px;
		}		

}

@media (max-width: 767px) {

		.jumbotron h1 {
			font-size: 24px;
            position: relative;
            top: 40px;
		}

		.jumbotron p {
			padding: 0;
			font-size: 16px;
            position: relative;
            top: 40px;
		}

		.btn-lg {
			font-size: 18px;
		}

		.homepage p {
			font-size: 18px;
		}

		footer img {
			width: 100%;
		}	

		.navbar navbar-inverse navbar-fixed-top {
			height: 10px
		}	
        


}


@media (max-width: 485px) {

	#Pressure img {
		padding-bottom: 15px;
	}
}


.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

