body {
	font-family: 'Montserrat', sans-serif;
	font-kerning: normal;
	font-size: 1.25rem;
	color: #333;
}

a, a:visited, a:active, a:focus {
	color: #555;
	background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:focus {
	color: #555;
}

a:hover {
  color: #000;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 1.8;
}

p a {
	border-bottom: 1px dotted #555;
}

p a:hover {
	border-bottom: 1px solid #000;
}

blockquote {
	background-color: #f5f5f5;
	border-left: 3px solid #555;
	padding: 30px;
}

.gutter {
	display: none;
}

.highlight {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Forms
—————————————————————————————————————————————————————————————————————— */

form button {
  color: #777;
	font-size: 0.9rem;
	background: #fff;
  padding: 10px 15px;
	width: 100%;
  border: solid #ccc 2px;
	transition: all 0.3s ease-in-out;
  text-decoration: none;
}

form button:hover {
	color: #000;
	border: solid #000 2px;
  text-decoration: none;
}

input, textarea {
	font-size: 0.9rem;
	letter-spacing: 0.5px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
	margin: 5px 0;
  transition: all 0.3s ease-in-out;
  width: 100%;

}

input:focus, textarea:focus {
  border-color: #777;
  outline: none;
}

/* Header
—————————————————————————————————————————————————————————————————————— */

header {
  padding: 80px 0;
}

.intro {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	font-size: 2rem;
	line-height: 1.2;
  color: white;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.header-link {
  display: inline-block;
  background-color: white;
	border-radius: 25px;
  margin-top: 15px;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.header-link:hover {
  background-color: #eee;
}

@media (min-width: 768px) {
	.intro {
		font-size: 2.5rem;
	}
}

/* Title & Navigation
—————————————————————————————————————————————————————————————————————— */

.title {
	color: #000;
	font-size: 1.8rem;
	letter-spacing: 1px;
}

.nav-item {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.nav-item .fa-shopping-cart {
	color: #157e15;
	font-size: 1.5rem;
	padding-top: 2px;
}

.snipcart-summary {
	font-size: 0.9rem;
}

.navigation {
  background-color: #fff;
}

.navbar-toggler {
	border: 0;
}

.navbar-toggler-right {
	right: 0rem;
}

.navbar-logo {
	max-height: 60px;
	width: auto;
}

/* Snipcart
—————————————————————————————————————————————————————————————————————— */

#snipcart-header {
  background: #157e15;
}

#snipcart-main-container a {
  color: #157e15;
}

#snipcart-footer {
  display: none;
}

#snipcart-main-container a.snipcart-next,
#snipcart-main-container a.snipcart-finalize,
#snipcart-main-container a.snipcart-mainaction {
  background: #157e15;
	color: white;
  border: none;
  text-shadow: none;
}

/* Home Page
—————————————————————————————————————————————————————————————————————— */

.image-box {
	position: relative;
}

.image-box:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.post-image {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.95;
  filter: alpha(opacity=95);
}

.post-image img:hover {
	opacity: 1;
  filter: alpha(opacity=100);
}

.post-details {
	font-size: 1.3rem;
}

.price {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.7rem;
	font-weight: 300;
	letter-spacing: 2px;
  margin-top: 5px;
}

/* Pagination
—————————————————————————————————————————————————————————————————————— */

.pagination {
  font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 2px;
  
}

.pagination a {
	color: #aaa;
}

.pagination a:hover {
	color: #333;
}

.previous {
  position: absolute;
  left: 30px;
}

.next {
  position: absolute;
  right: 30px;
}

/* Post Page
—————————————————————————————————————————————————————————————————————— */

.cover-image {
	width: 100%;
	object-fit: cover;
}

.post-page h1 {
	font-size: 2rem;
	margin-bottom: 0;
	text-align: center;
}

.post-page .price {
	font-size: 0.9rem;
}

.post-page {
	margin-bottom: 20px;
}

.page-content img {
	width: 100%;
	object-fit: cover;
}

.buy-button button {
	color: #fff;
	border-radius: 25px;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #157e15;
	letter-spacing: 2px;
  padding: 10px 20px;
	opacity: 0.8;
  border: solid #157e15 2px;
	transition: all 0.3s ease-in-out;
  text-decoration: none;
	cursor: pointer;
}

.buy-button button:hover {
	opacity: 1;
}
.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    filter: invert(20%);
}

.carousel img {
        height: 500px;
        object-fit: contain;
}

.square {
  width:?%;
  padding-top:?%;
}
/* Footer
—————————————————————————————————————————————————————————————————————— */

footer {
	border-top: 1px solid #eee;
}
