/* slideshow-221229.css 12/08/2022 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
}
img {width:100%;height:auto;max-width:100%;}

/* Each Page has these Specifics */
/*
body {
	background-color:#5F584A;
	background: lightcyan;
	color: #fff;
}

main {color: #08345D; text-align: center;}
*/

/* All Page Defaults */
a , a:link ,
a:visited {color:#fff; font-weight: 900;}
a:hover {color: green;}
a .imglink {background-color: transparent;}

#info , /*  Remove Image and Who info buttons */
#youtubemsg {
    display: none;
} /* Changed to block in script, if browser is Mobile. */

.copyrt {background: #000;color:#ff9999;margin:1em auto;padding:6px;}

footer {text-align: center; font-weight: bolder;margin:0.5em;color:black;}
footer a ,
footer a:visited {color: wheat;padding: 0.6em;}
footer a:hover {background-color: wheat; color: green}

#pagewrapper {
    position: relative;
    width: 100%;
}
#interwrap {
    margin: 8px auto;
    width: 100%;
}

.breadcrumbs {font-weight:bold; line-height: 2.5em;margin: 0.5em 1em;}
.breadcrumbs a {padding: 1em .2em;text-decoration: none;}
.breadcrumbs a:link ,
.breadcrumbs a:visited {color: #fff;}
.breadcrumbs a:hover {background-color: wheat; color: green;}
.breadcrumbs h1 ,
.breadcrumbs h2 {display: inline; margin: 0;}

.heading1 {
    color:#0033FF;
    font-family: Verdana, Arial, Helvetica;
    /*font-size: 1.6em;*/
    margin: 0.25em 0 1em;
    text-align: center;
}
.heading2 {
    color:#0000FF;
    margin: 1em 0 10px 0;
    text-align: center;
}

#content, #content2 {
    position: relative;
    margin: 1em auto;
    text-align: center;
}
.contents {
    background: purple;
    color: white;
    font-size: calc(24px + (34 - 24) * (100vw - 600px) / (1200 - 600));
    line-height: calc(28px + (38 - 28) * (100vw - 600px) / (1200 - 600));
    margin: 1em auto;
    max-width: 700px;
    border: 1px solid white;
    padding: calc(20px + (40 - 20) * (100vw - 600px) / (1200 - 600));
    text-align: left;
}
.contents h1 {line-height: 67px;}
.contents p {margin-left:auto; margin-right:auto; max-width: 640px;}
.info {margin:0 auto;max-width: 550px;}

.fontsize06 {font-size: 0.60em;}

.title1 {font-size: 3.0em;}
.title1 , .title2 {text-align: center;color: #08345D;}
/* The a tag must be enclosed with div or all links will display the title */
a ~ .iTitle1 {display: none;}

.iTitle2 {
    background-color: green;
    color: #fff;
    display: none;
    padding: 0.5em 1em;
    position: absolute;
    top: 0.5em;
}

button.ctright:hover ~ .iTitle2 {
    display: inline-block;
}
.arrow-right , .arrow-left {
    display: inline-block;
    background-color: #8de698; /* pink #e888a3; */
    width: 20px;
    height: 20px;
}
.arrow-right {clip-path: polygon(0 0, 0 100%, 100% 50%);}
.arrow-left {clip-path: polygon(100% 100%, 100% 0, 0 50%);}

/***     Slide Show     ***/
#slidewrap {
    position: relative;
    margin: 1em 0.5rem;
    text-align: center;
}

.control {
    margin: 2px 0 8px 0;
    padding: 0;
    text-align: left;
}
.ctlink {
    background-color: #4D4D7F;
    border-color: #BFBFBF;
    border-radius: 8px;
    border-width: 0;
    border-top-style:	outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    color: #BFBFBF;
    cursor: pointer;
    font-size: 1.5em;
    margin: 0 0.2em 0 0;
    padding: 0.5em;
}/* min-width: 2.6em; height: 1.4em; float: left; text-decoration: none; */
.ctright {margin-left: 0.5em;}

/* slide frame */
.slideview {
    background-color: #4D4D4D;/* #BFBFBF;*/
    border-radius: 10px;
    box-shadow: 2px 8px 8px #BFBFBF;
    margin:0 auto;
    padding: 6px;
    max-width: 1177px;
}/* height: 82vh; 87vh; 89vh text-align: center;  width: 100%; width: 99%; width: 480px;
  img 	width: 300px; height: 508px; */

#slide {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(300px, 80vh);
    max-height: 75vh;}
/*#slide {max-height: 72vh;}
#slide img {background-color:#fff;width:100%;height:auto;max-width:1080px;
max-height:80vh;aspect-ratio:4/3;}*/

.slide {
    border: 0;
    margin: 0;
    width: auto;
    max-height: 92%;
}/*    width: auto;    height: 100%;    max-width: 99.9%; 0 4px 4px 0;*/
.imglink {
    line-height: 0;
    margin: 0;
    padding: 0;
}

/*@media (min-width: 1024px) {
    .slide {width:auto;}
}*/
@media (max-device-height: 500px) and (orientation: landscape) {
    #slidewrap {margin: 1rem auto;}
    #slide {max-height: 80vh;}
    .slide {;width: auto;max-height: 100%;}
}

/* iPad 1024 x 768  Kindle Fire 1280 x 800 */
/* @media screen and (orientation: landscape) and (min-width: 1024px) {
    #slideview {height: 53vh;width: auto;}
    /*.slide {max-height: 83vh;}
    .heading1 {color:#67B2FA;margin:0;}
    /*.breadcrumbs {line-height: 1.5em};
} */
@media screen and (min-width: 1800px) { /* 1393px Screen gt 1200px 75em */
    .fright {float: right; margin-right: 1rem;}
    .fleft {float: left; margin-left: 1rem;}
}
/*.slideHorz {width: 98%; height: auto;}*/

/*** Default bottom Menu ***/
.menu {display:inline-block;margin:0 auto;text-align:center;}
.menu a ,
.menu a:visited {
    background-color: #369;
    display: inline-block;
    line-height: 1.4em;
    color: white;
    margin: 1em;
    padding:0 4px 0 0;
    text-decoration:none;
    vertical-align: top;
    box-shadow: 0 2px 8px #3131f4;
}
.menu a:hover {color: aqua;}
.menu a:active {color: #00FF00;}
.menu a.curr {color:#000000; background-color: #ADD8E6;/* lite blue */}
.menu a img {border: 0;float: left;}

.tile {
    box-shadow: 0 2px 8px #E6E6FA;
    margin: 4px 10px;
    padding: 8px;
    width: 287px;
}
.tile a:hover img {border: 1px solid #0000ff;}
.tile img {margin:3px;max-width:120px;}
.tile.linkfb {
    background-color: #3B5998;
    font-family: sans-serif, helvetica;
    font-size: 7.0em;
    font-weight: bold;
    line-height: 0.7em;
    margin: 16px 7px !important;
    padding: 14px 2px 0 2px;
    width: 92px;
    border-bottom: 0;
}
/* .tile.linkfb {margin: 0.5em;} */
.home {width: 38px;}
.home img {width: 32px;height: 60px;}

.menu a:first-child {width: 38px;}
.menu a:first-child img {width: 32px;height: 60px;}
/* Menu end */
