.jumbotron {
  background-image: url("tausta.jpg");
  background-size: cover;
  background-position: 50%;
}
.jumbotron-header {
  color: white !important;
  text-shadow: 2px 0px 5px rgba(100, 105, 107, 1);
  height: 200px;
  margin-top: 120px;
}
.btn-signup {
  background-color: #86b300;
  color: white;
  border: none;
}
.btn-signup:hover {
  background-color: #739900;
  color: white;
  border: none;
}
input[type=submit] {
  padding: 10px 20px;
  background: #86b300;
  border: 0 none;
  cursor: pointer;
  color: white;
}
input[type=file] {
  padding: 5px 15px;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#uploadBtn {
  width: 300px;
  padding: 10px;
  border: 3px dashed #739900;
  text-align: center;
  background: #86b300;
  cursor: pointer;
  color: white;
  margin: 0 auto;
  margin-top: 20px;
}
#uploadBtn:hover {
  border: 3px dashed #A6CB45;
  background: #739900;
}
.login-info {
  display: none;
}
.frontpage-most-popular-images {
  margin-top: 90px;
  margin-bottom: 50px;
}
.top-invidual-image {
  margin-bottom: 30px;
  transform: scale(2.2);
  position: absolute;
  left: 10%;
  top: 25%;
}
.top-rated-col:hover {
  transform:scale(1.07);
      transition: 0.5s;
}
.top-rated-col {
  transition: 0.5s;
  min-height: 250px;
  max-width: 250px;
  margin-bottom: 30px;
  overflow: hidden;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.75);
}
.top-rated-button {
   background: transparent;
   border: none !important;
   font-size:0;
}
.top-rated-info{
  padding:10px;
  width: 100%;
 height: 30%;
 position: absolute;
 bottom:0;
 left: 0;
 z-index: 90;
 color:white;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.top-rated-container {
  margin: auto;
     width: 95%;
}
