html {
  font-family: Arial, Helvetica, sans-serif;
}

/* Home page CSS */
.navbar {
  overflow: hidden;
  background-color: darkslategray;
  font-family: Arial, Helvetica, sans-serif;
  border: 5px solid black;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: lightgreen;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: darkslategray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: 5px solid black;
}

.dropdown-content a {
  float: none;
  color: White;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: lightgreen;
}

.show {
  display: block;
}

.homepara {
  text-align: center;
  background-color: white;
  border: 5px solid black;
  font-size: 25px;
}

.Michigan {
 justify-content: center;
 display: flex;
 border: 5px solid black;
 background-image: url("images/treeLine.jpg");
 background-repeat: no-repeat;
 background-size: 110%;
}



/* Page1 CSS */

.container {
  display: flex; 
  justify-content: space-around; 
  align-items: flex-start; 
  gap: 20px;
}

.paragraph-box {
  flex: 1;
  padding: 5px;
  background-color: white;
  border: 5px solid black;
  text-align: center;
}

.paragraph-box p {
  margin: 0; 
}

/*Page2 CSS */

table, tr, td {
  border: 5px solid black;
  font-size: 25px;
  background-color: darkslategray;
  text-align: center;
}

th {
  color: white;
}

.name {
  font-size: 25px;
  width: 40px;
  word-wrap: break-word;
  background-color: white;
}

.info {
  font-size: 17px;
  width: 400px;
  word-wrap: break-word;
  background-color: white;
}

.fish {

  width: 100%;
  height: 250px;
}

/* Overall CSS */

h1 {
  text-align: center;
  font-size: 45px;
}

img {
  width: 100%;
  margin: 0 auto;
  height: 450px;
  object-fit: fill ;
  display: block;
}

footer {
 text-align: center;

}

/* Page3 CSS */

form {
  padding: 5px;
  font-size: 25px;
  border: 5px solid black;
  background-color: white;
  width: fit-content;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
}

input {
  float: left;
  clear: left;
  margin: 10px;
}

label {
  float: left;
  font-size: 1.4em;
}

/* Formats Total Cost */

aside {
  margin-top: 0;
  background-color: white;
  border: 5px solid black;
  font-size: 25px;
  width: 225px;
}

.geartalk {
  background-color: white;
  border: 5px solid black;
  font-size: 20px;
  word-wrap: break-word;
  width: auto;
}


.equipment {
  margin-bottom: 0;
  background-color: white;
  border: 5px solid black;
  width: 386px;
  background-color: darkslategray;
  color: white;
  font-size: 25px;
}

.icon {
  float: left;
}

.window {
 float: center;
 width: 50%;
 height: 50%;
}

/* Page4 CSS */

.select {
  border: 5px solid black;
  background-color: white;
  width: fit-content;
}

.report-controls {
  margin-bottom: 20px;
  border: 5px solid black;
  background-color: white;
  width: fit-content;
}

#species-select, #generate-report-btn {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#generate-report-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

#generate-report-btn:hover {
  background-color: #45a049;
}

.report-content {
  width: fit-content;
  border: 5px solid black;
  padding-top: 20px;
  background-color: white;
}


.error-message {
  color: darkred;
  font-weight: bold;
  font-size: 25px;
}

/* Page5 CSS */

 .input {
  display: flex; 
  align-items: center;
}

 .comment {
  display: flex; 
  align-items: center;
}

span {
  color: red;
}

.submit {
  
}

h3 {
  padding: 5px;
  font-size: 25px;
  border: 5px solid black;
  background-color: darkslategray;
  width: fit-content;
  color: white;
  border-spacing: 5;
  margin-bottom: 0;
}

#welcome-message {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  background-color: white;
  border: 5px solid black;
  width: fit-content;
}

h4 {
  border-top: 5px solid black;
  padding: 5px;
  font-size: 25px;
  background-color: white;
  width: fit-content;
  border-spacing: 5;
  margin-bottom: 0;
}