@charset "utf-8";
/* CSS Document */

body{
	background-color:#B6DC8A;
	font-family: 'Poppins', sans-serif;
}

.logo_text{
	color: white;
	padding-top: 25vh;
	padding-bottom: 5vh;
	padding-left: 10vh;
	padding-right: 10vh;
	text-align: center;
}

img{
	text-align: center;
}

@media screen and (max-width: 1100px) {
  img {
	  content: url("greenfood_box.svg");
	  height: 300px;
	  width: auto;
  }
}

@media screen and (max-width: 499px) {
  img {
	  height: 180px;
	  width: auto;
  }
}

h1{
	font-weight: 600;
	line-height: 0.7;
	white-space: nowrap;
}

@media screen and (min-width: 1101px) {
  h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1100px) {
  h1 {
    font-size: 30px;
	white-space: normal;
	line-height: 1;
  }
}

@media screen and (max-width: 499px) {
  h1 {
    font-size: 25px;
  }
}

h2{
	font-weight: 300;
	line-height: 0.1;
}

@media screen and (min-width: 1101px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  h2 {
    font-size: 15px;
  }
}

footer{
	max-height: 5.2vh;
	position: fixed;
	bottom: 0px;
	left: 0px; right: 0px;
	background-color: white;
}

h3{
	color:#C8C8C8;
	text-align: center;
	font-weight: 400;
	font-size: 1.5vh;
	white-space: nowrap;
}

@media screen and (min-width: 1925px) {
  h3 {
    font-size: 17px;
  }
}