body {
  background-size:cover;
  background-image:url("../../assets/img/torkul_backg.jpg");
}

.container {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
}

@media (max-width: 990px) {
  #footer {
    position:static;
    bottom:0;
    width:100%;
  }
}

#footdiv {
  position:absolute;
  bottom:0;
}

#podrska {
  border:1px solid #000;
}

.sub2 {
  justify-content:start;
}

.sub1 {
  justify-content:end;
}

@media (max-width: 800px) {
  .sub2 {
    justify-content:center;
  }
}

@media (max-width: 800px) {
  .sub1 {
    justify-content:center;
  }
}

.sub3 {
  justify-content:start;
}

@media (max-width: 750px) {
  .sub3 {
    justify-content:center;
  }
}

