@font-face {
    font-family: 'Trade Gothic LT Std Cn';
    src: url('fonts/TradeGothicLTStd--Cn18.woff2') format('woff2'),
        url('fonts/TradeGothicLTStd--Cn18.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Trade Gothic LT Std Cn', 'Oswald', sans-serif;
	text-transform: uppercase;
	background-color: #fffcf2;
}

body > .container {
	background: url('../img/hullam_bg.png') repeat-y #fffcf2;
	background-size: 200px;
    background-position-x: center;
}

h1 {
	font-family: 'Trade Gothic LT Std Cn', 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 2.2em;
}

h2 {
	font-family: 'Trade Gothic LT Std Cn', 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 2.7em;
	font-weight: bold;
}

h3 {
	color: #b78d03;
}

p {
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

hr.small-line {
	border: 0;
	border-top: 1px solid #b78d03;
	width: 70px;
}

hr.complex-hr {
	margin: 0;
    width: 100%;
    height: 3px;
    display: inline-block;
    border: none;
	background: linear-gradient(to right, #836e44 0%, #c8b274 75%, #a47f46 100%);
	border-bottom: 2px solid #fffcf2;
	box-shadow: 0px 1px 0px 0px rgba(188,208,212,1);	
}

/* NAV */

.navbar-brand {
    margin-right: auto;
}

.modal-menu .modal-content {
	background-color: #fffcf2;
}

.modal-menu .close {
	color: #000;
	opacity: 1;
	font-size: 2.5em;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(188,144,3, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	padding-right: 0
}

.modal-logo-container .w-logo-1,
.modal-logo-container .w-logo-2 {
    height: 45px;
}

.w-logo-1 {
	border-right: 2px solid #000;
    padding: 10px 20px 10px 0;
    height: 60px;
}

.w-logo-2 {
    padding: 10px 0 10px 20px;
    height: 60px;
}

.navbar-dark .nav .nav-link {
	color: #000;
}

.nav .nav-link:hover:after {
	content:'';
	background-color: #b78d03;
	display: block;
	width: 50%;
	height: 1px;
	margin: 0 auto ;
	position: relative;
	top: 0.5em
}

.broken-hr {
	line-height: 0;
}

.broken-hr hr:nth-child(1) {
	margin: 0;
    width: calc(50% - 80px);
    height: 3px;
    display: inline-block;
    border: none;
	background: linear-gradient(to right, #836e44, #ba9e6b);
	border-bottom: 2px solid #fffcf2;
	box-shadow: 0px 1px 0px 0px rgba(188,208,212,1);
}

.broken-hr hr:nth-child(2) {
	margin: 0;
    width: 160px;
    height: 3px;
    display: inline-block;
    border: none;
	background: linear-gradient(to right, #ba9e6b, #c59c5d);
	position: relative;
	bottom: 4px;
	border-bottom: 2px solid #fffcf2;
	box-shadow: 0px 1px 0px 0px rgba(188,208,212,1);
}

.broken-hr hr:nth-child(3) {
	margin: 0;
    width: calc(50% - 80px);
    height: 3px;
    display: inline-block;
    border: none;
	background: linear-gradient(to right, #c59c5d, #9b7c4b);
	border-bottom: 2px solid #fffcf2;
	box-shadow: 0px 1px 0px 0px rgba(188,208,212,1);
}

/* HERO */

header {
	position: relative;
}

.hero-icon {
    margin: 0 5px;
}

h1 span {
	display: block;
	font-weight: bold;
}

.hero-icon:nth-of-type(1) {
	width: 26px;
}

.hero-icon:nth-of-type(2) {
	width: 36px;
}

.hero-icon:nth-of-type(3) {
	width: 21px;
}

.hero-icon:nth-of-type(4) {
	width: 26px;
}

.hero-logo {
	margin-top: 4rem;
}

.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
}

.icon-scroll {
	width: 30px;
	height: 50px;
	margin-left: -20px;
	bottom: 40px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #b78d03;
	border-radius: 15px;
}

.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #b78d03;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}

.w-bottle {
	mix-blend-mode: multiply;
	width: 100%;
}

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(26px); }
}

/* TUDOMÁNYOSAN */

p span {
	color: #b78d03;
	font-weight: bold;
}

.plus {
	display: inline-block;
    border: 2px solid #b78d03;
    border-radius: 50%;
    width: 22px;
    line-height: 0.7;
    height: 22px;
    position: relative;
    bottom: 0;
    font-family: 'Oswald', sans-serif
}

.intro-text a {
	color: #b78d03;
	text-decoration: underline;;
}

/* HOW TO TASTE */

.taste-icon {
	width: 30px;
	margin: 5px;
	fill: #b78d03;
}

.grey-hr {
	border: none;
	border-top: 1px solid #908f8d;
	margin: 4rem auto;
	width: 200px;
}

h4 {
	font-weight: bold;
	color: #b78d03;
}

.taste-icon-2 {
	width: 40px;
    margin: 24px 0;
}

.taste-icon-4 {
	width: 37px;
}

/* SHOP */

.tulipan-pohar {
	width: 40%;
	mix-blend-mode: multiply;
}

#webshop p,
#wshow p {
	border-top: 1px solid #b78d03;
	border-bottom: 1px solid #b78d03;
	padding: 0.5em 0;
}

.btn {
	display: inline-block;
    margin: 0 .5em;
    font-size: 1.5em;
    border: 2px solid #b78d03;
    padding: 0.2em 1em;
    border-radius: 0;
    width: 150px;
    color: #b78d03;
    transition: 1s all;
    line-height: 1.3;
}

.btn:focus,
.btn:hover {
	background-color: #b78d03;
    border: 2px solid #b78d03;
    color: #fffcf2;
}

.wnet-logo {
	width: 150px;
}

.toggle-head a {
	display: block;
    margin: 0 auto;
    font-size: 1.5em;
    border: 2px solid #b78d03;
    padding: 0.2em 1em;
    border-radius: 0;
    width: 250px;
    color: #000;
    transition: 1s all;
	position: relative;
}

.toggle-head a:hover {
	background-color: #b78d03;
    border: 2px solid #b78d03;
    color: #fffcf2;
    text-decoration: none;
}

.toggle-head a:after {
	content: url('../img/arrow.svg');
	width: 10px;
	display: block;
	position: absolute;
	right: 15px;
	top: 5px;
}

.toggle-head.toggle-open a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.add-space {
	margin-top: 6rem;
}

.shop-container {
	max-width: 500px;
    width: 100%;
    padding: 1em;
    margin: 1em auto;
	height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.shop-container::-webkit-scrollbar {
	width: 3px;
}

.shop-container::-webkit-scrollbar-track {
	background: #fffcf2;
}

.shop-container::-webkit-scrollbar-thumb {
  background: #6b6a65;
}

.shop-container::-webkit-scrollbar-thumb:hover {
  background: #b78d03;
}

.shop-container ul {
	list-style-type: none;
	padding-left: 0;
}

.shop-container ul li {
	display: flex;
	margin: 1em 0;
}

.shop-container ul li .here-icon { 
	margin-right: auto;
	width: 20px;
}

.shop-container ul li a { 
	padding-right: 1em;
}

.shop-container ul li span {
	margin-right: auto;
	margin-left: auto;
}

/* FOOTER */

footer p {
	text-transform: none;
	font-size: 1em;
}

/* 18+ MODAL */

.age-verify.modal {
	background: #000;
	display: none;
}

.age-verify .modal-dialog {
	display: flex;
	height: 100%;
    margin: 0 auto;
    width: 100%;
}

.age-verify .modal-content {
	background: #fffcf2;
	align-self: center;
}

.age-verify .modal-content .btn {
	display: inline-block;
	font-size: 1.2em;
	width: auto;
	background-color: transparent;
	text-transform: uppercase;
}

.age-verify .modal-content .no.btn {
	border-color: #000;
	background-color: transparent;
	color: #000;
	opacity: 0.4;
}

.age-verify .modal-content .btn:focus,
.age-verify .modal-content .btn:hover {
	background-color: #b78d03;
    border: 2px solid #b78d03;
    color: #fffcf2;
}

.age-verify .modal-content .no:focus,
.age-verify .modal-content .no:hover {
	background-color: #000;
    border: 2px solid #000;
    color: #fffcf2;
}

.age-verify .modal-content p {
	font-size: 1em;
	text-transform: none;
}

/* Cookie Consent */

.cookiealert {
	background: #000;
	display: none;
}

.cookiealert-container p {
	font-size: 1em;
	text-transform: none;
	color: #fff;
	margin-bottom: 0;
}

.cookiealert .btn {
	background-color: transparent;
	text-transform: uppercase;
}

.cookiealert .btn:focus,
.cookiealert .btn:hover {
	background-color: #b78d03;
    border: 2px solid #b78d03;
    color: #fffcf2;
}

/* COOKIE DOC */

.cookie-doc p {
	text-transform: none;
	font-size: 1em;
}

.cookie-doc a {
	text-transform: none;
}

table tr, table th {
	text-transform: none;
}

/* RESPONSIVE STYLES */

@media (min-width: 576px) {  }

@media (min-width: 768px) {

	body > .container {
	    background-position-x: 250px;
	}
	
	.navbar-brand {
    	margin-right: 1rem;
    	margin-left: 0
	}

	.broken-hr hr:nth-child(1) {
	    width: 270px;
	}

	.broken-hr hr:nth-child(2) {
	    width: 160px;
	}

	.broken-hr hr:nth-child(3) {
	    width: calc(100% - 430px);
	}

}

@media (min-width: 992px) {

	h1 span {
		font-size: 1.8em;
	}

}

@media (min-width: 1200px) { }