/* boi
#337598 main color
#c9d7e1 siva
#84a5aa temno zelena?
#a3e3f7 svetlo sina
#ffe400 zhta*/
#footer {
  background-color: #C9D7E1 !important;
  background-image: none !important;
  background: #C9D7E1;
  color: #000;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.row {
    width: 100%;
    margin: 0;
  }
  
  .main_hook {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: "Anonymous Pro", monospace;
    color: #c9d7e1;
    padding-top: 1rem;
    font-weight: 700; 
  }
  i {
    color: #ffe420;
  }
  #quote {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -5vw;
    font-size: 25px;;
    font-family: "Anonymous Pro", monospace;
    font-weight: 400;
  }
  
  #quote::before,
  #quote::after {
    content: "";
    position: absolute;
    height: 0.1vw;
    width: 100%;
  }
  
  #quote::before {
    top: 0;
    background: linear-gradient(
      to right,
      rgba(132,165,170, 1),
      rgba(83, 201, 231, 0)
    )
  }
  
  #quote::after {
    bottom: 0;
    background: linear-gradient(
      to left,
      rgba(163,227,247, 1),
      rgba(83, 201, 231, 0)
    );
  }
  
  #quote p {
    width: 60vw;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 1.7vw;
  }
  * {
    box-sizing: border-box;
  }
  .backg {
    background-image: url(/images/poz1.svg);
    background-color: #337598;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .in{
    color: #c9d7e1;
    font-size: 2.5rem;
    font-family: "Anonymous Pro", monospace;  margin: 0;
    font-weight: 700;
  }
  .textIn{
    font-family: "Anonymous Pro", monospace;  margin: 0;
    font-weight: 700;
  }
  ul#countdown {
    width: 100%;
    list-style: none;
    margin: 50px 0;
    margin: 0 0;
    padding: 0;
    display: block;
    text-align: center;
    font-family: "Anonymous Pro", monospace;  margin: 0;
    font-weight: 700;
  }
  ul#countdown li {
    display: inline-block;
  }
  ul#countdown li span {
    font-size: 4em;
    font-weight: 700;
    line-height: 80px;
    color:#ffe420;
  }
  ul#countdown li.seperator {
    font-size: 4em;
    line-height: 70px;
    vertical-align: top;
    color: #a3e3f7;
  }
  ul#countdown li p {
    color: #c9d7e1;
    font-size: 25px;
    color: #a3e3f7;
  }
  /* Extra small devices (phones, 576px and down) */
  @media only screen and (max-width: 576px) {
    ul#countdown li span {
        font-size: 2.25rem;
        line-height: 50px;
    }
    ul#countdown li.seperator{
        font-size: 1.4rem;
        line-height: 50px;
    }
    ul#countdown li p{
        font-size: 1rem;
    }
    span.button-decoration{
        font-size: 1.2rem;               
    }
    span.button-decoration#prijavise {
        font-size: 1.5rem;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 576px and up) */
  @media only screen and (min-width: 576px) {
    ul#countdown li span {
        font-size: 3.5rem;
        line-height: 70px;
    }
    ul#countdown li.seperator{
        font-size: 3rem;
        line-height: 70px;
    }
    ul#countdown li p{
        font-size: 1.9rem;
    }
    span.button-decoration{
        font-size: 1.5rem;               
    }
    span.button-decoration#prijavise {
        font-size: 2rem;
    }
    .responsiveWidth {
        width: 100%;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    ul#countdown li span {
        font-size: 4rem;
        line-height: 100px;
    }
    ul#countdown li.seperator{
        font-size: 4rem;
        line-height: 100px;
    }
    ul#countdown li p{
        font-size: 2rem;
    }
    span.button-decoration{
        font-size: 1.5rem;
    }
    span.button-decoration#prijavise {
        font-size: 2rem;
    }
    .responsiveWidth {
        width: 50%;
    }
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    ul#countdown li span {
        font-size: 4rem;
        line-height: 50px;
    }
    ul#countdown li.seperator{
        font-size: 3.5rem;
        line-height: 50px;
    }
    ul#countdown li p{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    span.button-decoration{
        font-size: 1.5rem;
    }
    span.button-decoration#prijavise {
        font-size: 2rem;
    }
  }
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    ul#countdown li span {
        font-size: 4rem;
        line-height: 100px;
    }
    ul#countdown li.seperator{
        font-size: 3.5rem;
        line-height: 100px;
    }
    ul#countdown li p{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    span.button-decoration{
        font-size: 1.3rem;                 
    }
    span.button-decoration#prijavise {
        font-size: 2rem;
    }
    .responsiveWidth {
        width: 25%;
    }
  }
  
  span.button-decoration{
    background-color: #ffe420;
    color: #efeff1;
    /* border-radius: 0.5em;  */
    padding: 0.575em 1.5em;
  
    border-style: none;
    border-radius: 10px;
    font-family: "Anonymous Pro", monospace;
    color: black;
    font-weight: 700;
    transition: color, background-color 0.7s ease;  
  }
  
  span.button-decoration:hover{
    background-color: black;
    color: #ffe420;
    transition: color, background-color 0.7s ease;
  }
  
  .pic {
    margin-top: 40px; 
    margin-left: 20px; 
    margin-right: 20px; 
    max-height: 150px;
    width: auto;
    position: absolute;
  
  }
  .pic2 {
    margin-top: 40px; 
    margin-left: 20px; 
    margin-right: 20px; 
    max-height: 150px;
    width: auto;
    position: absolute;
  
  }
  .container {
    display: flex;
    justify-content: center;
  }