

html,
body {
  min-height: 100%;
}

body {
  background: white; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: calc(0.7rem + 0.6vw);
  line-height: 1.4;
}
/*body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(42deg, #f7fcf8, #fff4fc);
  opacity: 0.2;
}*/
ul {
	list-style-type:none;
	font-size:90%;
	background-color:white;
	padding:1rem;
}
ul:nth-child(odd) {
	margin-right:1rem;
}
ul li {
  white-space:no-break;
  padding:0.2rem;
}
ul li:nth-child(even) {
  color:#777;
  /*padding-left:1rem;*/
}
.productslist {
	display:flex;
	flex-direction:row;
}
.productslist > * {
	flex-basis:50%;
}

@media screen and (max-width: 712px) {
.productslist {
	flex-direction:column;
}
}

.logo {
	background-image:url('../img/logo-agrival.png');
	min-width: 17rem;
	min-height: 17rem;
	background-size: 17rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.container {
	max-width:800px;
	padding:3rem;
	margin:0 auto;
	  background: linear-gradient(42deg, #f7fcf8, #fff4fc);
}
h1 {
	font-size:170%;
	text-align:center;
	font-weight:400;
}
h2 {
	font-size:150%;
	text-align:left;
	font-weight:400;
	margin-bottom:0.3rem;
}

.subtitle1 {
	/*font-style:oblique;*/
	display:block;
}
h3 {
	font-size:150%;
	font-weight:400;
	text-align:center;
}



.company {
	background:white;
	padding: 1rem;
	font-size:80%;
}
