
*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html{ font-size:16px; position:relative; overflow:-moz-scrollbars-vertical; width:100%; min-height:100%; overflow-y:scroll; }
body{ height:100%; color:#fff; margin:0 0 20px 0; padding:0; background:#000; font-weight:normal; font-family:fontL,Arial,Verdana; text-align:justify; -webkit-print-color-adjust:exact; }
p{ margin:0 0 10px 0; padding:0; line-height:1.4rem; -webkit-margin-before:0; }
strong, b{ font-family:fontB; font-weight:normal; color:#bbb; line-height:1.3rem; }
img{ margin:0; border:0px; }

.ly{ display:grid; grid-template-areas:'image' 'addr'; row-gap:30px; width:100%; max-width:1920px; margin:0 auto; }
.ly .image{ grid-area:image; }
.ly .image img{ width:100%; }
.ly .addr{ grid-area:addr; text-align:center; }
.ly .addr p{ color:#888; }
.ly .addr p b{ color:#bbb; }

/* Fonty */

@font-face{ font-family: 'fontL'; src: url('../font/CenturyGothics.ttf'); }
@font-face{ font-family: 'fontB'; src: url('../font/CenturyGothicsBold.ttf'); }

/* Responsivni design */

@media only screen and (max-width:640px)
{
  html{ font-size:14px; }
}
