*{
    text-align: center;
}
body{
    background-color: #c8edc5;
    font-family: Arial;
    font-size: 25px;
}
#header{
    color: #275e23;
    font-size: 50px;
    border-style: double;
    border-color: white;
    border-width: 15px;
    font-family: Garamond;
}
#floating-cat{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    border: none;
    display: block;
    margin-right: auto;
    width: 13%;
}

#head {
    width: 100%;
    height: auto;
}

p{
    border-style: double;
    border-color: white;
    border-width: 15px;
}


#size{
    height: 300px;
    width: 300px
}

#imagealign{
    margin-left: auto;
    margin-right: auto;
}



div.gallery {
    border: 1px solid #ccc;
}


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

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
.responsive {
    width: 49.99999%;
    margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
.responsive {
    width: 100%;
}
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #44bd7e;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.container:hover .overlay {
    width: 100%;
}

.text {
    white-space: nowrap; 
    color: white;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* Add a black background color to the top navigation */
.topnav {
    background-color: #275e23;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top:0;
    font-size:25px
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
  
}

span.moreList{
    font-size:14px;
}

#extra:hover::after{
    content:"!"
}