html, body {
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth !important;
	background-image: linear-gradient(#EBF2CB, #EBF2CB, #294758);
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body {
	padding-top: 0;
	font-size: .8rem;
	background-image: linear-gradient(#EBF2CB, #EBF2CB, #294758);
	overflow-x: hidden !important;
}

@media (max-width: 991px) {
	body {
		padding-top: 0 !important;
		font-size: 1rem !important;
	}
	
	.mobile-hide {
		display: none !important;
	}
}

a {
	text-decoration: none !important;
	letter-spacing: -.02rem;
	font-weight: 300;
}

button:focus {
	outline: none !important;
}

:focus {
	outline-color: transparent;
	outline-style: none;
	outline-width: 0;
}

.btn:focus, .btn.focus {
	outline: 0 !important;
	box-shadow: none !important;
}

input {
	outline: none !important;
	background-color: white;
	padding: .5rem;
	border: 0px solid transparent;
}

input:focus {
	outline: none !important;
	background-color: white;
	border: 1px solid grey;
}

textarea {
	outline: none !important;
	background-color: white;
	border: 0px solid transparent;
	padding: .5rem;
	width: 100%;
}

textarea:focus {
	outline: none !important;
	background-color: white;
	border: 1px solid grey;
}

input:active {
	font-weight: bold !important;
}

textarea {
	vertical-align: top !important;
}

.rounded {
	border-radius: .5rem !important;
}

ul {
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-margin-start: 0 !important;
	-webkit-margin-end: 0 !important;
	-webkit-padding-start: 0 !important;
}

.hidden {
	transform: translateY(-100%)
}

.text-black {
	color: black !important;
}

.card-content-padding {
	padding: 1rem 3rem 1rem 0;
}

@media (max-width: 992px) {
	
	.card-content-padding {
		padding: 2rem;
	}
	
	.navbar {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.nav-tabs {
	border: none;
}

.nav-tabs .nav-link {
	border: 1px solid black;
	border-radius: 0;
	cursor: default;
	opacity: 0.5;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: 1px solid black;
	font-weight: bold;
	opacity: 1;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border: 1px solid black !important;
	font-weight: bold;
	opacity: 1;
}

.clear-search {
	position: absolute;
	right: 2.5rem;
	top: 1.8rem;
	opacity: 0.75;
}

.search-close {
	border: none !important;
	outline: none !important;
	background-color: transparent;
	font-size: 1.35rem;
	padding: .10rem 0 0 0;
	float: right;
	opacity: 0.75;
}

.main-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* IMPORTANT: ALWAYS CHECK SETTINGS BELOW */

main {
	min-height: 75vh !important;
}

@media (max-width: 992px) {
	main {
		min-height: 75vh !important;
	}
}

.main-page {
	height: 100vh !important;
}

.slider-page {
	height: 75vh !important;
}

.page {
	width: 100vw;
	overflow-x: hidden !important;
}

footer {
	overflow-x: hidden !important;
}

.w-33 {
	width: 33% !important;
}

/* IMPORTANT: ALWAYS CHECK SETTINGS ABOVE */

/* roastery */
.roastery-light-brown {
	color: #EBF2CB !important;
}

.roastery-dark-blue {
	color: #294758 !important;
}

.bg-roastery-dark-blue {
	background-color: #294758 !important;
}

.product-paragraph-description {
	max-width: 500px;
	margin: auto;
	text-align: left;
}

#product-content {
	background: #f6f6f6;
}

#intro-paragraph {
	background: rgba(27, 47, 90, 0.1);
	border-top: 1rem solid #EBF2CB;
}

.intro-paragraph {
	line-height: 3.3rem;
	text-align: center;
	max-width: 33rem;
	letter-spacing: -0.11rem;
}

.border-bottom-dark-grey {
	border-bottom: 1rem solid #a0a2a5;
}

.border-bottom-medium-grey {
	border-bottom: 1rem solid #c9cbcc;
}

.border-bottom-light-grey {
	border-bottom: 1rem solid #e8e8e9;
}

.navbar {
	font-size: 1.5rem !important;
	transition: ease-in-out .5s !important;
}

.navbar.scrolled {
	background-color: #b51920 !important;
}

.table th, .table td {
	padding: 0 !important;
	border: 0px solid transparent !important;
}

.zoom-effect-lighten img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	width: 100%;
	height: 100%;
	opacity: 0.66;
}

.zoom-effect-lighten:hover img {
	opacity: 0.77;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: 100%;
}

.zoom-effect-lighten:hover > .fade-to-back {
	opacity: 1;
}

.scroll-to-button {
	padding: .25rem;
	right: 0;
	left: 0;
	bottom: 1rem;
	position: absolute;
	color: white;
	text-align: center;
	z-index: 1;
}

.mouse {
	
}

.mouse-border {
	position: absolute;
}

.mouse-scroll {
	position: relative;
}

.p-55 {
	padding: 4rem !important;
}

.animate {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bouncy {
	0%, 100% {
		-webkit-transform: translateY(.1rem);
	}
	50% {
		-webkit-transform: translateY(.6rem);
	}
}

@keyframes bouncy {
	0%, 100% {
		transform: translateY(.1rem);
	}
	50% {
		transform: translateY(.6rem);
	}
}

.bouncy {
	-webkit-animation-name: bouncy;
	animation-name: bouncy;
}

/*
.icon-1 {
	position: fixed;
	top: 25vh;
	left: -20rem;
	z-index: 1;
	width: 50rem;
	opacity: 0.1;
}

.icon-4 {
	position: fixed;
	top: 40vh;
	right: 0;
	z-index: 1;
	width: 50rem;
	opacity: 0.1;
}

.icon-8 {
	position: fixed;
	top: 80vh;
	right: 0;
	z-index: 1;
	width: 50rem;
	opacity: 0.1;
}
*/
/*
.icon-1 {
	position: fixed;
	top: 100vh;
	left: 0;
	z-index: 1;
}

.icon-2 {
	position: fixed;
	top: 20vh;
	right: 6rem;
	z-index: 1;
}

.icon-3 {
	position: fixed;
	top: 45vh;
	left: 2.5rem;
	z-index: 1;
}

.icon-4 {
	position: fixed;
	top: 23vh;
	right: 0;
	z-index: 1;
}

.icon-5 {
	position: fixed;
	top: 60vh;
	left: 0;
	z-index: 1;
}

.icon-6 {
	position: fixed;
	top: 37vh;
	right: 0;
	z-index: 1;
}

.icon-7 {
	position: fixed;
	top: 100vh;
	left: 0;
	z-index: 1;
}

.icon-8 {
	position: fixed;
	top: 80vh;
	right: 0;
	z-index: 1;
}

.icon-9 {
	position: fixed;
	top: 140vh;
	left: 0;
	z-index: 1;
}

.icon-10 {
	position: fixed;
	top: 125vh;
	right: 0;
	z-index: 1;
}

.icon-11 {
	position: fixed;
	top: 157vh;
	right: 0;
	z-index: 1;
}

.paroller {
}

@media (min-height: 900px){
}

@media (min-height: 1080px){
}

@media (max-width: 768px){
.paroller {
	display: none !important;
}
}
*/
/* roastery END */

.rounded > img {
	border-radius: 50% !important;
}

.bg-white {
	background-color: #ffffff;
}

.section-content {
	padding-top: 3.3rem;
	padding-bottom: 3.3rem;
}

.centered-paragraph-title p {
	text-align: center;
	margin: auto !important;
}

.px-5-3 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

@media (max-width: 992px) {
	
	.px-5-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	
}

img {
	max-width: 100%;
	height: auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	-webkit-animation: color-change 120s infinite;
	-moz-animation: color-change 120s infinite;
	-o-animation: color-change 120s infinite;
	-ms-animation: color-change 120s infinite;
	animation: color-change 120s infinite;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	-webkit-animation: color-change 120s infinite;
	-moz-animation: color-change 120s infinite;
	-o-animation: color-change 120s infinite;
	-ms-animation: color-change 120s infinite;
	animation: color-change 120s infinite;
}

::-ms-input-placeholder { /* Microsoft Edge */
	-webkit-animation: color-change 120s infinite;
	-moz-animation: color-change 120s infinite;
	-o-animation: color-change 120s infinite;
	-ms-animation: color-change 120s infinite;
	animation: color-change 120s infinite;
}

.footer {
	position: relative;
	bottom: 0 !important;
	width: 100%;
}

/*
.footer-bg {
	background: rgba(168,142,109,0.75) !important;
	height: 100%;
	position: absolute;
	width: 100%;
	mix-blend-mode: multiply;
	z-index: 1;
}
*/

@media (max-width: 992px) {
	.footer {
		padding: .5rem;
	}
	
}

.page-not-found {
	color: #000 !important;
	font-size: 10rem !important;
	line-height: 8rem !important;
	letter-spacing: -.5rem !important;
}

.ease-in-out-5 {
	transition: ease-in-out .5s;
}

.order-first-xl {
	-ms-flex-order: -1;
	order: -1;
}

.order-last-xl {
	-ms-flex-order: 13;
	order: 13;
}

@media (max-width: 1200px) {
	.order-first-xl {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-last-xl {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.mobile-px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
}

@media (max-width: 1234px) {
}

/*.back-to-top {
	color: white !important;
}

.back-to-top:hover {
	color: white !important;
	font-weight: 300;
}*/

@media (max-width: 992px) {
}

.post-meta {
	width: 100%;
}

.post-meta-key {
	display: none;
}

.inner-padding {
	padding-left: 3rem;
	padding-right: 3rem;
}

.text-left-to-center, .text-left-to-right {
	text-align: left;
}

.text-right-to-center {
	text-align: right;
}

.splash-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.splash-slider .swiper-container .swiper-wrapper .swiper-slide {
	/*width: auto;
	height: auto;
	/*background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;*/
}

.background-fixed-parallax {
	width: auto;
	height: auto;
	/*background-attachment: fixed !important; !* parallax effect *!*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.background-fixed-parallax.blur {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

@media (max-width: 992px) {
	.background-fixed-parallax {
		background-attachment: fixed !important; /* parallax effect */
	}
}

.full {
	width: 100vw !important;
	height: 100vh !important;
}

.vertical-overlay {
	position: relative;
	width: 100%;
	height: 100%;
}

.vertical-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.6));
}

.vertical-overlay img {
	width: 100%;
	height: 100%;
}

.footer-logo img {
	height: 6rem;
}

.footer-column {
	border-left: 1px solid white;
}

.footer-content {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.img-slider {
	width: 100%;
}

@media (max-width: 576px) {
	
}

.img-40-100 {
	width: 40% !important;
}

.img-50-100 {
	width: 50% !important;
}

@media (max-width: 768px) {
	.img-40-100 {
		width: 100% !important;
	}
	
	.img-50-100 {
		width: 100% !important;
	}
}

.img-90 {
	width: 90% !important;
}

.img-100 {
	width: 100% !important;
}

.img-80-to-img-100 {
	width: 80%;
}

.px-3-to-px-1 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

@media (max-width: 992px) {
	.img-80-to-img-100 {
		width: 100%;
	}
	
	.px-3-to-px-1 {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}
}

.img-w-100 {
	width: 100% !important;
}

.img-h-100 {
	height: 100% !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: white !important;
}

/* MOBILE VIEW SETTINGS */
@media (max-width: 768px) {
	.splash-title-left h2 {
		font-size: 1.25rem !important;
	}
}

@media (max-width: 992px) {
	
	#main-menu {
		text-align: center;
	}
	
	#main-menu ul li a {
		padding: .7rem 0;
		text-align: center;
	}
	
	.inner-padding {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.collection-title {
		font-size: 2rem !important;
	}
	
	.dropdown-menu {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.text-left-to-center, .text-right-to-center {
		text-align: center;
	}
	
	.text-left-to-right {
		text-align: right !important
	}
	
	.footer-logo img {
		height: 5rem;
		margin: 0 auto;
		text-align: center;
		display: flex;
	}
	
	.copy-text {
		text-align: center;
	}
	
	.footer-column {
		text-align: center;
		border-left: none;
		border-top: 1px solid white;
		padding-top: 3rem !important;
	}
	
	.footer-content {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
}
