/* ============================================================
   TRIWOLY – Styly pro stránku: Obřad (body.obrad)
   Doplněk k style.css a media-queries.css
   ============================================================ */

/* --- Základní styly --- */
body.obrad .second{background:linear-gradient(rgba(20,27,41,0.9),rgba(20,27,41,0.9)),url(../images/kytara+sax2-min.jpg)}
body.obrad .second,.second,.fourth,.cont_form{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:center;background:var(--background-light)}
body.obrad .flex-items:nth-child(1){background:url(../images/Wedding-guitar.jpg) no-repeat}
body.obrad .flex_photo{background:url(../images/kytara+sax4-min.jpg) no-repeat}
.flex-items:nth-child(1),.flex-items:nth-child(2),.flex_photo,body.obrad .flex_photo,body.obrad .flex-items:nth-child(1){background-size:cover;background-position:center;filter:grayscale(70%);border-radius:7px;transition:all .3s ease-in-out}
.flex-items:nth-child(1):hover,.flex-items:nth-child(2):hover,.flex_photo:hover,body.obrad .flex_photo:hover,body.obrad .flex-items:nth-child(1):hover{filter:grayscale(0%);transform:scale(1.01)}
