/* Move down content because we have a fixed navbar that is 50px tall */
/* Start HTML Styles */

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.test {
	border: 10px solid red;
}

.mid {
	padding-left: 10px;
	margin-left: 60px;
}

ul.nav {
	font-family: 'Lato', sans-serif;
}

/*Start IDs Styles */

#about {
	background-color: #f5f5f5;
}

#locations {
	background-color: #f5f5f5;
}

#areas {
	background-color: "white";
	}

#contact {
	background-color: #708090;
	padding-top: 60px;
}

#consultation {
	background-color: #708090;
	padding-top: 60px;
}

#frame {
	text-align: left;
}

.jumbotron {
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: white;
	background-image: url('../images/123984816.jpg');
	/*background: linear-gradient(white, yellow);*/ /*This is a very nice effect*/
}

.jumbotron h1 {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 50px;

}

.jumbotron p {
	margin-bottom: 30px;

}


.homepage {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.homepage h2 {
	font-size: 30px;
}

.homepage h3, .homepage h2 {
	text-transform: uppercase;
	color: #e74c3c;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}

.homepage h4 {
	text-transform: uppercase;
	color: #e74c3c;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.homepage p {
	font-size: 18px;
	font-weight: 300;
}

.homepage a {
	color: #e74c3c;
}

.homepage a:hover {
	text-decoration: none;
}

.homepage hr {
	border-top: 1px solid #e74c3d;
	width: 160px;
	margin-top: 15px
}

a.navbar-brand {
	font-size: 16px;
}

footer {
	font-size: 18px;
	background-color: #CD5C5C;
	padding-top: 90px;
	padding-bottom: 30px;
	color: white;
}

.mailto {
	color: white;
	}

.mailto a:hover {
	text-decoration: none;
	opacity: .8;
	}

.mailto a:link {
	color: white;
	}


@media screen and (max-width: 991px) {
	.jumbotron h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.jumbotron h1 {
		font-size: 35px;
		padding-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#about .container.homepage .row .col-md-3 {
		padding-bottom: 50px;
	}
}


@media screen and (max-width: 767px) {
	#about .container.homepage h2 {
		padding-top: 30px;
	}
}


@media screen and (max-width: 991px) {
	#about .container.homepage .row .col-md-3 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	#who .container.homepage h2 {
		padding-top: 10px;
	}
}





