html {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	color: #000;
	box-sizing: content-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#page-container {
	position: relative;
	padding: 0;
	min-height: 100%;
	overflow-x: hidden;
}

/********************************/
/**************Divs**************/
/********************************/

header {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 30px 0;
	color: #fff;
	background-image: url(../images/uploads/header.jpg);
	background-position: right;
	background-size: cover;
}

header .row {
	justify-content: flex-end;
}

#logo {
	position: relative;
	margin-bottom: 30px;
	top: 0;
	left: 75px;
	height: 175px;
}

.img-extend-right {
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.counter {
	position: absolute;
	left: -75px;
	top: 15px;
	width: 60px;
	height: 60px;
	background-color: #ce7432;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 3rem;
	line-height: 50px;
}

.coffee-label {
	display: flex;
	width: 100%;
	padding: 10px 0;
	align-items: center;
}

.coffee-amount {
	display: inline-block;
	margin: 0;
	width: 60px;
	height: 50px;
	background-color: #f2dfd2;
	color: #2c0f0b;
	border: solid 1px #ce7432;
	-moz-appearance: textfield;
	text-align: center;
	font-size: 1.5rem;
}

/* Chrome, Safari, Edge, Opera */
.coffee-amount::-webkit-outer-spin-button,
.coffee-amount::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.coffee-info {
	display: inline-block;
	padding: 0 20px;
	line-height: normal;
	flex-grow: 1;
}

.coffee-title {
	line-height: 1.5rem;
}

.coffee-description {
	display: inline-block;
	color: #6b6869;
	font-size: 0.9rem;
	font-style: italic;
}

.coffee-price {
	float: right;
    width: 105px;
    padding-left: 20px !important;
}

input[type='text'],
input[type='tel'],
input[type='email'] {
	display: block;
	margin: 0;
	width: 100%;
	padding: 6px 16px;
	background-color: #f2dfd2;
	color: #2c0f0b;
	border: solid 1px #ce7432;
}

select {
    display: block;
    margin: 0;    
    padding: 6px 16px;
    background-color: #f2dfd2;
    color: #2c0f0b;
    border: solid 1px #ce7432;
}

footer {
	background-color: #2c0f0b;
	color: #b2857e;
}

/********************************/
/**********Other Pages***********/
/********************************/

/********************************/
/**************Menu**************/
/********************************/

/********************************/
/**************Heads*************/
/********************************/

h1,
h2 {
	margin-bottom: 20px;
	color: #ce7432;
	font-size: 1.8rem;
}

h3 {
	color: #ce7432;
	font-weight: 600;
	font-size: 2rem;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a,
a:hover {
	color: inherit;
	cursor: pointer;
}

.link-button {
	display: inline-block;
	padding: 6px 16px;
	background-color: #ce7432;
	color: #fff;
	border: none;
	transition-duration: 0.1s;
}

.link-button:hover {
	background-color: #2c0f0b;
	text-decoration: none;
}

/********************************/
/**************Sliders***********/
/********************************/

/********************************/
/**************Colors************/
/********************************/

.brown {
	background-color: #2c0f0b;
}

/********************************/
/********************************/
/********************************/

.underlined {
	text-decoration: underline !important;
}

@media only screen and (max-width: 1399px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	#logo {
		left: 0;
		height: auto;
		max-width: 100%;
	}

	.counter {
		left: auto;
		right: 15px;
		top: 15px;
	}

	.img-extend-right {
		position: relative;
		left: -100px;
		width: 100%;
		height: 100%;
		min-height: 150px;
	}
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 400px) {
	.counter {
		position: static;
		float: right;
	}
}
