/* Vine Maple Design Style Sheet */

body {
	color: #485256;
	margin-bottom: 1.5rem;
}
h1, h2, h3 {
    font-weight: 300;
	margin-top: .5rem;
}
h4, h5, {
    font-weight: 400;
	margin-top: .4rem;
}

h1 {
	font-size: 2.2rem;
	margin-top: 1rem;
	margin-bottom: .7rem;
	text-align: center;
}
h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.4rem;
}

a {
	text-decoration: none;
	color: #758085;
}
a:hover {
	text-decoration: underline;
	color: #556599;
}

.large-font {
	font-size: 112%;
}

main {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 16px;
}


.project-location {
	font-size: 1.3rem;
	font-style: italic;
}

/* Bootstrap Navbar */
.navbar {
	padding-top: 0;
	padding-right: 0;
	background-color: rgba(139, 198, 87 , 0.92) !important;
}

a.navbar-brand:hover {
	opacity: 0.8;
}

.navbar-brand img {
	width: 120px;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 1.15rem;
    color: #fff;
}

.navbar-dark .navbar-toggler {
	border: none;
	outline: none;
}


/* footer */
.footer {
	color: #788388;
}
.footer a {
	color: #859095;
}

/* ***** Bootstrap 4 Carousel Slide Shows ***** */
.carousel-item img, img.carousel-item {
	width: 100%;
}
.carousel-control-next, .carousel-control-prev, 
.carousel-control-next:focus, .carousel-control-prev:focus{
	opacity: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	height: 30px;
	width: 30px;
}

.carousel:hover .carousel-control-next, 
.carousel:hover .carousel-control-prev {
	opacity: .8;
}

/* Carousel Caption */
.caption-image {
	filter: blur(2px) brightness(40%) contrast(80%);
}

.carousel-caption p { 
	font-size: 1.16em;
}

/* about us page */
img.about {
	width: 153px;
	margin: 0 15px 8px 0;
}

/* Portfolio Page */
.portfolio-entry img {
	width: 100%;
}

/* ***** Masonry for Portfolio Page https://masonry.desandro.com ***** */
.grid-item {
  height: 200px;
  background: #fff;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.15em;
  padding: 0!important;
}

/* Grid Item Heights */
.gi-h2 { height: 400px; }
.gi-h3 { height: 600px; }
.gi-h4 { height: 800px; }

.grid-item a {
	color: inherit;
	text-decoration: none;
}
.grid-item a:hover {
	opacity: 0.8;
}
.grid-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* Masonry Captions */
.grid-item div { 
	background-color: rgba(0, 0, 0, .50); 
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	line-height: 1.25;
	padding: 8px;
}
.grid-item div em { 
	font-size: 0.82em;
}

/* ***** wide screen styles ***** */
@media (min-width: 768px) {
	main {
		margin-left: 18%;
		margin-right: 18%;
	}
	.navbar {
		padding-left: 5%;
		padding-right: 5%;
	}
	.navbar .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}



