#divstyle{
  background-image: url("cat3.jpg");
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 700px;
}

ul{
  list-style-type: none;
  margin: 0px;
  padding:10px;
  width: 2000px;
  overflow: hidden;
}
li{
  display: inline;
  color: azure;
  text-decoration: none;
  padding: 14px 16px;
}
a:link{
  color: white;
}
a:visited{
  color: green;
}
a:hover{
  color:red;
}
a:active{
  color: rgb(51, 0, 255);
}
#divid{
  overflow: hidden;
  position: fixed;

}
#div1{
  overflow: hidden;
  position: sticky;

}
#firstp{
    color: white;
    font-size: 20px;
    font-weight: bolder;
    float: left;
   text-align: center;
}
pre{
    color: white;
    font-size: 80px;
    text-align: left;
}
.button {
    border: none;
    color: azure;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
  }

  .footer {
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    margin-top: 200px;
  }
  .colorstyle{
    background-image: linear-gradient(to right,#858585,#002D62);
}
#homestyle{
  text-align: center;
}
#photos{
  column-count: 3;
}
#aboutid , #aboutid2{
  column-count: 2;
}
.aboutheader{
  font-style: bold;
  color: azure;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  font-size: xx-large;
  text-align: center;
}


.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
  float: right;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.topnav a.active {
  background-color: #2196F3;
  color: rgb(51, 0, 255);
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
#lispec{
  padding-left:450px ;
}