/*-----Entire Page-------- */
* {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: "Lobster";
}
h1 {
	font-family: "Lobster";
}
.follow,
p,
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*------ Navigation --------*/
#nav-bar {
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar-brand img {
	height: 60px;
	padding-left: 30px;
}

.navbar-nav li {
	padding: 0 10px;
}
.navbar-nav li a {
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover {
	color: #007bff !important;
}
.navbar.bg-light {
	background-color: #e1d45d !important;
}
.navbar-toggler {
	color: #555 !important;
	font-weight: 600;
	font-size: 16px;
}
.navbar-light .nav-link {
	color: #2b2600 !important;
}
.nav-item {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* -------Slider----------- */
#slider {
	width: 100%;
}
.carousel-caption {
	transform: translateY(-50%);
	/* bottom: initial!important; */
	/* top: 50%; */
}
.carousel-caption h5 {
	color: #fff;
	font-size: 42px;
}
.img-fluid {
	width: 50%;
	image-rendering: crisp-edges;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	background-color: ghostwhite;
}
/* -------About--------- */
#about {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #2b2600;
	background-color: lightgrey;
}
.about-content {
	padding-top: 20px;
}

.bio-pic {
	float: left;
	margin-right: 2px;
	margin-left: 30px;
	
}
/* -------Services------- */
#services {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/background.png);
	background-size: cover;
	background-position: center;
	color: #efefef;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#services h1 {
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
}
#services h1::after {
	content: "";
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

.icon {
	font-size: 40px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	border: 1px solid #fff;
	border-radius: 50%;
}

#services p {
	font-size: 14px;
	margin-top: 20px;
	color: #ccc;
}

.services .col-md-4:hover {
	background: #007bff;
	cursor: pointer;
	transition: 0.7s;
}
.note {
	text-align: center;
}
/* -------Contact------- */
#contact {
	background: lightgrey;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #2b2600;
}
#contact h1 {
	text-align: center;
}
.contact-form {
	padding: 15px;
}

.form-control {
	border-radius: 0 !important;
	border: none !important;
}

::placeholder {
	color: #999 !important;
}

.follow {
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.contact-info .fa {
	margin: 10px;
	color: #007bff;
	font-weight: bold;
}

/*-----------Extra----------*/

#extra img {
	height: 250px;
	width: 100%;
}

/* ----------Footer--------- */
#footer {
	background: #e1d45d;
	color: #fff;
	padding: 12px;
}
#footer p {
	text-align: center;
	color: #2b2600;
	font-family: "Lobster";
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
	#primary {
		width: 67%;
	}
	#secondary {
		width: 30%;
		margin-left: 3%;
	}
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
	#primary {
		width: 100%;
	}
	#secondary {
		width: 100%;
		margin: 0;
		border: none;
	}
}

@media (min-device-width: 600px) {
	img[data-src-600px] {
		content: attr(data-src-600px, url);
	}
}
@media (min-device-width: 800px) {
	img[data-src-800px] {
		content: attr(data-src-800px, url);
	}
}
