
body {
  font-family: "Bree Serif", Verdana, Arial, Helvetica;
}

/* Create two columns/boxes that floats next to each other */
.navigation {
  float: left;
  width: 100px;
  background: #DCB75F;
  border-radius: 25px;
  margin: 0.5%;
  padding: 0.5%;
  box-shadow: 1px 1px 3px black;
}


a {
    color:black;
    text-decoration: none;
}
a:hover {
    font-style: italic;
}

.active {
    font-weight:bold;
  background: #DCB75F;
  border-radius: 25px;
  margin: 0.5%;
  padding: 0.5%;
}

article {
    width: 80%;
    float: left;
  padding: 20px;
  background-color: #f1f1f1;
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
  margin: 0.5%;
  padding: 0.5%;
}

#upload {
    height: 100%;
    padding: 150px;
    
}


/* Style the header */
header {
  background-color: #58B9C9;
  text-align: center;
  vertical-align: text-top;
  font-size: 25px;
  color: white;
  height: 110px;
  border-radius: 25px;
  margin: 0.5%;
  padding: 0.5%;
}

logoninfo {
 font-size: 10px;
 color: #FFFFFF;
}

input[type=text] {

    border-radius: 3px;
    color: black;
    margin: 8px;
    width: 180px;

}

input[type=password] {

    border-radius: 3px;
    color: black;
    margin: 8px;
    width: 180px;

}

textarea {

    border-radius: 10px;
    color: black;
    margin: 8px;

}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #58B9C9;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
}

.button {
  background-color: #58B9C9;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
}


/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}



/* Style the footer */
footer {
  background-color: #D47C4B;
  padding: 10px;
  text-align: center;
  color: white;
    border-radius: 15px;
  margin: 0.5%;
}

/*welcome */
welcome {
  background-color: #f1f1f1;
  max-width: 500px;
    border-radius: 25px;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

divtab {
    resize: both;
    overflow: auto;
}

#searcher {
    border: 1px solid #DCB75F;
    border-radius: 15px;
    text-align: center;
    padding: 5px;
}

#print {
    color: white;
    background-color: #D47C4B;
    padding-right: 15px;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 15px;
  padding: 5px;
  width: 20%;
  margin: 5px;
}

.openq, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.openq:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.gallery {
    border: 1px solid #ccc;
    max-width: 300px;
        margin-left: auto;
    margin-right: auto;
}

.gallery:hover {
    border: 1px solid #000;
    opacity: 0.9;
}

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

}

.resize {
    float: left;
    width: 20%;
}

@media only screen and (max-width: 1200px) {
    .resize {
        width: 49%;
        height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .resize {
        width: 100%;
        height: auto;
    }
}