.Basictext {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 18px;
  text-align: left;
  margin: 0px 60px 0px 60px;
}
.Smalltext {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 12px;
  text-align: left;
}
.padding {
  padding-bottom: 50px;
}
.padding2 {
  padding-bottom: 25px;
}
.button {
  display: flex;
  justify-content: left;
  background-color: #323945;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 2px 2px;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
}
.buttoncontainer {
  text-align: right;
  margin: 30px 40px 20px 0px;
}
.buttondecorporatizer {
  display: flex;
  background-color: black;
  border: 2px solid rgb(13, 255, 0);
  border-radius: 10px;
  color: rgb(13, 255, 0);
  padding: 15px 30px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 2px 2px;
  cursor: pointer;
}

.indent {
  margin: 30px;
}
.Projectimage {
  width: 90%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 20px;
}
.Projectimage2 {
  max-width: 300px;
  border-radius: 10px;
}
.Projectimagemultiple {
  width: 90%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
}

.Pinholeimage {
  width: auto;
  height: 10%;
  max-height: 250px;
}

.Paintingimage {
  width: auto;
  height: 30%;
  max-height: 400px;
}

.topnav {
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.topnav a {
  position: sticky;
  top: 0;
  z-index: 1000;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #e6e6e6;
  color: black;
}
