body { margin: 0; padding: 0;}

body {
    width: 100%;
    height: 100%;
    font-family: Roboto, arial, helvetica, sans-serif;
    font-size: 14px;
    background-image: url("gui/podloga_2.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.purgatory { clear: both; }

a {
    text-decoration: none;
    color: white;
}

.okvir h1 {
    border-bottom: solid 1px gainsboro;
    color: gray;
    padding: 5px 20px 5px 20px;
    font-size: 36;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to right, #E01E23 0%,#E01E23 50%,#E01E23 50%,#2D2E2F 50%,#2D2E2F 100%);
    text-align: center;
}

#head {
    background-color: #2D2E2F;
    margin: auto;
    position: relative;
}

#head img {
    width: auto;
    float: left;
}

#main_menu {
    right: 0;
    bottom: 0;
    color: white;
}

#butcher { display: none; }

#content {
    background-color: white;
    min-height: 1000px;    
}

#content * {
    box-sizing: border-box;
}

.content-inner {
    /* min-height: 300px; */
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
}

.content-inner div {
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

p { padding: 0 20px; text-align: justify; }

.link_okvir {
    border-radius: 10px;
    padding: 10px 15px;
    -webkit-box-shadow: 6px 6px 37px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 37px -10px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 37px -10px rgba(0,0,0,0.75);
    color: gray;
    font-size: 18px;
}

.link_okvir:hover {
    border: solid 1px gray;
}

.bgg {
    background-color: gainsboro;
}

.bgg h1 {
    border-bottom: solid 1px gray;
}

.bgc {
   background-color: #2D2E2F;
   color: gainsboro;   
}

.thumbs {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

.thumbs a {
    /* float: left; */
    display: inline;
    margin-left: 10px;
}

#supercisto {
   color: white;
   text-align: right;
   line-height: 1.5;
   padding-right: 20px;
}

#supercisto h1 {
   text-decoration: none;
   font-size: 18px;
   font-weight: bold;
}

#aidaart {
   text-align: left;
   padding-left: 20px;
   margin-bottom: 20px;
}

#kontakt h2 {
   padding: 0;
   margin: 0 0 5px 0;
}

#kontakt a { color: red; }

#info {
   font-size: 10px;
   padding: 15px;
   border-top: solid 1px gray;
   text-align: justify;
   margin-top: 15px;
   color: gainsboro;
}

/* -------------------------------------------------------------------------- */
/* MOBILE MODE: ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

   #header {
      height: 50px;
      border-bottom: solid 5px #2D2E2F;
   }

   #head {
      width: 100%;
      height: 50px;
   }

   #head img {
      height: 45px;
      margin: 5px 0 0 5px;
   }

   #main_menu {
      display: none;
      position: fixed;
      top: 52px;
      padding-top: 15px;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
   }

   #main_menu a.textLink {
      display: inline-block;
      font-size: 18px;
      width: 80%;
      padding: 10px;
      border: solid 1px gainsboro;
      border-radius: 10px;
      color: white;
      margin-top: 15px;
   }

   #main_menu a.iconLink {
      display: inline-block;
      font-size: 24px;
      width: 20%;
      margin-left: 3%;
      margin-right: 3%;
      margin-top: 30px;
      padding: 10px 0;
      border: solid 1px gainsboro;
      border-radius: 10px;
      color: white;
   }

   #hamburger { display: inline-block; }

   #hamburger, #butcher {
      text-align: center;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 7px;
      top: 8px;
      font-size: 31px;
   }

   #content {
      margin-top: 60%;
   }
   
   .content-inner div {
      width: 100%;
   }

   .content-inner h1 {
      background-color: #2D2E2F;
      color: white;
   }

   .link_okvir {
      width: 90%;
      margin: 20px 5%;
      min-height: 60px;
      border: solid 1px gainsboro;
      display: block;
   }

   .link_okvir i {
      display: inline-block;
      float: right;
      font-size: 30px;
      text-align: center;
      color: gainsboro;
      border-left: solid 5px gainsboro;
      padding: 5px;
   }

   #aidaart {
      display: block;
   }

}

/* -------------------------------------------------------------------------- */
/* TABLET MODE: ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 959px) {

   #header {
      height: 50px;
      border-bottom: solid 5px #2D2E2F;
   }

   #head {
      width: 100%;
      height: 50px;
   }

   #head img {
      height: 45px;
      margin: 5px 0 0 5px;
   }

   #main_menu {
      display: none;
      position: fixed;
      top: 52px;
      padding-top: 15px;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
   }

   #main_menu a.textLink {
      display: inline-block;
      font-size: 18px;
      width: 80%;
      padding: 10px;
      border: solid 1px gainsboro;
      border-radius: 10px;
      color: white;
      margin-top: 15px;
   }

   #main_menu a.iconLink {
      display: inline-block;
      font-size: 24px;
      width: 20%;
      margin-left: 3%;
      margin-right: 3%;
      margin-top: 30px;
      padding: 10px 0;
      border: solid 1px gainsboro;
      border-radius: 10px;
      color: white;
   }

   #hamburger { display: inline-block; }

   #hamburger, #butcher {
      text-align: center;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 7px;
      top: 6px;
      font-size: 31px;
   }

   #content {
      margin-top: 80%;
   }

   .content-inner div {
      width: 100%;
   }

   .link_okvir {
      width: 80%;
      margin: 20px 10%;
      min-height: 100px;
      border: solid 1px gainsboro;
      display: block;
   }

   .link_okvir i {
      display: inline-block;
      float: right;
      font-size: 50px;
      text-align: center;
      color: gainsboro;
      border-left: solid 5px gainsboro;
      padding: 15px;
      margin-right: 10px;
   }

   #aidaart {
      display: block;
   }

}

/* -------------------------------------------------------------------------- */
/* DESKTOP MODE: ------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

   #header {
      height: 80px;
      border-bottom: solid 10px #2D2E2F;
   }

   #head {
      width: 960px;
      height: 80px;
   }

   #head img {
      height: 80px;
   }

   #main_menu {
      display: block;
      position: absolute;
   }

   #main_menu a {
      display: inline-block;
      padding: 5px 10px;
      border-bottom: solid 5px #E01E23;
      color: white;
   }

   #main_menu a:hover {
      background-color: #E01E23;
   }

   #hamburger { display: none; }

   #content {
      margin-top: 50%;
      background-color: rgba(255, 255, 255, 0.8);
   }

   .content-inner div {
      width: 960px;
   }

   #uvod {
      background-color: rgba(255, 255, 255, 0.8);
      padding-bottom: 25px;
      margin-bottom: -20px;
   }

   .bgg {
       background-color: rgba(200, 200, 200, 0.6);
   }

   .link_okvir {
      width: 30%;
      border: solid 1px gainsboro;
      display: inline-block;
      margin-left: 2.5%;
   }

   .link_okvir i {
      display: block;
      font-size: 100px;
      text-align: center;
      color: gainsboro;
      border-bottom: solid 5px gainsboro;
      padding: 15px 0;
      margin: auto;
   }

   #aidaart {
      float: left;
   }
}
