.imageBox {
            position: relative;
            float: left;
        }
.imageBox .hoverImg {
            position: absolute;
            left: 0;
            top: 0;display: none;
        }
        .imageBox:hover .hoverImg {
            display: block;
        }


img{
    height:625px;
    width:417px;
}
a:hover{
    font-weight:bold;
    color:rgb(168, 208, 85);
}
a{
    font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  color:black;
  text-decoration:none;
  font-style:normal;
}
figcaption{
    font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
 color:rgb(168, 208, 85);
 font-style:italic;
}
.navbar {
    overflow: hidden;
    background-color: white;
    top: 0px; 
    width: 100%; 
    font-family: 'Roboto Condensed', sans-serif;
    line-height:10px;
    font-size:20px;
    padding-top:0px;
    margin-top:0px;
    padding-bottom:10px;
    font-weight:300;
    border:none;
  }


.navbar a {
    display: inline-block;
    color: black
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    border:none;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}