body {
  font-family: 'Nunito Sans', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
}

.column {
  box-sizing: border-box;
  flex 1 1 30%;
}

.work {
  background-color: #E8F0EA;
  padding-left: 20px;
  padding-right: 10px;

}

.personal {
  /*background-color: #FFF8F0; */
  background-color: #E8F0EA;
  padding-left: 10px;
  padding-right: 20px;

}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2em;
  color: #3E4E4E;
  margin-top: 20px;
  width=100%;
  border-bottom: 2px solid;
  text-transform: uppercase;

}


h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5em;
  color: #8B4513;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}



.link-section-work {
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #FFF8F0;
}

.link-section-personal {
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #FFF8F0;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

.a work {
  color: #3B7A57
}

.a personal {
  color: #D2691E;
}

#linkbutton {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
  height: 30px;
  border-radius: 8px;
  background-color: #ffffff;
}

#linkbutton:hover {
  background-color: #ddd;
}

#linklistitem:hover {
  background-color: #E8F0EA;
}

#linklistitem {
  text-decoration: underline;
}

.search-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.search-form-wrapper {}

.search-ai-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.search-form {}

.search-form-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.search-form-input {
  width: 300px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 8px;
  margin-bottom: 0px;
}

.search-form-button {
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 0px;
  height: 46px;
  width: 46px;
}

.bing-btn {
  background: url("images/bing.png") no-repeat center center;
}

.google-btn {
  background: url("images/google.png") no-repeat center center;
}

.duckduckgo-btn {
  background: url("images/duckduckgo.png") no-repeat center center;
}

.bing-btn:hover {
  background-color: #ccc;
}

.google-btn:hover {
  background-color: #ccc;
}

.duckduckgo-btn:hover {
  background-color: #ccc;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .column {
    flex: 1 1 100%;
  }


}

/* Notes on icons I design:

Medtronic icons use Avenir next
Goodle icons use Inter 18 pt in #323232 with text starting 8 px from top, and 8 px spaing from a 30 px high logo.