body,html {
    height: 100%;
    font-family: arial,sans-serif;
}

body{
    margin-top: 60px;
}

#header{
    margin-top: -80px;
}

.searchContent{
    width: 100%;
    margin: 10px;
}

.navbar img{
    max-height: 40px;
    margin: 1px 10px;
}
#search-input{
    min-width: 40vw;
}

.searchResult{
    font-size: 1.1em;
    padding: 5px;
    color: #545454;
}

.searchResult .image, .searchResult .image img, .searchResult h2, .searchResult h3{
    position: relative;
    padding: 0;
    margin: 0;
}

.searchResult h2{
    margin: 15px 0 5px 0;
}

.searchResult .thumbsGIF{
    position: absolute;
    top: 0;
    left: 0;
}

.searchResult h2{
    font-size: 1em;
}

.searchResult h3{
    font-size: 0.8em;
}
.searchResult .details{
    overflow: hidden;
    max-height: 10vw;
    font-size: 0.7em;
}

.searchResult .details h3{
    font-size: 1.1em;
}

.searchResult .details:before {
  content:'';
  width:100%;
  height: 10vw;   
  position:absolute;
  left:0;
  top:0;
}

a{
    color: #1a0dab;
}

.when{
    color: #888;
    font-size: 0.7em;
}

.searchResult:hover{
    background-color: #EFEFEF;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  clear:both;
  border-top: 1px solid #BBB;
  text-align: right;
  padding: 5px;
  z-index: 9999;
  
} 
.navbar, .footer {
  border-bottom: 1px solid #BBB;
  box-shadow: 2px 2px 10px 2px #888888;
  
} 
.container{
    margin-bottom: 70px;
}

.bottomButtons .btn{
    font-size: 1.2em;
    padding: .10rem .2rem;
}

.info{
    font-size: 0.9em;
}

.duration{
    position: absolute;
    top: 5px;
    left: 5px;
}