
@media (min-width: 1200px) {
    .container{
      width: 1600px;
      max-width: 90%;
    }
}

html, body {
  margin: 0;
  padding: 0;
  /*padding-top: 50px;*/
  height: 100%;
}

table {width: 100%;}
table td {
 padding: 5px;
 text-align:left;
}

a, a:visited { color: #3F51B5; }
a:hover { color: #7986cb; }

header {
  background-color: #3F51B5;
  min-height: 64px;
  max-height: 1000px;
  color: #FFF;
}
header .title {
  min-height: 70px;
  padding: 0 40px 0 80px;
}
header .row {
  min-height: 30px;
}
header h1 a {
  color: #FFF !important;
}
header h1 a:hover, header h1 a:focus {
  color: #DDD !important;
  text-decoration: none;
}

.navbar-default {
  background-color: #303F9F;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #7986cb;
  color: #FFF;
}

.hero-unit {
  background-image:url('/images/DarwinTree.gif');
  opacity: 0.4;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  height: 300px;
}

.onezoom {
  margin: 10px;
}

.main {
    position: relative;
    min-height: 100%;
}

.content {
  padding-bottom: 125px;
}

.footer {
  position: absolute;
  bottom:0;
  width: 100%;
  left:0;
  /*background-color: #3F51B5;*/
  height: 100px;
}

@media (max-width: 767px) {
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

h1.hero-text {
  font-size: 6em;
  position: absolute;
  z-index: 10;
  width: inherit;
}

/*.logos img {
  max-width: 20%;
  max-height: 80px;
  padding: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}*/
.logos img {
  max-height: 80px;
  padding: 10px;
}
.logos {
  max-width:800px;
  margin: auto;
  text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Partners
------------------------- */

.partner {
  padding-bottom: 10px !important;
  text-align: center;
  height: 200px;
}
.partner a img {
  margin-bottom: 15px;
  max-width: 150px;
  max-height: 100px;
}
@media (max-width: 768px) {
    .partner {
        height: 160px;
    }
}

/* Team
------------------------- */

.team {
  height: 100px;
  margin: 5px;
}
@media (max-width: 768px) {
    .team {
        height: 70px;
    }
}

.listsContainer{margin-left:5em}
.listTable{border: 1pt solid #bbb;}
.speciesContainer {height:400px; border-radius: 4pt;overflow-y:scroll; margin: 5px;text-align:left;border: 1pt solid black;}
.species {height:400px;width:50%;overflow-y:scroll; overflow-x:hidden; text-align:left;}
.selectedContainer{height:400px; border-radius: 4pt;border:1pt solid black; overflow-y:scroll; margin: 5px; overflow-x:hidden}
.selectLabels{-webkit-touch-callout: none;-webkit-user-select: none;}

.extra-spacing { margin-top: 30px; }
