* {
  margin: 0 auto;
  padding: 0 auto;
}

html {
  scroll-behavior: smooth;
}

body {
  background: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.bar {
  display: none;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: rgb(0, 4, 17);
  width: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.223);
  position: fixed;
  top: 0;
}
.container img {
  width: 70px;
  /*border-radius: 20px;*/
  padding: 5px;
}
.container h1 {
  color: #f2f4cb;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
}
.container .meni ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  padding-top: 8%;
  margin: 0%;
}
.container .meni ul li {
  text-transform: uppercase;
}
.container .meni ul li :hover {
  transition: 1s;
  background-color: rgba(255, 255, 255, 0.1);
}
.container .meni ul li a {
  text-decoration: none;
  color: #f2f4cb;
  padding: 5px;
}

.container2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 16%;
  width: 60%;
  /*background-color: $rb;*/
  color: #f2f4cb;
  border-radius: 20px;
  /*box-shadow: $bs;*/
}
.container2 h2 {
  font-size: 44pt;
  font-weight: 400;
  padding: 1%;
}
.container2 #bs {
  font-weight: 900;
  font-size: 88pt;
}
.container2 #bss {
  font-size: 25pt;
}
.container2 hr {
  width: 70%;
}
.container2 .dugmad {
  padding: 10px;
}
.container2 .dugmad :hover {
  transition: 1s;
  background-color: rgb(0, 4, 17);
  border: solid 1px rgb(0, 4, 17);
  color: #f2f4cb;
  font-weight: 500;
}
.container2 .dugmad a {
  color: #f2f4cb;
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #f2f4cb;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 45px 0px 5px;
}

.blokdva {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15%;
  background: url(../img/bannertwo.jpg);
  background-position: fixed;
  background-size: cover;
  /*background-color: $rb;*/
  width: 90%;
  padding: 3%;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.222);
}

.texttwo {
  background-color: rgb(0, 4, 17);
  padding: 10px;
  border-radius: 5px;
}
.texttwo h6 {
  font-size: 35pt;
  color: #f2f4cb;
  text-align: center;
  font-weight: 900;
}
.texttwo hr {
  width: 60%;
  color: rgb(0, 4, 17);
}
.texttwo p {
  color: #f2f4cb;
  font-size: 15pt;
  font-weight: 200;
}

.sidebar {
  display: none;
}

.table {
  width: 60%;
  margin-top: 5%;
  background-color: rgba(0, 4, 17, 0.7);
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.222);
}
.table #textone {
  color: #EDE7B1;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  font-size: 45pt;
  padding: 0px;
  font-weight: 700;
  width: 100%;
}
.table table {
  padding: 50px;
}
.table tr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 10px;
}
.table tr td {
  padding: 15px;
}
.table tr td img {
  width: 200px;
  border-radius: 5px;
  padding: 5px;
}

.download {
  margin-top: 5%;
  margin-bottom: 5%;
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(0, 4, 17);
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.222);
}
.download a {
  color: #EDE7B1;
  text-decoration: none;
}
.download a h6 {
  font-size: 35pt;
  padding: 16px;
}
.download a :hover {
  color: #ff4500;
  transition: 2s;
}

footer {
  background-color: rgb(0, 4, 17);
  color: #EDE7B1;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
footer .boxing {
  width: 40%;
  word-break: break-word;
}
footer .boxing h6 {
  padding: 5px;
  border-bottom: 1px solid #f2f4cb;
  font-size: 25pt;
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.14);
  border-radius: 5px;
}
footer .boxing p {
  margin-bottom: 3%;
}
footer #bs {
  margin-top: 5%;
  font-size: 10pt;
}

#ecdl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  width: 76%;
  background-color: rgba(0, 4, 17, 0.4);
  margin-bottom: 5%;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.222);
  z-index: 0 !important;
}
#ecdl .sertifikati {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#ecdl .sertifikati img {
  width: 10%;
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  margin-bottom: 6%;
}
#ecdl .sertifikati img:hover {
  width: 20%;
  transition: 3s;
}
#ecdl h6 {
  padding: 10px;
  font-size: 30pt;
  color: #f2f4cb;
  font-weight: 900;
}
#ecdl h6 span {
  font-weight: 300;
}
#ecdl p {
  color: #f2f4cb;
  font-size: 16pt;
  font-weight: 300;
  width: 100%;
}
#ecdl ul {
  list-style-type: 0;
  color: #f2f4cb;
  padding: 10px;
}
#ecdl ul li {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 16pt;
  padding: 5px;
}
#ecdl table {
  width: 70%;
}
#ecdl table thead {
  background-color: rgb(4, 53, 101);
  color: #f2f4cb;
}
#ecdl table thead th {
  font-size: 14pt;
  font-weight: 300;
}
#ecdl table td {
  font-size: 14pt;
  font-weight: 300;
  color: #f2f4cb;
}
#ecdl table td:hover {
  background-color: rgb(4, 53, 101);
}
#ecdl table .zebra {
  background-color: rgba(4, 53, 101, 0.2);
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0; /**/
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  width: 250px;
  z-index: 999;
  padding: 0px !important;
  background-color: rgba(0, 4, 17, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.2);
}

.sidebar a {
  width: 100%;
  padding: 10px;
}

.sidebar li {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.bar {
  padding: 20px;
}

@media screen and (max-width: 1250px) {
  .container2 h2 {
    font-size: 35pt;
  }
  .container2 #bs {
    font-size: 70pt;
  }
}
@media screen and (max-width: 1000px) {
  .container2 h2 {
    font-size: 20pt;
  }
  .container2 #bs {
    font-size: 40pt;
  }
  .table table {
    padding: 10px;
  }
  .table tr {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 10px;
  }
  .table tr td {
    padding: 15px;
  }
  .table tr td img {
    width: 200px;
    padding: 5px;
  }
  #ecdl ul li {
    padding: 10px;
    font-size: 13pt;
  }
  .hideonMobile {
    display: none;
  }
  .download #reference {
    font-size: 23pt;
    font-weight: 400;
  }
  .bar {
    display: flex;
  }
}
@media screen and (max-width: 790px) {
  .table {
    width: 90%;
  }
  .table table {
    padding: 10px;
  }
  .table tr {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 10px;
  }
  .table tr td {
    padding: 15px;
  }
  .table tr td img {
    width: 200px;
    padding: 5px;
  }
  #ecdl h6 {
    text-align: center;
  }
  .container img {
    width: 30px;
    margin-top: 50%;
  }
}
@media screen and (max-width: 650px) {
  #ecdl {
    width: 94%;
  }
  #ecdl .sertifikati {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #ecdl .sertifikati img {
    width: 30%;
  }
  #ecdl .sertifikati img:hover {
    width: 50%;
  }
  .download {
    width: 94%;
  }
  .download #reference {
    font-size: 23pt;
    font-weight: 400;
  }
  .container2 {
    width: 94%;
    margin-top: 35%;
    margin-bottom: 35%;
  }
  .container2 h2 {
    font-size: 30pt;
  }
  .container2 #bs {
    font-size: 50pt;
  }
  footer {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .boxing {
    width: 94%;
  }
}
@media screen and (max-width: 530px) {
  .container h1 {
    font-size: 28pt;
    font-weight: 200;
  }
  .container2 h2 {
    font-size: 20pt;
  }
  .container2 #bs {
    font-size: 40pt;
  }
}
@media screen and (max-width: 420px) {
  #textone {
    font-size: 25pt !important;
  }
  .container h1 {
    font-size: 20pt;
    padding: 5px;
    margin-top: 5%;
    margin-left: 5%;
  }
  .container .bar {
    padding: 0px;
    margin-top: 65%;
  }
  .container2 {
    margin-top: 55%;
    margin-bottom: 65%;
  }
  .container2 #bs {
    font-size: 30pt;
    font-weight: 700;
  }
  .container2 h2 {
    font-weight: 200;
  }
  .container2 .dugmad {
    padding: 0px;
  }
  .container2 .dugmad a {
    font-size: 10pt;
    margin: 0px;
  }
}
@media screen and (max-width: 370px) {
  .table {
    width: 100%;
  }
  .table img {
    width: 150px;
  }
  .container h1 {
    font-size: 15pt;
    margin-top: 9%;
  }
}/*# sourceMappingURL=style.css.map */