  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .example {background: red;}
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .example {background: green;}
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .example {background: blue;}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .example {background: orange;}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .example {background: pink;}
  }
  
  /* --------------------------------------------------------- */
  
  /* Općenite postavke tijela stranice*/
    body{
      width: 100%;
      height: 100%;
      font-family: Arial, Helvetica, sans-serif;
      font-size: medium;
    /*  overflow: hidden; */
    }  
  
    /* svi pravokutnici sa dodacima margina*/
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  /* svi iframe bez okvirnih linija*/
  iframe{
  border: none;
  }
   
  
  .a{
      width:100%;
      height: 40px;
      line-height: 30px;
      position: fixed;
      top: 0;
      left:0;
      display: grid;
      grid-template-columns: auto 50px 50px 50px;
      grid-template-rows: 30px;
      background-color: whitesmoke;
      border-bottom: solid 0.1px rgba(184, 18, 18, 0.856);
      padding: 5px;
   }

   .logo{
      height: 20px;
      width:auto;
      padding-left: 5px;
 }

 .ikone{
  height: 20px;
   width:auto;
   background-color: whitesmoke;
 
}


.ikone_1{
   /*  border: solid thin grey;*/
   text-align: center;
   padding-top: 4px;
   width: auto;
}


.b {
  width:100%;
  height: 25px;
  line-height: 25px;
  float: left;
  position: fixed;
  top: 30px;
  left:0;
  padding-left: 5px;
  padding-top: 4px;
  overflow: hidden;
  border-bottom: solid 0.1px blue
}

.b a {
  float: left;
  display: block;
  color: gray;
  text-align: left;
  padding-left: 5px;
  text-decoration: none;
  font-size: 12px;
}

.b a:hover {
  background: #ddd;
  color: black;
}







.izbornik{
font-size: larger;
border: thin solid violet;
}




.iframe{
  width:100%;
  height: 85%;
  position: fixed;
  top: 57px;
  left:0;
  padding: 5px;
  z-index: 0;
}




/* donja traka*/
.d{
  width:100%;
  height: 20px;
  line-height: 20px;
  position: fixed;
  bottom: 0px;
  left: 0;
  display: grid;
  font-size: 10px;
  font-style: normal;
  color: gray;
  grid-template-columns: 20vw auto 20vw;
  grid-template-rows: 20px;
  background-color: whitesmoke;
 }

.d1{
  text-align: left;
  padding-left: 5px;
}

.d2{
  text-align: center;
  font-style: italic;
}

.d3{
  text-align: right;
  padding-right: 5px;
}


/* dodao Davor za izbornik */
.dropbtn {
  color: rgb(0, 0, 0);
  padding: 0px;
  border: none;
  background-color: whitesmoke;
}

.dropmenu {
  color: rgb(0, 0, 0);
  padding: 5px;
  border: none;
  background-color: whitesmoke;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5a4e4e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  right: 0;
  top: 25px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:whitesmoke;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: whitesmoke;}
/* Izbornik - kraj*/



.okvir{
  display: grid;
  grid-template-columns: 100px auto 100px;
  border: solid thin grey;
  background-color: bisque;
  }







  .misa{
    width:100%;
    display: grid;
    grid-template-columns: 7% auto 30%;
    border: solid thin grey;
    background-color: rgb(225, 248, 247);
    padding: 5px;
    }

    .misa_bila{
    text-align: right;
    font-weight: bold;
    font-size: x-large;
    color: darkgrey;
      }

   .misa_bude{
        text-align: right;
        font-weight: bold;
        font-size: x-large;
          }


    .misa_mjesto{
        text-align: left;
        font-weight: bold;
        font-size: x-large;
          }


          .vid{
            width:100%;
            display: grid;
            grid-template-columns: 100px auto 100px;
            border: solid thin grey;
            background-color: rgb(225, 248, 247);
            padding: 5px;
            }
        
            .vid1{
            text-align: center;
            font-weight: bold;
          
              }
        
           .vid2{
                text-align: center;
                font-weight: bold;
                font-size: x-large;
                  }
        
        
            .vid3{
                text-align: center;
                font-weight: bold;
                font-size: x-large;
                  }
        
                  


.susreti{
    width:100%;
    display: grid;
    grid-template-columns: 100px auto 50px;
    border: solid thin grey;
    background-color: rgb(225, 248, 247);
    padding: 5px;
    }

    .susreti_tekst{
      text-align: right;
      font-weight: bold;
      font-size: medium;
      color: darkgrey;
        }  