body {
  font-family: IBM Plex Sans;
  margin: 0;
}
ul.toplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: +1;
}

li.toplist {
  float: left;
}

li a.toplist {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a.toplist:hover:not(.active) {
  background-color: #111;
}
header {
  background-image: url('home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10%;
  text-align: center;
  font-size: 25px;
  color: white;
}
.button {
  background-color: #1683B6;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
}
.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
a {
  text-decoration: none;
}
div.pictext1 {
  width: 80%;
  margin-left: 10%;
  margin-top: 3%;
  margin-right: 10%;
}
div.pictext1 div {
  width: 50%;
  float: left;
  height: 30%;
}
.pic1 {
  width: 100%;
  height: 100%;
}
.text1 {
  text-align: justify;
  font-size: 18px;
  padding-left: 2%;
}
div.pictext2 {
  width: 80%;
  margin-left: 10%;
  margin-top: 3%;
  margin-right: 10%;
  margin-bottom: 7%;
  display: flex;
}
div.pictext2 div {
  width: 50%;
  clear: left;
  height: 30%;
}
.pic2 {
  width: 100%;
  height: 100%;
  margin-top: 7%;
}
.text2 {
  text-align: justify;
  font-size: 18px;
  padding-left: 2%;
  margin-top: 11%;
}
footer {
  margin: 0;
  padding: 0;
  background-color: grey;
  width: 100%;
  bottom: 0;
}
.foottext {
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 1%;
}
ul.botlist {
  list-style-type: none;
  margin-left: 0.7%;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
}
li a.botlist {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding-left: 25px;
  padding-bottom: 35px;
}
li.botlist{
  float: left;
}
@media only screen and (max-width:800px) {
  .pic11 .pic22 .text11 .text22 {
    width: 100%;
  }
  div.pictext1 div {
    clear: left;
    width: 100%;
  }
  div.pictext2 {
    display: flow-root;
  }
  div.pictext2 div {
    width: 100%;
  }
  .foottext {
    padding-left: 4%;
  }
  header {
    background-image: url('homemini.jpg');
  }
}
@media only screen and (max-width:600px) {
  header {
    font-size: 17px;
    background-image: url('homeminii.jpg');
  }
  .button {
    font-size: 12px;
    padding: 12px 26px;
  }
  li a.botlist {
    padding-left: 12px;
    padding-bottom: 26px;
  }
}
