*{ margin: 0; font-family: Arial, Helvetica, sans-serif; }
a{text-decoration: none;}
.site-head { display: grid; grid-template-columns: 1fr 5fr; padding-top: 10px; }
.tab-logo { display:none; } 
.mob-logo { display:none; } 
.pc-logo img { height: 100px; padding-left: 140px;}
.site-name h1 { padding-top: 30px; padding-left: 5px; font-family: Impact, fantasy; font-variant: small-caps; color: #0F7DC6; }
.site-tag h2{ font-family: Palatino, URW Palladio L, serif; font-size: 12px; padding-left: 5px }

nav { background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 6%, rgba(0,212,255,1) 100%); }
nav ul{ list-style: none; padding-left: 100px; font-weight: bold;}
nav ul li{ display: inline; }
nav ul li a { display: inline-block; padding: 15px 20px; color: white; }
nav ul li a:hover { background-color: #FFC300; color: #2C6EF1; border-radius: 3px;}

.mob-nav ul { padding-left: 3px; }
.mob-nav ul li{ display: block; }
.mob-nav ul li a { width: 100%; border-bottom: 1px solid white; padding: 20px;}
.mob-nav h3 { padding: 10px 0 10px 20px; color: white;}
.mob-nav { display: none; }


.container{ display: flex; justify-content: center; align-items: center; width: 100%; }
.slider{ width: 100%; height: 350px; overflow: hidden; }
.slides{ width: 500%; height: 350px; display: flex; }
.slides input{ display: none; }
.slide { width: 20%; transition: 2s; }
.slide img{ width: 100%; height: 350px; }

/*manual navigation*/
.navigation-manual{ position: absolute;width: 100%;margin-top: -40px;display: flex; justify-content: center; }
.manual-btn{ border: 2px solid #146ED9; padding: 5px; border-radius: 10px; cursor: pointer; transition: 1s; }
.manual-btn:not(:last-child){ margin-right: 40px; }
.manual-btn:hover{ background: #146ED9; }

#radio1:checked ~ .first{ margin-left: 0; }
#radio2:checked ~ .first{ margin-left: -20%; }
#radio3:checked ~ .first{ margin-left: -40%; }
#radio4:checked ~ .first{ margin-left: -60%; }


/*auto navigation*/
.navigation-auto{ position: absolute; display: flex; width: 100%; margin-top: 310px; justify-content: center;}
.navigation-auto div{ border: 2px solid #146ED9; padding: 5px; border-radius: 10px; transition: 1s; }
.navigation-auto div:not(:last-child){ margin-right: 40px; }

#radio1:checked ~ .navigation-auto .auto-btn1{ background: #146ED9; }
#radio2:checked ~ .navigation-auto .auto-btn2{ background: #146ED9; }
#radio3:checked ~ .navigation-auto .auto-btn3{ background: #146ED9; }
#radio4:checked ~ .navigation-auto .auto-btn4{ background: #146ED9; }

.deviding hr { width: 100%; height: 5px; background-color: yellow; border: none; }
.tagline1 h1{ text-align: center; font-family: cursive, Brush Script MT, sans-serif; padding: 25px 0 25px 0; color: #2C6EF1;}
.ape-pansala{ padding: 50px auto; margin: auto; width: 85%; text-align: center; font-size: 20px; }
.ape-pansala p { padding-bottom: 25px; line-height: 30px; color: #2874A6; }

.btm-container hr { height: 20px; }
.copyright{ padding: 15px 1px 15px 1px; background: rgb(0,212,255); background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%); }
.btm-line{ text-align: center; font-size: 12px; color: white; padding-bottom: 2px; font-weight: bold; }
.btm-line p { color: #E9CD00;}
.btm-line a { color: white; font-style: italic;}

.name-cards{ display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 50px;}
.p-image{ border-radius: 20px; }
.p-image img{ width: 250px; border-radius: 250px; }
.name-and-disc{ text-align: center; }
.name-and-disc h1{ font-size: 16px; color: #097967;}
.name-and-disc p { font-style: italic; sans-serif; }

.mapouter{position:relative;text-align:right;width:100%;height:400px; }
.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:400px;}
.gmap_iframe {height:400px!important;}

.pc-album { display: flex; justify-content: center; }
.mob-album { justify-content: center; display: none; }

.photo-album { padding-top: 10px; display: Block; max-width: 1000px; margin: 0 auto; justify-content: center; padding-top: 1px 10px; }
.photo-viewer { display: flex; justify-content: center; text-align: center; max-width: 1000px }
.photo-viewer img { max-width: 1000px; max-width: 100%; height: auto; border-radius: 20px; transition: transform 0.5s; }
.photo-thumbnails { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 10px; max-width: 1000px; }
.thumbnail { width: 100px; border-radius: 10px; height: auto; cursor: pointer; }
.thumbnail:hover { border-radius: 50px; }

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

    .mob-logo { display: flex ; justify-content: center;}
    .mob-logo img { width: 100px; justify-content: center;}
    .site-head { display: block; }
    .pc-logo{ display: none; }
    .site-name h1 { padding-left: 0; padding-top: 0; font-size: 20px; text-align: center;}
    .site-tag h2 { padding-left: 0; padding-top: 0; font-size: 10px; text-align: center; padding-bottom: 10px;}

    nav ul { display: none; }
    .mob-nav { display: block; }
    .slider{ height: 180px; }
    .slides{ height: 180px; }
    .slide img{ height: 180px; }
    .navigation-auto{ display: none; }
    .navigation-manual{ display: none; }
    .name-cards{ grid-template-columns: 1fr; grid-row-gap: 50px; }

    .btm-line{ font-size: 12px; }
}



@media screen and (max-width: 600px){
    
    .slider{ height: 130px; }
    .slides{ height: 130px; }
    .slide img{ height: 130px; }    

    .tagline1 h1{ font-size: 25px; }
    .ape-pansala p { font-size: 16px; line-height: 18px; padding-bottom: 12px; }

    .copyright { padding: 5px 0 5px 0; }
    .btm-line{ font-size: 8px; }

    .pc-album { display: none; }
    .mob-album { display: flex; }

    .photo-viewer img { max-width: 380px; padding: 0 20px; }

}









