/*
 * *****************************************************************************
 * Stephanie Kayne Website
 *
 * /style/links.css - External Links Page Styles
 *
 * Assumes: site.css
 * *****************************************************************************
 */

div.links {
  /* border: 1px solid black; */
  margin: 0px 1em;
  padding: 0px;
}

div.links dl {
  /* border: 1px solid blue; */
  margin: 0px;
}

div.card {
  border: 2px outset White;
  box-shadow: 2px 4px 20px 0px SaddleBrown;
  margin-top: 20px;
}
div.card:first-child {
  margin-top: 0px;
}

div.links dt {
  background-color: SaddleBrown;
  border: none;
  font-size: 1.2em;
  padding: 0.2em 0.4em;
}

div.links dd {
  background-color: Wheat;
  border: none;
  margin: 0px;
  overflow: auto; /* clear-fix for logo image float */
  padding: 0.4em;
}

div.links p {
  margin: 0em;
  text-indent: 0em;
}

div.links a {
  color: Wheat;
  display: block;
  text-decoration: none;
}

div.links a:hover {
  text-decoration: underline;
}

div.links img.logo {
  float: right;
  margin: 0.3em;
  max-width: 220px;
}
