@font-face { font-family: "Faculty"; src: url("font/FacultyGlyphic-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } .bor { border: 2px solid blue; } .color { max-width: 390px; } .spacer { height: 100px; } .spacer2 { height: 70px; } .spacer3 { height: 5px; } .spacer4 { height: 20px; } .spacer50 { height: 50px; } .heading3 { font-family: "Faculty", sans-serif; font-size: 55px; font-weight: 500; text-align: center; margin-bottom: 20px; color: #fff; } .heading33 { font-family: "Faculty", sans-serif; font-size: 55px; font-weight: 500; text-align: center; color: #fff; } .biggerGone { display: none; } /* NAVBAR SECTION */ .navLinks { font-weight: 400; font-size: 18px; font-family: "Faculty", sans-serif; } .navLinks .link { width: 60px; position: relative; padding-bottom: 10px; margin-top: 20px; text-decoration: none; } .navLinks .link a { color: #0071bc; } .navLinks .expandable .submenu { display: none; position: absolute; top: 100%; left: 0; background: linear-gradient(180deg, #a5d2fc, #fff, #fdd9eb); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); z-index: 1; } .navLinks .expandable:hover .submenu { display: block; } .submenu a { display: block; padding: 8px 16px; color: black; } .submenu a:hover { text-decoration: underline; } /* NAVBAR SECTION END ----- */ /* FIRST SECTION */ .first { background: linear-gradient(180deg, #a5d2fc, #ffff, #fdd9eb, #bfbaf8); } .first img { width: 210px; height: 210px; } .mainImg { position: relative; } .mainImg img { width: 100%; height: auto; border-radius: 5px; } /* FIRST SECTION END ----- */ /* AREA SECTION */ .area { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #bfbaf8, #bfbaf8); } .topPhoto img { border-radius: 5px; max-width: 85.3%; max-height: 85.3%; margin-top: 10px; margin-bottom: 0; } .botPhoto img { border-radius: 5px; margin-top: 5px; margin-bottom: 10px; margin-right: 3px; margin-left: 3px; width: 146px; height: 115px; } .board { border: 3px solid white; border-radius: 5px; background: transparent; margin-top: 0; padding: 10px; min-height: 390px; } .clickable-heading { cursor: pointer; margin-bottom: 0; max-width: 280px; padding-bottom: 5px; color: white; } .selected-heading { border: 3px solid white; border-radius: 2px; border-bottom: none; margin-bottom: 0; color: white; } .boardRadio { margin-top: 20px; } .boardRadio input[type="radio"] { margin: 0 15px; } .boardList { max-width: 70%; margin-top: 20px; list-style-image: url("media/recreation/list3.png"); } .boardList li { font-family: "Faculty", sans-serif; font-size: 22px; margin: 10px 0; margin-left: 40px; color: white; } .boardList p { font-size: 19px; color: white; } /* AREA SECTION END ----- */ /* ROOMS SECTION */ .rooms { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #bfbaf8); } .rooms .container { padding: 0; } .rooms .row { margin: 0; } .rooms .col-4 { padding: 0; position: relative; } .rooms img { width: 100%; height: auto; display: block; box-sizing: border-box; } .rooms .row { width: 91%; height: auto; margin: 0 auto; background-color: transparent; border-left: 4px solid rgba(255, 255, 255, 0.4); border-right: 4px solid rgba(255, 255, 255, 0.4); border-bottom: 4px solid rgba(255, 255, 255, 0.4); border-top: 1.5px solid rgba(255, 255, 255, 0.4); border-radius: 20px; } .leftRoom { border-top-left-radius: 20px; border-bottom-left-radius: 20px; border-right: 4px solid #fff; } .centerRoom { border-left: 2.3px solid #fff; border-right: 2.3px solid #fff; } .rightRoom { border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-left: 4px solid #fff; } .smallWave { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; border-bottom-left-radius: 20px; border-right: transparent 3px solid; } .smallWave2 { position: absolute; bottom: -2px; left: 0; width: 100%; height: auto; border-right: transparent 2px solid; border-left: transparent 1px solid; } .smallWave3 { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; border-bottom-right-radius: 20px; border-left: transparent 3.5px solid; } .smallName { font-family: "Faculty", sans-serif; font-size: 22px; font-weight: bold; color: #fff; position: absolute; bottom: -3px; left: 0; width: 100%; height: auto; text-align: center; z-index: 2; } .hoverText1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: white; background-color: rgba(0, 0, 0, 0.5); padding: 10px; border-right: 4px solid #fff; border-top-left-radius: 20px; border-bottom-left-radius: 20px; opacity: 0; transition: opacity 0.3s ease; z-index: 1; font-size: 17px; font-family: "Faculty", sans-serif; line-height: 26px; font-style: italic; } .hoverText2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: white; background-color: rgba(0, 0, 0, 0.5); padding: 10px; opacity: 0; transition: opacity 0.3s ease; z-index: 1; border-left: 2.3px solid #fff; border-right: 2.3px solid #fff; font-size: 17px; font-family: "Faculty", sans-serif; line-height: 26px; font-style: italic; } .hoverText3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: white; background-color: rgba(0, 0, 0, 0.5); padding: 10px; border-left: 4px solid #fff; border-bottom-right-radius: 20px; border-top-right-radius: 20px; opacity: 0; transition: opacity 0.3s ease; z-index: 1; font-size: 17px; font-family: "Faculty", sans-serif; line-height: 26px; font-style: italic; } .col-4:hover .hoverText1 { opacity: 1; } .col-4:hover .hoverText2 { opacity: 1; } .col-4:hover .hoverText3 { opacity: 1; } /* ROOMS SECTION END ----- */ /* FOOD SECTION */ .food { background-color: #bfbaf8; } .foodBar .foodBtn { background: linear-gradient( 180deg, rgba(191, 186, 248, 0.6), rgba(165, 210, 252, 0.5), rgba(191, 186, 248, 0.6) ); text-align: center; padding-top: 8px; } .foodBar .left { border-top-left-radius: 6px; border-bottom-left-radius: 6px; border: 4px solid white; border-bottom-right-radius: 0; } .foodBar .right { border-top-right-radius: 6px; border-bottom-right-radius: 6px; border: 4px solid white; } .foodBar .side, .center { border: 4px solid white; } .foodBar h4 { font-size: 19px; font-family: "Faculty", sans-serif; color: white; letter-spacing: 0.5px; } .diningImg img { width: 220px; height: 195px; margin: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(white, white) padding-box, white border-box; border-radius: 10px; border: 3px solid transparent; box-sizing: border-box; } .diningImg { display: flex; justify-content: center; } .foodPlace { margin-right: 1px; margin-left: 1px; } /* FOOD SECTION END ----- */ /* RENT SECTION */ .rent { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #bfbaf8, #bfbaf8); } .rentSmaller p { font-size: 19px; color: white; } .rentHeading img { width: 100%; height: auto; display: block; box-sizing: border-box; } .rentHall { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 400px; margin: 0 auto; background-color: transparent; border-radius: 10px; } .rentHall2 { position: absolute; top: 50%; left: 50%; width: 408px; height: 510px; transform: translate(-50%, -50%); /* Zarovná na střed */ background-color: transparent; border: 4px solid white; border-radius: 10px; } .topRentPhoto { width: 100%; margin-top: 5px; margin-bottom: 10px; } .topRentPhoto img { width: 390px; max-height: 260px; height: auto; border-radius: 5px; } .botRentPhoto { display: flex; justify-content: space-between; width: 100%; max-height: 82px; } .botRentPhoto img { width: calc( 33.33% - 10px ); /* Upraví šířku pro tři obrázky v řadě s mezerou mezi nimi */ height: auto; margin: 0 5px; border-radius: 5px; } .rentInfo { position: relative; width: 400px; z-index: 1; } .rentInfo h1 { font-size: 36px; font-family: "Faculty", sans-serif; margin-top: 5px; } .rentInfo p { font-size: 19px; letter-spacing: 0.5px; margin-bottom: 7px; } .rentInfo img { position: absolute; top: 18%; left: 0; opacity: 0.8; width: 100%; height: auto; object-fit: cover; z-index: -1; } .rentSchooling { background-color: transparent; width: 270px; height: 322px; border-radius: 10px; border: 4px solid white; margin: 0 auto; } .rentSchooling img { width: 260px; height: auto; border-radius: 10px; } .schoolingInfo { position: relative; height: 123px; z-index: 1; margin-bottom: 10px; } .rentSchooling h1 { font-size: 26px; font-family: "Faculty", sans-serif; margin-top: 7px; } .rentSchooling p { font-size: 16px; line-height: 21px; letter-spacing: 0.3px; } .schoolingInfo img { position: absolute; top: 50%; left: 0; opacity: 0.8; width: 100%; height: auto; object-fit: cover; z-index: -1; } /* RENT SECTION END ----- */ /* ADDITIONALS SECTION ----- */ .additonals { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #a5d2fc); } .additonals img { width: 240px; height: 240px; border: 4px solid white; border-radius: 5px; } .additonals h2 { font-size: 36px; font-family: "Faculty", sans-serif; margin-top: 5px; margin-bottom: 25px; color: white; } /* ADDITIONALS SECTION END ----- */ /* TRANSPORT SECTION */ .transport { background: linear-gradient(180deg, #a5d2fc, #a5d2fc, #bfbaf8); } .transport .box { margin: 0 auto; width: 230px; height: 210px; border: 4px solid white; border-radius: 15px; } .transport .box h4 { font-size: 21px; font-family: "Faculty", sans-serif; margin-bottom: 30px; } /* TRANSPORT SECTION END ----- */ /* TIPS SECTION */ .tips { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #bfbaf8); } .articleCart { background-color: transparent; border: 4px solid white; border-radius: 15px; } .photoPart { align-items: start; } .padd { padding: 0; } .tipsPhotoTop img { width: 100%; height: 165px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .tipsPhotoBott img { width: 86.3px; height: 60px; margin-top: 2px; } .leftPhoto { border-bottom-left-radius: 15px; } .rightPhoto { border-bottom-right-radius: 15px; } .articleContent { padding: 10px; } .articleContent h1 { font-family: "Faculty", sans-serif; margin-top: 10px; } .articleContent img { width: 23%; height: auto; margin: 5px; } .articleContent img:hover { transform: scale(1.1); cursor: pointer; } .articleContent p { margin-left: 15px; font-size: 17px; max-width: 730px; } /* TIPS SECTION END ----- */ footer { background: linear-gradient(180deg, #bfbaf8, #d0e7fb, #bfbaf8); } footer a:hover { text-decoration: none; color: black; } footer a { text-decoration: none; color: black; } /* Větší tablet & menší notebook */ @media (min-width: 992px) and (max-width: 1200px) { .diningImg img { width: 185px; height: 160px; } .tipsPhotoBott img { width: 71px; height: 50px; } .botPhoto img { width: 118px; height: 100px; } .articleContent p { font-size: 15px; } .articleContent h1 { font-size: 32px; } } /* Větší tablet & menší tablet */ @media (min-width: 768px) and (max-width: 992px) { .hideTablet { display: none; } .tablet img { width: 100%; height: auto; margin: 0 auto; } .mainImg img { width: 100%; height: auto; margin: 0 auto; } .smallName { font-size: 18px; bottom: -12px; } .hoverText1, .hoverText2, .hoverText3 { font-size: 11px; } .foodBtn { margin: 0 auto; min-width: 130px; } .foodBtn h4 { font-size: 14px; } .rentHall { max-width: 320px; } .rentHall2 { width: 328px; height: 450px; } .topRentPhoto img { width: 310px; } .botPhoto img { width: 86%; height: 130px; } .articleCart { height: 215px; max-height: 215px; } .tipsPhotoBott img { width: 51.4px; height: 35px; } .articleContent p { font-size: 12.5px; } .articleContent h1 { font-size: 21px; } } /* Tablet & mobil */ @media (min-width: 576px) and (max-width: 768px) { nav { text-align: center; } .hideSmTablet { display: none; } .tablet { text-align: center; } .tablet img { width: 35%; height: auto; } .mainImg { min-width: 540px; height: auto; text-align: center; } .mainImg img { width: 75%; height: auto; margin-top: 10px; margin-bottom: 10px; } .smallName { font-size: 12px; bottom: -12px; } .hoverText1, .hoverText2, .hoverText3 { font-size: 11px; line-height: 14px; } .foodBtn { margin: 0 auto; min-width: 280px; } .foodBtn h4 { font-size: 17px; } .boardList li { font-size: 15px; } .articleCart { max-width: 100%; max-height: 100%; } .articleContent a img { width: 14%; height: auto; margin: 5px; } } /* Mobilní styl */ @media (max-width: 576px) { .smallGone { display: none; } .smallShow { display: block; } .boardList li { min-width: 250px; font-size: 20px; } .forPhone { text-align: center; } .forPhone img { margin-bottom: 10px; } .area h1 { font-size: 32px; } .navLinks { text-align: center; } .rooms .col-4 { flex: 0 0 100%; max-width: 60%; margin: 0 auto; margin-bottom: 10px; } .rooms img { border-radius: 20px; } .smallName { font-size: 20px; bottom: -12px; } .leftRoom, .centerRoom, .rightRoom { max-width: 99%; padding-left: 2px; } .leftRoom { border-top-left-radius: 0; border-bottom-left-radius: 0; border-right: none; } .centerRoom { border-left: 2.3px solid #fff; border-right: 2.3px solid #fff; } .rightRoom { border-top-right-radius: 0; border-bottom-right-radius: 0; border-left: none; } .rooms .row { border: none; border-radius: 0; } .hoverText1, .hoverText2, .hoverText3 { border-radius: 20px; border: none; font-size: 14px; } .rent { background: linear-gradient(180deg, #bfbaf8, #a5d2fc, #bfbaf8, #bfbaf8); padding: 10px; } .rentSmaller p { font-size: 16px; color: white; } .rentHeading img { width: 100%; height: auto; display: block; box-sizing: border-box; } .rentHall12 { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 300px; margin: 0 auto; background-color: transparent; border: 3px solid white; border-radius: 10px; margin-bottom: 10px; } .rentHall22 { position: absolute; width: 100%; /* Ensure it takes the full width of .rentHall */ height: 100%; /* Ensure it takes the full height of .rentHall */ } .topRentPhoto img { width: calc(100% - 8px); /* Adjust width to remove gap */ max-height: 200px; height: auto; border-radius: 5px; } .botRentPhoto img { width: calc( 33.33% - 5px ); /* Upraví šířku pro tři obrázky v řadě s mezerou mezi nimi */ height: auto; margin: 0 2.5px; border-radius: 5px; } .rentInfo { position: relative; width: 300px; z-index: 1; } .rentInfo h1 { font-size: 28px; font-family: "Faculty", sans-serif; margin-top: 5px; } .rentInfo p { font-size: 16px; letter-spacing: 0.5px; margin-bottom: 7px; } .rentSchooling { background-color: transparent; width: 200px; height: 250px; border-radius: 10px; border: 4px solid white; margin: 0 auto; } .rentSchooling img { width: 190px; height: auto; border-radius: 10px; } .schoolingInfo { position: relative; height: 100px; z-index: 1; margin-bottom: 10px; } .rentSchooling h1 { font-size: 22px; font-family: "Faculty", sans-serif; margin-top: 7px; } .rentSchooling p { font-size: 14px; line-height: 18px; letter-spacing: 0.3px; } .schoolingInfo img { position: absolute; top: 50%; left: 0; opacity: 0.8; width: 100%; height: auto; object-fit: cover; z-index: -1; } }