#one {
  text-align: center;
  padding-top: .01em;
  margin-bottom: -10px;
}

#site-logo {
  visibility: hidden;
}

#header img {
  display: block;
  width: auto;
  height: calc(min(75vh, 85vw) - 13em);
  margin: auto;
  min-height: 110px;
}

#header table tr { background: none; }
#header table td {
  font-size: 2em;
  line-height: 0.5em;
  vertical-align: bottom;
}
#header td.imagej1 img {
  height: calc(min(72.5vh, 82.5vw) - 13em);
  margin: 1.25vh;
  min-height: calc(110px - 2.5vh);
}
#header table img:first-child { margin-right: 0 }
#header table img:last-child { margin-left: 0 }

#header h1 {
  border-top: 1px solid darkgoldenrod;
  border-bottom: 1px solid darkgoldenrod;
  padding: 0.2em;
  margin-top: -3em;
}

#header h2 {
  margin: 1em 0 0 0;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
}

#header .disambig {
  display: inline-block;
  background: #555;
  padding: 1px 1em 1em 1em;
  border-radius: 1em;
  margin-top: 2em;
  width: auto;
  max-width: 100%;
}

#header .disambig h2 {
  border-bottom: 1px solid gray;
}

#header .disambig p.caption {
  font-size: 1.1em;
  line-height: 1.4em;
}

#header .actions {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 3em;
  margin-left: 0;
  position: relative;
}

#header .actions li:first-child {
  padding-left: 0;
}

#header .actions:after {
  background: #ffffff;
  content: '';
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 100%;
}

#header .inner {
  -moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
  -webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
  -ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
  transition: transform 1.5s ease, opacity 2s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1;
  margin: 0 3em 0 3em;
  height: auto;
}

#header .inner .actions {
  -moz-transition: -moz-transform 1.25s ease;
  -webkit-transition: -webkit-transform 1.25s ease;
  -ms-transition: -ms-transform 1.25s ease;
  transition: transform 1.25s ease;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 600px) {
  #header h2 { font-size: 1.2em; }
}
@media screen and (max-width: 550px) {
  #header h2 { font-size: 1.1em; }
  #header .disambig h2 { font-size: 1.3em; }
  #header .disambig p.caption { font-size: 1em; }
}
@media screen and (max-width: 515px) {
  #header h2 { font-size: 1em; }
  #header .disambig h2 { font-size: 1.2em; }
  #header .disambig p.caption { font-size: 0.8em; }
}
@media screen and (max-width: 475px) {
  #header h2 { font-size: 0.9em; }
  #header .disambig td { font-size: 1.5em; }
  #header .disambig h2 { font-size: 1.1em; }
}
@media screen and (max-width: 450px) {
  #header h2 { font-size: 0.8em; }
  #header .disambig h2 { font-size: 1em; }
  #header .disambig p.caption { font-size: 0.7em; }
}

#resources {
  background-image: linear-gradient(90deg, #00798c, #00008b);
  padding-top: 1.5em;
  width: 100%;
}
#resources header {
  font-size: 1.75em;
}

#resources table {
  width: 100%; max-width: 900px
}
#resources tr {
  background: none;
}
#resources td {
  white-space: nowrap;
}
#resources td:first-child {
  text-align: left;
}
#resources td:last-child {
  text-align: right;
}

#resources ul.community {
  display: flex;
  flex-wrap: wrap;
}
#resources ul li {
  padding-bottom: 0.5em;
  vertical-align: bottom;
}

@media screen and (max-width: 900px) {
  #resources ul.userdev { display: block; }
  #resources ul.userdev li {
  }
  #resources ul.userdev li:first-child { margin-left: -50vw; }
  #resources ul.userdev li:nth-child(2) { margin-left: -25vw; }
  #resources ul.userdev li:nth-child(3) { /* NB: centered already */ }
  #resources ul.userdev li:nth-child(4) { margin-left: calc(50vw - 8em); }
  #resources ul.userdev li:nth-child(5) { margin-left: calc(70vw - 8em); }
  #resources ul.userdev li:first-child::after,
    #resources ul.userdev li:nth-child(2)::after,
    #resources ul.userdev li:nth-child(3)::after,
    #resources ul.userdev li:nth-child(4)::after
  {
    content: "➘";
    font-size: 2.5em;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 720px) {
  #resources td { font-size: 0.9em; }
}
@media screen and (max-width: 620px) {
  #resources td { font-size: 0.8em; }
}
@media screen and (max-width: 520px) {
  #resources td { font-size: 0.7em; }
}

.dots {
  width: 100%;
  background-image: url('/media/site/dot.png');
  background-repeat: repeat-x;
  background-position-y: center;
}

.button {
  width: 10em;
}

.container {
  margin-top: 1em;
}

.text-success {
    color: #228B22!important;
}
.text-primary {
    color: #459ba7!important;
}
.text-danger {
    color: #f07f05!important;
}
.text-center {
    text-align: center!important;
    margin-top: 2.0em;
}
.text-center h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.fa-5x {
    font-size: 5em;
}

/* Table Why ImageJ */

.container-whyij {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 2.5em;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 3em;
}

.row-whyij {
  width: 100%;
  display: flex;
}

.col-4 {
  width: 33.33%;
  text-align:center;
  vertical-align:top;
  padding-left: 2em;
  padding-right: 2em;
}

.col-4 p {
  margin-top: 1em;
  font-size: 1.2em;
}

.col-4 h2 {
  font-size: 1.6em;
}

@media screen and ( max-width: 879px ) {

     .row-whyij {
       flex-direction: column;
       text-align:center;
       vertical-align:top;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }

     .col-4 {
       width: 100%;
       text-align:center;
       vertical-align:top;
     }

     .row-whyij > .col-4 {
       width: 65%;
       align: center;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
   }
