html {
  height: 100%;
}
body {
  background-color: #bbdab9;
  margin-left: 70px;
  margin-right: 70px;
  height: 100%;
}

#content {
  min-height: 100%;
  margin-bottom: -100px;
}

.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
  overflow:hidden;
}

ul {
  list-style-type: symbols;
}

li {
  float: left;
  margin-left: 100px;
}

.navbar li {
  float: left;
  text-decoration: none;
  font-size: 20px;
  margin-left: 100px;
}

li a {
  text-decoration: none;
  color: black;
}

.navbar-options, .dropbtn {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  margin-left: -100px;
}

.navbar-options a {
  margin-left: 200px;
}

/* Change link color on hover */
li .navbar-options:hover, .dropdown:hover .dropbtn {
  background-color: #111;
}

.exercises-list:hover {
  background-color: #8bc087;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -100px;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px;
}

.dropdown-content a:hover {background-color: black}

.dropdown:hover .dropdown-content {
  display: block;
}

.header {
  padding: 0px;
  text-align: center;
  font-size: 1.5vw;
}

p {
  font-size: 20px;
}

div.gallery {
  border: 3px solid #3c6b38;
}

div.gallery:hover {
  border: 3px solid #ffffff;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.gallery #cleo {
  max-height: 360px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

div.gallery #brassicae {
  max-width: 100%;
  height: 360px;
  width: auto;
  object-fit: cover;
}

#cacyreus {
  height: 360px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}


div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 25%;
}

@media only screen and (max-width: 700px) {
  .responsive, #brassicae, #cleo #cacyreus {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive, #brassicae, #cleo, #cacyreus {
    width: 100%;
  }
}

.images {
  text-align: center;
}

.image1 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.error-message {
  color: red;
}

#clustal-form {
  display:block;
}

#loadingScreen {
  display: none;
}
