body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

.container {
    max-width: 1250px;
}

h1 {
    color: #5693CE;
    text-shadow: 1px 3px 2px rgba(0, 56, 108, 0.42);
    -webkit-text-stroke-width: 15px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Arima", system-ui;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    paint-order: stroke fill;
}

h2 {
    color: #E01F8F;
    text-shadow: 4px 2px 1px rgba(41, 42, 42, 0.25);
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Arima", system-ui;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    paint-order: stroke fill;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;

}

h3.nagrade {
    margin-top: 100px;
}

h3 {
    color: #292A2A;
    font-family: "Arima", system-ui;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

.header-bg {
    background: linear-gradient(180deg, #FFF 0%, #97CAEC 73.56%);
    position: relative;
    margin-bottom: 150px !important;
}

.header-bg img.bijeli-oblak {
    width: 100%;
    position: absolute !important;
    bottom: 0 !important;
    margin-bottom: -4%;
    z-index: 5;
}

img.datum {
    display: block;
    margin: 20px auto 90px;
}

img {
    max-width: 100%;
}

.logo {
    max-width: 200px;
}

.btn-header {
    float: right;
    border-radius: 30px;
    background: #5693CE;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
    border: 1px solid #5693CE;
    position: relative;
}

.btn-header:hover {
    background: #FFF;
    color: #5693CE;
    text-decoration: none;
}

.nagrade-bg {
    background: linear-gradient(180deg, #FFF 7.69%, #97CAEC 100%);
    position: relative;
}

p {
    color: #292A2A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.nagrada1 {
    max-width: 797px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

p.fotografije {
    position: absolute;
    bottom: 200px;
    min-width: 100%;
    text-align: center;
    color: #fff;
}

p.number {
    color: #5693CE;
    font-family: "Arima", system-ui;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.description-number {
    color: #292A2A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -40px;
}

.registracija {
    margin-top: 100px;
}

img.plavi-oblak,
img.bijeli-oblak {
    width: 100%;
}

.forma-bg {
    background-image: url('img/registracija-pozadina.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.content-pravila {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    background: #97CAEC;
}

.forma-bg {
    position: relative;
}

.content-pravila {
    margin-bottom: 50px;
    width: 97%;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

a.btn-light {
    border-radius: 30px;
    background: #FFF;
    color: #292A2A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}

a.btn-light.rs {
    float: right;
}

a.btn-light.fbih {
    float: left;
}

a.btn-light:hover,
a.btn-light-instagram:hover {
    text-decoration: none;
}

a.btn-light-instagram {
    border-radius: 30px;
    background: transparent;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #FFF;
    margin-top: 25px;
}

iframe {
    min-height: 939px;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1452px) {
    p.fotografije {
        bottom: 146px;
    }
		.header-bg img.bijeli-oblak {
	margin-bottom: -49px;
	}
}
@media screen and (max-width: 1038px) {
	.header-bg img.bijeli-oblak {
	margin-bottom: -49px;
	}
}
@media screen and (max-width: 1024px) {
    .content-pravila {
        margin-bottom: 0;
    }

    p.fotografije {
        bottom: 95px;

    }

    .header-bg img.bijeli-oblak {
        margin-bottom: -28px;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        text-align: center;
    }

    .medo {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }

    .header-bg img.bijeli-oblak {
        margin-bottom: 0;
    }

    .header-bg {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 798px) {
    iframe {
        min-height: 1190px;
    }
}

@media screen and (max-width: 770px) {
    img.plavi-oblak {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .content-pravila {
        bottom: -120px;
        padding-bottom: 20px;
    }

    .content-pravila {
        bottom: -200px;
        padding-bottom: 20px;
    }

    p.fotografije {
        bottom: 79px;

    }

    img.plavi-oblak {
        margin-bottom: -25px;
    }

    a.btn-light.rs,
    a.btn-light.fbih {
        float: none;
    }
}

@media screen and (max-width: 505px) {
    h1 {
        font-size: 74px;
    }

    h2 {
        font-size: 39px;
    }

    p {

        font-size: 15px;
    }

    h3 {
        font-size: 45px;
    }

    p.fotografije {
        bottom: 39px;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 70px;
        text-align: center;
    }

    .logo {
        max-width: 100px;
    }

    .btn-header {
        font-size: 15px;
        padding: 5px 15px;
    }

    p.fotografije {
        bottom: 42px;
    }

    img.datum {
        margin: 20px auto 50px;
    }
}


@media screen and (max-width: 350px) {
    h1 {
        font-size: 60px;
    }

    p.fotografije {
        bottom: 35px;
    }

    a.btn-light {
        font-size: 11px;
    }

    a.btn-light-instagram {
        font-size: 11px;
    }

    a.btn-light-instagram {
        font-size: 11px;
    }

    .content-pravila {
        bottom: -182px;
    }
}