@charset "utf-8";
/* CSS Document c.2022 Animai, eam*/

body {
  font-family:Arial, Helvetica, sans, sans-serif;
  font-size:18px;
}

/* LAYOUT */

div.upper-content {
    text-align:center;
    margin:.5em auto auto auto;
    padding-bottom:1.35em;
    width:100%;
}

div.html-wine-ad {
  /*border:solid 2px #F00;
  border-radius:8px; */
  line-height:1.5em;
  min-width:360px;
  max-width:800px;
  padding:0 auto 2em auto;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:100%;
}

div.html-wine-ad h1,h2,p {
  line-height:1.5em;
}

div.html-wine-ad h1,h2 {
	color:#008;
}

div.html-wine-ad h1 span, h2 span {
  /*font-size:.8em;*/
}

div.html-wine-ad p {
	/*text-align:left;*/
}

div.html-wine-ad button {
  background-color:#007;
  border:solid 1px #f00;
  border-radius:6px;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  padding:.35em;
}

div.html-wine-ad button.btn-blue {
  background-color:#007;
  margin:0 auto 1.5em auto;
}

div.html-wine-ad button.btn-green {
  background-color:#009B77;
  border:solid 1px #330;
}

div.html-wine-ad button:hover {
  background-color:#359;
}

div.html-wine-ad button.btn-green:hover {
   background-color:#34cf90;
}

div.html-wine-ad button a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}

div.html-wine-ad button a:hover {
  
}

/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6,p {
  
}





