@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

@media screen and (min-width: 500px) {
    
	body {
		margin-left: 1rem;
	}
    input, body, .header {
        font-size: 1.8rem;
    }
    li.tea-list {
    	// height: 6rem;
    	width: 20rem;
    	text-align: center;
    }
    img.thumbnail {
    	height: 20rem;
    	width: 20rem;
    	position: relative !important;
    	max-width: 1000% !important;
    }
    .header-menu {
		margin-left: 1rem;
	}
	.header-logo {
		height: 5rem;
	}
	.propaganda {
		max-width: 70%;
	}
	.teas-in-kind {
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
		padding-left: 0 !important;
	}
	.tg-button {
		max-width: 20%;
	}
}

@media screen and (max-width: 499px) {
    body {
        margin-left: 2rem;
    }
    input, body, .header {
    	font-size: 1.5rem;
    }
    li.tea-list {
    	height: 10rem;
    	margin-left: 7rem;
    }
    img.thumbnail {
    	height: 9rem;
    	margin-left: -10rem;
    	margin-top: -2rem;

    }
    .header-menu {
		margin-left: 1rem;
	}
	.header-logo {
		height: 4rem;
	}
	.menu {
		min-width: 200% !important;
		overflow: auto;
	}
	.scheme {
		min-width: 100% !important;
	}

}

body {
	background-color: white;
	min-height: 100vh;
	display: grid;
 	grid-template-rows: auto 1fr auto;}

input, body {
	font-family: "Golos Text", sans-serif;
	color: #4C4B4B;
}

.header-link {
	color: #4C4B4B;
}

.footer {
	position: ;
}

a {
	color: #4C4B4B;
	text-decoration-color: rgba(238, 71, 0, 0.53);
}

a:link {
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 71, 0, 0.53);
}	

a:visited {
  border-color: rgba(180,14,180,.3);
}

a.button {
	padding: .3rem;
	border: 1px outset;
	border-radius: 1rem;
	text-decoration: none;
	margin: .3rem;
	line-height: 4rem;
}

a.image-link {
	border-bottom: none;
}

img.thumbnail {
	
	//margin-top: -0.5rem;
	position: absolute;
	
}

li.tea-list {
	list-style: none;
	// display: grid;
	margin-right: 5rem;
	//font-size: 1rem;
	margin-bottom: 2rem;
}


.b {
	font-weight: bold;
}

.non-b {
	font-weight: normal;
}


.tea-kind {
	margin-bottom: 10vh;
	list-style: none;
}

.tea-kind-text {
	text-transform: uppercase;
	margin-top: 5rem;
}


.grams {
	width: 8rem;
}

img, .tea-landing-photo {
	max-width: 100%;
}


.header-logo {
	margin-right: .5rem;
	border-top: 2rem;
	position: relative;
	margin-top: 0rem;
}

.header-logo-home {
	border-bottom: none !important;
}



.description {
	max-width: 70%;
}


.tg-input {
	max-width: 12rem;
}

.tg-button {
	width: 100%;
	height: 4rem;
	font-size: 2rem;
}

.book-button {
	width: 100vw;
	background-color: #ee4700;
	color: white;
}


h4.calendar {
	margin-bottom: 0;
}

p.calendar {
	margin-top: 0;
}

div.calendar {
	max-width: 70%;
}

.menu {
	min-width: 100%;
}



.tgme_widget_message_text {
	display: none !important;
}


.kinds-menu {

}


.tea-lists {
	padding-inline-start: 0 !important;
}

.full-width-field {
	width:100%;
}

.login-form {
	max-width: 30rem;
}

.form-label {
	min-width: 10rem;
	display: inline-flex;
	flex-direction: row-reverse;
	margin-right: 1rem;
}

.form-header {
	width: 10rem;
	display: flex;
	flex-direction: row-reverse;
}

.form-input {
	width: 50%;
}

.button.selected {
    cursor: not-allowed;
    background-color: black;
    color: white;
    pointer-events: none; /* Prevents all clicks */
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.charts {
	display: flex;
	flex-wrap: wrap;
}

.chart {
	width: 90vw;
	height: 400;
}

.ptz-control {
	width: 5vh;
	height: 5vh;
}



