<style>
* {
  box-sizing: border-box;
}

.smooth-scroll { scroll-behaviour: smooth !important; }

@font-face {
  font-family: WolfSansRegular;
  src: url(wolfsansregular.ttf);
}

@media screen and (max-width: 600px) {
  .main, .right {
    width: 100%;
  }
}

.pagecenter {
  overflow:auto;
  color: dimgrey;
  font-family:WolfSansRegular;
}

.main {
  float: left;
  width: 80%;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 7px;
}

.bodyagri {
  color: dimgrey;
  font-family:WolfSansRegular;
}

.topbar {
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: local;
  background-color: gainsboro;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  text-align:center;
}

.h1agri {
  font-size: 7vw;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

.agreen, .ablue, .abrown{
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.agreen:link, .agreen:visited {
  color: white;
  background-color: #7eca29;
}

.agreen:hover, .agreen:active {
  color: #7eca29;
  background-color: white;
  font-weight: bold;
}

.ablue:link, .ablue:visited {
  color: white;
  background-color: #4dade5;
}

.ablue:hover, .ablue:active {
  color: #4dade5;
  background-color: white;
  font-weight: bold;
}

.abrown:link, .abrown:visited {
  color: white;
  background-color: #855230;
}

.abrown:hover, .abrown:active {
  color: #855230;
  background-color: white;
  font-weight: bold;
}

.Slogan {
  color: #3670be;
  text-transform: uppercase;
}

.right {
  background-color: gainsboro;
  margin-top: 7px;
  text-align: center;
}

.right a {
  background-color: gainsboro;
  //padding: 8px;
  //margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
}

.ColorGreen {
  color: #7eca29;
}

.ColorBlue {
  color: #4dade5;
}

.ColorBrown {
  color: #855230;
}
</style>
