#agritech-logo {
  max-width: 320px;
  margin-top: 6px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#banner {
  max-width: 800px;
}

a {
  color: #0161ae; 
}

a:hover {
  color: #0061ae;
  text-decoration: none;
}

main {
 color: #0072a3; /* #00aeec;  /* #a8ce2e */
  padding-top: 3px;
}

div.button {
  border: 1px solid #00aeec;
  min-width: 300px;
  max-height: 340px;
  padding: 4px;
  border-radius: 10px;
 } 

div.button a {
  color: #00aeec;  
} 
html, body {
  margin: 0;
  padding: 0;
}

footer {
  vertical-align: bottom;
  margin-bottom: 0px;
}

header {
  border-bottom: 2px solid #00aeec;
  background-color: #fff;
}

  body {
    background-image: url('../img/back.jpg');
    background-size: cover;      /* Makes image cover the whole area */
    background-position: right; /* Center the image */
    background-repeat: no-repeat;/* Avoid tiling */
  }