body {
  font-size: 16px;
  color: #575757; }

#announcement-container {
  padding: unset;
  padding-bottom: 48px;
  background-color: transparent; }
  #announcement-container #announcement-copy {
    padding: 8px;
    background-color: #f1f1f1; }
    #announcement-container #announcement-copy span:first-child {
      font-weight: bold;
      background-color: transparent; }

.igv-app-pad-left-0 {
  padding-left: 0; }

.igv-app-pad-right-0 {
  padding-right: 0; }

.igv-app-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 128px;
  height: 128px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 32px;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #575757; }
  .igv-app-header div {
    font-size: 48px; }

a {
  color: #31708f;
  text-decoration: none; }

a:hover, a:visited, a:link, a:active {
  color: #31708f; }

.igv-site-icon-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 32px; }
  .igv-site-icon-container > a {
    color: #31708f;
    text-decoration: none; }
    .igv-site-icon-container > a > div:first-child {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 236px;
      height: 54px;
      background-color: white;
      border-style: solid;
      border-width: thin;
      border-color: #31708f;
      border-radius: 8px; }
      .igv-site-icon-container > a > div:first-child > div:nth-child(1) {
        margin-left: unset;
        margin-right: 8px; }
      .igv-site-icon-container > a > div:first-child > div:nth-child(2) {
        font-size: 24px;
        font-weight: bolder;
        margin-left: 8px;
        margin-right: unset; }
    .igv-site-icon-container > a > div:last-child {
      margin-top: 8px;
      color: #575757; }
  .igv-site-icon-container > a:hover {
    color: white; }
    .igv-site-icon-container > a:hover > div:first-child {
      background-color: #31708f; }

.igv-site-section-header {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom-color: #F8CBAD;
  border-bottom-style: solid;
  border-bottom-width: medium; }

.igv-site-for-developers-icon {
  max-width: 200px; }
  .igv-site-for-developers-icon a {
    color: #31708f;
    text-decoration: none; }
    .igv-site-for-developers-icon a div {
      width: 90%;
      height: 100%;
      color: #31708f;
      background-color: white;
      border-style: solid;
      border-width: thin;
      border-color: #31708f;
      border-radius: 8px;
      font-size: 18px;
      font-weight: bolder; }
  .igv-site-for-developers-icon a:hover {
    color: white; }
    .igv-site-for-developers-icon a:hover > div {
      color: white;
      background-color: #31708f; }

.igv-site-section-body {
  font-size: 16px; }

.igv-site-body-footerized {
  margin-bottom: 48px; }

.igv-site-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: white; }
  .igv-site-footer div:first-child {
    margin-left: 16px; }
  .igv-site-footer div:last-child {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .igv-site-footer div:last-child div {
      margin-right: 16px; }

/*# sourceMappingURL=site.css.map */
