#thumbnail_logo {
    height:auto;
    width:75px;
}
.jumbotron {
   font-family:'Times New Roman', Times, serif;
}
.row.content {
    height: 930px;
}
.inner{
    overflow:hidden;
}
.inner img{
    transition:all 1.5s ease;
}
.inner:hover img{
    transform:scale(1.5);
}
.body {
    height:35%;
}
footer {
   height:125px;
   background-color:grey;
   color:white;

}
#thumbnail {
    position: absolute;
    left:0px;
    height:auto;
    width:100%;
}
#thumbnail2 {
    position: absolute;
    left:0px;
    height:auto;
    width: 100%;
}
#thumbnail3 img {
    height:auto;
    padding:5px;
    width:100%;
    cursor: pointer;
}
#thumbnail3 img:hover {
    opacity: 0.5;
}


