 * {
    margin: 0;
    padding: 0;
    font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}



.menu a {

    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: small;
    

}


.menu a:hover {
  color: #fcff31;
}



.menu ul {

    list-style-type: none;
    display: flex;
    justify-content: center;
}

.menu li {

    padding: 20px;
    font-size: 14pt;
}


.menu {

    width: 100vw;
    height: 75px;
    background-color: #232970;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    
}






.naslov h1, h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    overflow: hidden;

}


.naslov {
  background-color: #121212;
}


.naslov h2 {
  color: white;
}



.naslov h1 {
    margin-top: 30px;
}


.logo1 {
  background-color: #121212;
  margin-bottom: 0;
}


.logo1 img {

  display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top: 30px;

}


.logo1 a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  text-decoration: none;
  text-align: center;
  color: white;
}

.logo1 a:hover {
  color: #3741af;
}

 #prijava{
    display: block;
    margin: auto auto;
  }



  .naslov2 h4{
    text-align: center;
    padding-bottom: 20px;


  }


.naslov2 {
  background-color: #e8d454;
  margin-top: 0;
}

  .naslov2 h3{
    text-align: center;
  padding-top: 20px;
    margin-top: 0;
    overflow: hidden;

  }


  .naslov2 * h3 h4{
    width: 100vw;
    background-color: #e8d454
  }

  .galerija  {

    display: flex;
    flex-direction: column;
    justify-content: space-around;
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;



  }

  .galerija img {
    width: 33vw;
    padding: 5px;
  }
  
  .galerijanaslov * {
    overflow-y: hidden;
  }
  .galerijanaslov h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    

  }

  .galerijanaslov{
    background-color: #232970;
  }

  .razvoj img {
    width: 80vw;
    max-width: 70vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

.misija img{
    width: auto;
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.vizija img {
      width: 80vw;
    max-width: 70vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.tekst {
  background-color: #121212;
  color: white;
}



  .tekst p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
  }


  .tekst h1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .razvoj h1{
    background-color: #e8d454;
    color: #121212;
  }

  .misija h1{
    background-color: #e8d454;
    color: #121212;
  }
  
  .vizija h1{
    background-color: #e8d454;
    color: #121212;
  }

  #kontakt {


    margin-top: 30px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    color: white;
  }

  td {


    padding: 5px;
  }


  #nslv {
    text-align: center;
  }


  .kntkt {
    background-color: #e8d454;
    padding: 15px;
  }

.update img {
  width: 20px;
  height: auto;
}

.vrijeme h3{
  text-align: center;
}

.treneri p {
      margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
}

.treneri h1{
  background-color: #e8d454;
  text-align: center;
  padding: 15px;
  color: #121212;
}

.treneri {
  background-color: #121212;
  color: white;
}

/* For mobile phones: */
.treneri img {
  width: 50vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;

}

@media only screen and (min-width: 900px) {
  /* For desktop: */
  .treneri img {
    width: 16vw;
    float: left;
    margin: 5px};
}

.gslika img {
  width: 100vw;
  height: auto;
}


.crno {
  background-color: black;
}


/* For mobile phones: */
.crno img {
  width: 100vw;
  margin-top: 50px;

}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .crno img {
    margin-top: 20px;
    height: 50vw;
    width: auto;
    margin-left: 50%;

}
}


.crno a {
  color: white;
}

.termininaslov {
  background-color: #232970;
}

.termininaslov h2 {
  text-align: center;
  overflow: hidden;
  padding: 10px;
  color: white;
}

.termininaslov h3 {
  text-align: center;
  overflow: hidden;
  padding: 10px;
  color: white;
}
.termini {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #121212;
  color: rgb(214, 214, 214);
}
.termini td {
  border: 2px solid rgb(214, 214, 214);
  padding: 1px;
  font-size: 8pt;
}

.termini th {
  border: 2px solid rgb(214, 214, 214);
  padding: 1px;
  font-size: 7pt;
}

.termini table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.centrirano img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}

.liga {
  display: block;
}

.liga p {
  text-align: center;
  margin-top: 15px;
}

#slikaaa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.bijeloazuriranje {
  background-color: white;
  color: #121212;
}


  .dugmee {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #ffffff;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}


.tabeleliga {
  display: flex;
  flex-direction: row;
  background-color: #121212;
  color: white;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .tabeleliga {
    flex-direction: column;
  }
}

.liganaslov h1{
  text-align: center;
  padding: 20px;
  background-color: #e8d454;
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  background-color: #232970;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  color: white;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.gaalerija {
  background-color: #121212;
  padding: 20px;
}


.space {
  background-color: #121212;

}

.space p{
  padding: 15px;
}

.countdown p {
  text-align: center;
  font-size: 60px;
  margin-top: 10px;
  color: white;
}

.countdown {
  background-color: #121212;
}

.glr h3{
color: white;
text-align: center;
}

.glr {
  background-color: #121212;
}

.container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }
}

.header {
  background-color: #121212;
}

.header h1 {
  color: white;
}

.header p {
  color: white;
}

.row {
  background-color: #121212;
}



.pliga {
  background-color: #121212;
  color: white;
  text-align: center;
  padding: 15px;
}