@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Light.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Light.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Light.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Light.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Medium.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Medium.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-SemiBold.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Bold.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Bold.woff") format("woff");
}
body {
	min-width: 320px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;


	color: #fff;
	background-color: #4db794;
}


input:focus:invalid{
	border-color: #ff704d;
}
textarea:focus:invalid{
	border-color: #ff704d;
}

img {
	max-width: 100%;
	height: auto;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #e4cf0a;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}

.overlay a:hover, .overlay a:focus {
	opacity: 0.6;
}

.overlay .closebtn {
  position: absolute;
  top: -6%;
  right: 0;
  font-size: 120px;
}





.big {
	background-image: url("../big/teatea.jpg");
	height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
}
.big h1 {
	margin-top:180px;
	margin-bottom:50px;
	font-family: Verdana, serif;
	font-weight: bold;
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.big p {
	font-size: 18px;
	width: 800px;
	font-family: Montserrat;
	font-weight: lighter;
	margin:10px auto;
}
.big2 {
	background-image: url("../big/plant.jpg");
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}
.big2 h1 {
	margin-top:120px;
	margin-bottom:50px;
	font-weight: bold;
	font-family: Verdana, serif;

	position: relative;
}
.big2 h1::before {
	content: "";
	width: 50px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top:-20px;
	right: 0;
	z-index: 10;
}
.big2 p {
	font-size: 18px;
	width: 800px;
	font-family: Montserrat;
	font-weight: lighter;
}
.big3 {
	background-image: url("../big/uuu.jpg");
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}
.big3 h1 {
	margin-top:120px;
	margin-bottom:50px;
	font-weight: bold;
	position: relative;
	width: 250px;
	font-family: Verdana, serif;

	margin-left: auto;
	margin-right: auto;
}
.big3 h1::before {
	content: "";
	width: 50px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top:-20px;
	right: 95px;
	z-index: 10;
}
.big3 p {
	font-size: 18px;
	width: 800px;
	margin:10px auto;
	font-family: Montserrat;
	font-weight: lighter;
}


.mcontent {
	margin: 0px auto;
	padding: 20px;
	
}

.mcontent form {
	background-color: #f5f6b3;
	width: 550px;
	padding: 50px;
}
.mcontent .txt {
	min-height: 200px;

}
.mcontent .form-control {
	background-color: #f5f6b3;
	border:3px solid #c0c01c;
}
.mcontent button {
	width: 150px;
	background-color: #ff704d;
	color:#fff;
	font-family: Verdana, serif;
	font-weight: bold;
}
.mcontent h1 {
	margin-bottom: 20px;
}








footer {
	background: linear-gradient(to right, #cccc00 0%, #cccc00 50%, #efdb3e 50%);
}

.icons img {
	width: 40px;
	height: 40px;
	margin: 20px 30px 20px 0;
	transition: 0.2s all;

}
.icons img:hover {
	opacity: 0.5;
}
.fText {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.fText a{
	text-decoration: none;
	color:#000;
}

.logo img {
	width:100px;
	height: 80px;
	margin-bottom: 20px;
}
.firstText a {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.tText a{
	font-size: 16px;
	text-decoration: none;
	color:#000;
	font-weight: normal;
}
.tText a:hover {
	text-decoration: underline;
}
.need {
	margin-left: 120px;
	margin-top: 40px;
}
.normalH span {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	margin:0;
	padding: 0;
}




/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
	header .navbar-brand {
		font-size: 28px !important;
	}
	header .navbar-toggler-icon {
		width: 40px !important;
		height: 40px !important;
	}







	.need {
		margin-left: 60px;
		margin-top: 20px;
	}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
	

	.need {
		margin-left: 40px;
		margin-top: 20px;
	}


	.big3 h1::before, .big2 h1::before, .big h1::before {
		width: 50px;
		height: 10px;
		
	}


	.big h1,  {
		margin-top:120px;
		font-size: 40px;
		margin-bottom:30px;
		font-weight: bold;
		position: relative;
		
		margin-left: auto;
		margin-right: auto;
	}

	.big2 h1,.big3 h1 {
		margin-top:120px;
		margin-bottom:30px;
		font-size: 40px;
		font-weight: bold;
		position: relative;
	}

	.big2 p, .big p, .big3 p {
		font-size: 20px;
		width: 600px;
	}

}










/* Landscape phones and portrait tablets */
@media only screen and (max-width: 768px) {
	footer {
		background: #cccc00;
	}

	.big2 p, .big p, .big3 p {
		font-size: 18px;
		width: 400px;
	}
	.big2 h1::before {
		width: 40px;
		height: 10px;
		
	}
	.big3 h1::before, .big h1::before {
		width: 40px;
		height: 10px;
		right: 105px;
	}
	.big, .big2, .big3 {
		height: 400px;
	}
	.big h1, .big2 h1, .big3 h1{
		margin-top: 70px;
	}
	.big {
		height: 500px;
	}


	header .navbar-brand {
		font-size: 28px !important;
	}
	header .navbar-toggler-icon {
		width: 35px !important;
		height: 35px !important;
	}
	



}


/* Landscape phones and smaller */
@media only screen and (max-width: 588px) {
	
	.big {
		height: 400px;
	}
	.big p, .big2 p,  .big3 p {
		font-size: 14px;
		width: 250px;
	}
	.big h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.big2 h1, .big3 h1 {
		margin-top:20px;
		margin-bottom: 20px;
	}
	.big2, .big3 {
		height: 300px;
	}
	.big2 .float-right{
		float: none !important;
	}
	.big2 .text-right{
		text-align:center !important;
	}
	.big p, .big2 p {
		margin:0 auto;
	}
	.big2 h1::before, .big3 h1::before {
		width: 40px;
		height: 10px;
		visibility: collapse;
	}
	.big3 h1::before, .big h1::before {
		width: 40px;
		height: 10px;
		right: 105px;
	}
	.icons img {
		width: 25px;
		height: 25px;
		margin: 10px 10px 10px 0;
		transition: 0.2s all;

	}
	.mcontent form {
		background-color: #f5f6b3;
		width: 300px;
		padding: 20px;
	}
	.mcontent .txt {
		min-height: 100px;

	}

}
