* {box-sizing: border-box;}
html {
  height:100%;
}

body {
  text-align: center;
  background-color: #f7f7f7;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  max-width: 100%;
  height:100%;
}

.image-section {
  margin-top: 125px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.wrapper1 {
  height: 13%;
  min-width: 38%;
  max-width: 38%;
  margin: 2px 31%;
  display: inline-flex;
  justify-content: center;
}

.wrapper2 {
  height: 13%;
  min-width: 38%;
  max-width: 38%;
  margin: 2px 31%;
  display: inline-flex;
  justify-content: center;
}

.wrapper3 {
  height: 13%;
  min-width: 38%;
  max-width: 38%;
  margin: 2px 31%;
  display: inline-flex;
  justify-content: center;
}


.button a:link, a:visited {
  color: white;
  text-decoration: none;
  font-size: 0.9vw;
}

a {
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-size: 1vw;
  display:flex;
  color: white;
}

.button:hover a {
  background-color: #f7f7f7;
  color: black;
  transition-duration: 0.4s;
}

.button2 a:link, a:visited {
  color: white;
  text-decoration: none;
  font-size: 0.9vw;
}

.button2:hover a {
  background-color: #f7f7f7;
  color: black;
  transition-duration: 0.4s;
}

.button {
  transition-duration: 0.4s;
  background-color: #bdaf89;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 0.9vw;
  border-radius: 2px;
  border: 1px solid #bdaf89;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  max-width: 25%;
  margin-left: 1px;
  margin-right: 1px;
  min-height: 100%;
  max-height: 100%;
}  

.button2 {
  transition-duration: 0.4s;
  background-color: #bdaf89;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 0.9vw;
  border-radius: 2px;
  border: 1px solid #bdaf89;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 33.3%;
  max-width: 33.3%;
}

.button:hover {
  background-color: #f7f7f7;
  color: black;
  border: 1px solid #bdaf89;
}

.button2:hover {
  background-color: #f7f7f7;
  color: black;
  border: 1px solid #bdaf89;
}

.main-footer {
  margin-top: 12%;
  font-size: 12px;
  box-sizing: border-box;
  bottom: 25px;
}

#footerlinks {
  font-size: 12px;
  max-width: 100%;
  color: black;
  display: inline;
}


/*
.button a {
  padding: 8px 24px;
}

.wrapper2 a {
  padding: 8px 24px;
}

