@media screen and (min-width: 991px) {
  html body .container-fluid.body-content {
    bottom: 0 !important;
  }
}
@media screen and (min-width: 991px) {
    .mobile {
display: none !important;
visibility: hidden !important;
}
}
html {
  height: 100%;
}
html body {
  height: 100%;
  overflow: hidden;
}
html body .container-fluid.body-content {
  position: absolute;
  top: 10%;
  bottom: 12%;
  right: 0;
  left: 0;
  overflow-y: auto;
  background-color: #171717;
  padding-top: 5vh;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1f1f1f;
    height: 10%;
}
footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f1f1f;
    height: 12%;
}
#title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 8vh;
	font-style: italic;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.img3{
    padding-top: 5%;
}
.img1{
    max-width: 15vmax;
}
.img4{
    width: 15vh;
    padding: 5%;
}
#ime{
    font-family:"Roboto Bk", Roboto, "Roboto Cn", "Roboto Lt", "Roboto Slab", "Roboto Th";
	font-size: 7.4vmin;
    color: #d7d7d7;
    text-align: center;
}
.prijavljen{
    text-align: left;
    vertical-align: middle;
    font-family:"Roboto Bk", Roboto, "Roboto Cn", "Roboto Lt", "Roboto Slab", "Roboto Th";
	font-size: 7vmin;
    color: #d7d7d7;
}
a:hover{
    text-decoration: none !important;
}