@charset "UTF-8";
/* CSS Document */
        :root {
        --darkbluegrey: #2B2D36;            
        --mediumbluegrey: #3D4351;    
        --lightbluegrey : #586376;            
        --lightblue: #91B2EE;
        --darkgrey: #1F2023;
        --lightgrey: #EAEAEA;
        --icongrey: #BBB;
        --grey: #999;
        --maximum-width: 1024px;    
            
        }
* { 
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*disable hideous Android blue hightlight*/ 
}
body, html {
    margin: 0;
    padding: 0;    
    overflow: hidden; /*this is what I want here*/
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}
body {
    font-family: gill-sans-nova, "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;   
    background-color: var(--darkgrey);
    color: var(--lightgrey);
    position: relative; /*this is important for the scroll issue!!*/
max-width: var(--maximum-width); /*added 24 Oct 2022*/
margin: 0 auto; /*added 24 Oct 2022*/   
}

/* ===ICONS/BUTTONS=== */

#banner, #footer {
    width:100%; 
    margin:0;
    pading:0;    
    background-color: var(--darkbluegrey);    
//  min-height: 60px;
    min-height: 80px;
    display: block;
    position: relative;
//  position: fixed;
    top: 0;
    z-index: 2;
max-width: var(--maximum-width); /*added 24 Oct 2022*/ 
}

#banner:after, #footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
}
#footer {
    top: inherit;
    bottom: 0;
}
#banner:after {
    bottom: -10px;
    background: -webkit-linear-gradient(rgba(31,32,34,0.5), rgba(31,32,34,0));
    background: -o-linear-gradient(rgba(31,32,34,0.5), rgba(31,32,34,0));
    background: linear-gradient(rgba(31,32,34,0.5), rgba(31,32,34,0));
}
#footer:before {
    top: -10px;
    background: -webkit-linear-gradient(rgba(31,32,34,0), rgba(31,32,34,0.5));
    background: -o-linear-gradient(rgba(31,32,34,0), rgba(31,32,34,0.5));
    background: linear-gradient(rgba(31,32,34,0), rgba(31,32,34,0.5));
}
/*.homepage #banner, .homepage #footer, .homepage.index #banner, .homepage.index #footer{
//      min-height: 80px;  
}*/

#openbtn, #homebtn, #mapbtn, #langbtn, #infobtn, #faqbtn, #evtbtn, #vtbtn, #webbtn, #ratebtn,
#t-label, #h-label, #m-label, #l-label, #i-label, #f-label, #e-label, #v-label, #w-label, #r-label {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    transition: 0.1s;
    position: absolute;
    top: 0;
    font-size: 30px;
    color: var(--icongrey);
    z-index: 3;
}

#faqbtn, #evtbtn, #vtbtn, #webbtn, #ratebtn {
    top: inherit;
    bottom: 0;   
}
#t-label, #h-label, #m-label, #l-label, #i-label, #f-label, #e-label, #v-label, #w-label, #r-label  {
    top: 38px;
    font-size: 13px;
}
/*body:not(.homepage) #banner div[id*="-label"], body:not(.homepage) #footer div[id*="-label"],*/ 
.homepage.index #footer div[id*="-label"], .homepage.index #banner div[id*="-label"], 
.homepage.index #footer a[id*="btn"], .homepage.index #banner a[id*="btn"]{
    display: none;
}
#f-label, #e-label, #v-label, #w-label, #r-label {
    top: inherit;
    bottom: 38px;
}
#openbtn, #faqbtn, #t-label, #f-label {
    left: 0;    
}
#openbtn {
    -webkit-transform: translate(0,-6px);
    transform: translate(0px,-6px);    
}
.headphonemenu {
        position: relative;
        min-width: 1.5em;
        width: 1.5em;
        text-align: left;
}
.headphonemenu:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 15%;
        width: .4em;
        height: .12em;
        border-radius: 0.05em;
        background-color: var(--icongrey);
        box-shadow: 0 .27em 0 var(--icongrey), 0 .54em 0 var(--icongrey), -.12em 0 0 var(--icongrey);
    }

#openbtn:hover .headphonemenu:after,#openbtn:active .headphonemenu:after { /* see main hover behavior below */  
        background-color: var(--lightblue);
        box-shadow: 0 .27em 0 var(--lightblue), 0 .54em 0 var(--lightblue), -.12em 0 0 var(--lightblue);     
}

#t-label{
    -webkit-transform: translateX(1%);
    transform: translateX(1%);    
//    -webkit-transform: translateX(-10%);
//    transform: translateX(-10%);   
}
#f-label{
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
}
#homebtn, #h-label, #evtbtn, #e-label {
    left: 25%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}
#e-label {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
}
#mapbtn, #m-label, #vtbtn, #v-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#langbtn {
    right: 25%;
    font-size: 18px;
    padding: 13px 20px;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}
#curlang  {
    color: var(--darkbluegrey); 
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
#l-label {
    right: 25%;
    -webkit-transform: translateX(37%);
    transform: translateX(37%);   
}
#infobtn, #ratebtn, #i-label, #r-label{
    right: 0%;   
}
#r-label {
    -webkit-transform: translateX(12%);
    transform: translateX(12%);   
}
/*#vtbtn, #homepage #mapbtn, #m-label {*/
/*#vtbtn, #v-label {
    //    font-size: 16px;
    left: 33%;
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);    
}
#v-label {
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%);    
}*/
/*#vr{
    font-size: 8px;
    text-shadow:
   -1px -1px 0 #333,  
    1px -1px 0 #333,
    -1px 1px 0 #333,
     1px 1px 0 #333;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);    
}*/
/*#webbtn, #homepage #langbtn, #l-label {*/
#webbtn, #w-label {
//    right: 33%;
//    -webkit-transform: translateX(35%);
//    transform: translateX(35%);    
    right: 25%;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);        
}
#webbtn {    
    font-size: 32px;
    bottom: 15px;
}
#www {
    color: var(--darkbluegrey);     
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-shadow:
   -1px -1px 0 var(--icongrey),  
    1px -1px 0 var(--icongrey),
    -1px 1px 0 var(--icongrey),
     1px 1px 0 var(--icongrey);
    font-size: 15px;
}
#www:hover,#www:active {
    text-shadow:
   -1px -1px 0 var(--lightblue),  
    1px -1px 0 var(--lightblue),
    -1px 1px 0 var(--lightblue),
     1px 1px 0 var(--lightblue);            
    
}
#w-label {
    //right: 33%;
    //-webkit-transform: translateX(36%);
    //transform: translateX(36%);
    -webkit-transform: translateX(32%);
    transform: translateX(32%);
}

.homepage #homebtn, #faq #faqbtn, #feedback #ratebtn, #events #evtbtn, #map #mapbtn, #tour #vtbtn,
.homepage #h-label, #faq #f-label, #feedback #r-label, #events #e-label, #map #m-label, #tour #v-label,
#openbtn:hover, #homebtn:hover,  #mapbtn:hover, #langbtn:hover, #infobtn:hover, #faqbtn:hover, #evtbtn:hover, #vtbtn:hover, #webbtn:hover, #ratebtn:hover, 
#openbtn:active, #homebtn:active, #mapbtn:active, #langbtn:active, #infobtn:active, #faqbtn:active, #evtbtn:active, #vtbtn:active, #webbtn:active, #ratebtn:active {
    color: var(--lightblue);
}



/* ===TRACKS=== */

.sidenav, #info {
    min-height: 100%;
//max-width: var(--maximum-width); /*added 24 Oct 2022*/    
    width: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align:left;
    background-color: var(--darkbluegrey); 
}

.track, .category, .supercategory {
    text-decoration: none;
    color: var(--lightgrey);
    display: block;
    //transition: 0.3s;    
    background-color: var(--mediumbluegrey);
    //border: 1px solid var(--lightgrey);
    //padding: 10px 5px 10px 24vw;
background-size: 21% auto;    /*added 24 Oct 2022*/        
padding: 10px 5px 10px calc(21% + 10px);    /*added 24 Oct 2022*/    
    margin: 5px 3.3vw;
    border-radius: 0.5em;
    //background-size: 21vw auto;
    background-repeat: no-repeat;
    background-position: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 
/*@media only screen and (max-height: 450px) {
 .track {padding: 0.3em 0 0.3em 24vw; margin:0; }
}*/  

.track:hover, .track:active, .selected {
    color: var(--darkgrey) !important;
    background-color: var(--lightblue);    
}
.selected {
   background-color: var(--icongrey);
}
.selected:after {
   font-family: FontAwesome, "Font Awesome 5 Free";
	content: " \f04b";
    margin-left: 1em;
    font-size: 13px;
}
.track:not(.selected):visited {
    color: var(--icongrey);    
}
.category, .supercategory {
    margin: 5px 3vw 0;
    padding: 10px 30px;
    background-color: var(--lightbluegrey);
    font-size: 18px;
    font-weight: 500;
}
.category:after, .supercategory:after {
   font-family: FontAwesome;
   content: "\f0d7";
   padding-left: .5em;
   font-size: 130%;
}

.category.open:after, .supercategory.open:after  {
	content: "\f0d8";
}

.category + ul, .supercategory + ol {
	display: none;  
    margin: 0;
    padding-left: 3vw;
}

.sidenav > .category + ul {
	display: block;  /*added 27 July 2022 */
}

.category + ul li {
    list-style-type: none;
    margin:0;
} 
.category + ul li a.track:before {	
    list-style-type: none;
}


.closebtn {    
    color: var(--lightblue);
    font-size: 50px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 25px;
    margin-left: 50px;
}
.closebtn:active {
    color: var(--lightgrey);
} 
    

/* ===HOME & INDEX PAGES=== */ 



#bg {
    position: relative;
    //margin: 80px 0;
}
.homepage #bg, .homepage.index #bg {
    //background-image: linear-gradient(rgba(0,0,0,0) 30%, rgba(5,5,5,0.8)), //url("http://www.astro.caltech.edu/palomar/about/images/HaleTelescope.jpg");
            background-image: linear-gradient(rgba(0,0,0,0.0) 80%, rgba(0,0,0,0.7)), url("https://sites.astro.caltech.edu/palomar/images/sky_large.jpg");    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
    
#title {
    text-align: center;
    color: white;
    position: absolute;
//    top: 50%;
    top: 26%;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.95);
    padding: 0 30px;
}
#overlay { 
    position: absolute;
    background-color:  var(--darkbluegrey);     
    width: 100%; 
    color: var(--lightgrey); 
    z-index: 10;
    //margin: 80px 0;
}
#overlay p {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 500;
    display: none;
}
#overlay div {
    display:none;
}

#overlay :lang(es) {
    font-weight: normal;
    font-style: italic;
}
/*#overlay :lang(es), .index #openbtn, .index #infobtn, .index #langbtn{   //dont need this */
#overlay :lang(es) {
    -webkit-animation-name: lag;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-name: lag;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-delay: 0.5s;
}
.index #openbtn, .index #infobtn, .index #langbtn{
/*    -webkit-animation-duration: 2s; //dont need this either
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;*/
    pointer-events: none;
}
@-webkit-keyframes lag {
    0% {opacity: 0;}
    50% {opacity: 1;}
}
@keyframes lag {
    0% {opacity: 0;}
    50% {opacity: 1;}
}
#overlay #palomar {font-family: Trajan-pro-3; font-size: 24px; font-weight: normal;}
#overlay #skip {color:#888888; font-size: 12px; position: absolute; bottom: -10px; text-align: left; width:100%; margin: 0 auto; cursor: pointer;}
#overlay #skip:hover, #overlay #skip:active {color: var(--lightblue);}
#overlay #x {font-size: 22px; float:left; padding: 0px 10px 0 calc(50% - 60px);}
#overlay #bf1 {position: absolute; top: -10px; left: 20px;}
#overlay #bf2 {position: absolute; top: -10px; right: 25%; -webkit-transform: translateX(37%); transform: translateX(37%); text-align: center;}
#overlay #bf3 {position: absolute; top: -10px; right: 20px; text-align: right;}

#title .fa-headphones-alt, #overlay .fa-headphones-alt {
//    font-size: 60px;
    font-size: inherit;
}
#title h1 {
//    font-size: 2.1em;
//    margin-bottom: 10vh;
            font-weight: 500;
            font-size: 1.5em;
            margin-bottom: 1vh;    
}
#title h2 {
    font-family: trajan-pro-3, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-weight: 600;
//    margin-bottom: 6vh;
            margin-bottom: 1vh;
            font-size: 1.1em;    
}
#title h3 {
    font-weight: normal;
//    font-size: 1.4em;
            font-size: 0.9em;
}

        #quicktour {
            display: block;
            position: absolute;
            width: 100%;
            height: 254px;
            //max-height: 50%;
            bottom: 0px;
            //background-color: rgba(139,139,139,0.5);
        }
        #quicktour h3 {
            height: 35px;
            text-align: center;
            font-size: 14px;
            padding: 5px;
            margin-bottom: 0;
            margin-top: 0px;
            font-weight: 500;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
        }
        .quickthumb {
            box-sizing: border-box;
            display: inline-block;
            width: calc(25% - 10px);
            margin: 0;
            height: 50%;
            margin: 2px 5px;
            max-height: 100px;
            //border: 4px solid #222;
            border-radius: 12px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            text-decoration: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            overflow: hidden;
        }

        .quickthumb span {
            display: block;
            position: relative;
            text-align: center;
            margin: 0 auto;
            vertical-align: middle;
            color: white;
            text-shadow: 1px 1px 2px rgba(0,0,0,1);
            
        }
         .quickthumb span:first-of-type {
            //font-size: 20px;
             padding: 4px 10px 30px 10px;
             //text-align: left;
        }
        .quickthumb span:last-of-type {
            padding: 8px;            
        }

        .quickthumb:visited span {
            color: var(--icongrey);
        }
        
        .quickthumb:hover span, .quickthumb:active span {
            color: var(--darkgrey) !important;
            background-color:var(--lightblue); 
            text-shadow: none;
        }


 
/*@media (max-height: 320px) {
//    .homepage #footer {min-height: 0px; display: none;}  
//}*/


/* ===REMINDERS=== */


.reminder-container {
    background-color: rgba(30, 30, 30, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 15;
    display: none;
}

.reminder-box {
    text-align: center;
    color: var(--darkgrey);    
    font-size: 16px;
    border-radius: 4px;
    background-color: var(--lightgrey);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
    width: calc(100% - 60px);
    max-width: 290px;
}

.reminder-box .fa-bell {
    font-size: 34px;  
    color: var(--lightblue);
}

.reminder-box .button {
    display: inline-block;
    margin: 3em 5px 0;
    font-size: 12px;
}



/* ===MAP and TOUR === */


#mapframe{ /*most bogus commands to stop it from flickering and messing up the size */
    width: 100vw;
max-width: var(--maximum-width); /*added 24 Oct 2022*/    
    min-height: calc(100vh - 280px);
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    clear: both;
}

#tourframe { /*most bogus commands to stop it from flickering and messing up the size */
    border: 0;
    width: 100%;
    height: 100%;
}

#gyro, #jump, #hot, #eye {
    display: inline-block;
    background-image: url("images/vrtouricons/gyro.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    vertical-align: sub;
    margin: 0 1px;
}
#jump{
    background-image: url("images/vrtouricons/jump.png");
}
#hot{
    background-image: url("images/vrtouricons/hot.png");
}
#jump{
    background-image: url("images/vrtouricons/jump.png");
    width: 1.4em;
    height: 1.4em;
}
#eye{
    background-image: url("images/vrtouricons/eye.png");
}


/* ===VIDEOS=== */

.resize-container {
    position: relative; 
    top: 0; 
    height:inherit; 
    max-width:100%; 
    margin: 0 auto;
}
.embed-container {
  position: relative;    
  padding-bottom: 56.25%;
  overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;        
}



/* ===INFO, EVENTS and FAQ=== */

#info {
    left: inherit;
    right: 0;
}
.container { 
    margin: 80px 0;
    padding: 10px 30px;
    //padding-top: 0;
}
#info .container {
    padding: 0 30px;
    margin: 0;
}

#info .container .transcript, #info .container .excerpt, #info .container .transcript + label, #info .container .excerpt + label {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    vertical-align: middle;
}
#info .container .transcript + label, #info .container .excerpt + label  { 
    margin: 4px auto 0;
    font-size: 13px;
}
#info .container .transcript, #info .container .excerpt {
    position: relative;
    min-width: 32px;
    width: 32px;
        min-height: 32px;
    height: 32px;
    vertical-align: middle;
}

#info .container .excerpt {
    font-size: 26px;
}


#info .container .transcript:after {
        content: "";
        position: absolute;
        left: 23%;
        top: 54%;
        width: .4em;
        height: .12em;
        border-radius: 0.05em;
        background-color: var(--darkbluegrey);
        box-shadow: 0 -.22em 0 var(--darkbluegrey), .2em -.22em 0 var(--darkbluegrey);
}
#info .container .excerpt:after {
    content: "[    ]";
    white-space: pre;
    position: absolute;
    font-weight: bold;
    //left: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
    top: -1px;
}

.scrollpage #banner, .scrollpage #footer {
   position: fixed; 
}
.scrollpage .container {
    //min-height: calc(100vh - 120px);
}
/*#info p, #info h4, #info h3, #info img, 
.feedback p, .feedback h4, .feedback h3, .feedback img,
.faq h4, .faq h3, .faq img
{
    margin: 30px;
}*/
.container h3   {
    text-align: center;
}
.container img {
    width: 100%;
    max-width: 100%;
}
.container ul img {
    margin: 0 -30px;
    width: 100vw;
    max-width: 100vw;
}

img.narrow {display: none;}
img.wide {display: block;}

.announcement {
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 1.2em;
    color: var(--lightblue);
}
div.note {  /*  new stuff to support annoucements  */
        display:inline-block; 
        font-weight:normal;
        padding:1.5em;
        margin: 4px 0 12px;
        position: relative;
        background-color: var(--mediumbluegrey);
}
#faq .container > ul {  /*watch this with the ULs and OLs, originally #faq .container  ol*/
    margin: 0;
    padding: 0;
}
#faq .container .category, #faq .container .supercategory {
    margin: 5px 0 0;
    padding: 10px 20px;
    display: list-item;
    list-style-position: inside;
    background-color: var(--darkbluegrey); 
}

#faq .container .supercategory {
    list-style-type: upper-alpha;
    background-color: var(--mediumbluegrey); 
}

#faq .container .category + ul, #faq .container .supercategory + ol {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
#faq ul > p {
    padding: 0 20px;
}
#faq .category + ul ul li, #faq .category + ul ol li {
    display: list-item;
    list-style-type: initial;
    margin-left: auto;
}
#faq .container .resize-container { 
    max-width:100vw; 
    margin: 0 -30px;
}
#faq .container .embed-container {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); 
}

.container a:not([target]):not(.closebtn) { /*disabling desktop site links*/
	font-size: inherit;
    color: inherit;
   pointer-events: none;
   cursor: default;
    text-decoration: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
    top: -0.4em;    
}
 
sub {
  bottom: -0.25em;
}

/* ===FEEDBACK === */

/*.feedback, .faq {
    overflow: auto;
    overflow-x: hidden;
}*/


input, select, textarea, label, button { /* clear appearance on mobiles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: gill-sans-nova, "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif";    
}
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; /* Some padding */  
    border: 1px solid #444; /* Gray border */
    //border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    background-color: var(--darkbluegrey); 
    font-size: medium;
    color: var(--lightgrey);
}


/* Style the submit button with a specific background color etc */
button[type=submit], .button {
    //background-color: var(--icongrey);
    background-color: var(--lightbluegrey);
//    color: var(--darkbluegrey);
    color: var(--lightgrey);
    padding: .6em 1.2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    //margin: 3em auto 2em;
    margin: 3em auto 4em;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

#title .button {
    //background-color: rgba(139,139,139,0.5);
    background-color: var(--lightbluegrey);
    color: var(--lightgrey);
//    margin: 3em auto 0;
            margin: 2em auto 0;    
    font-size: 14px;
    text-align: center;
    text-shadow: none;
} 
/*label {
//    display: block;
//    font-size: medium;
}*/

/* When moving the mouse over the submit button, add a darker green color */
button[type=submit]:disabled {
    opacity: 0.5;
    cursor:default;
}
button[type=submit]:not([disabled]):hover, .button:hover, .button:active, #title .button:hover, #title .button:active {
    background-color: var(--lightblue);
    color: var(--darkgrey) !important;
}

#title .button:hover, #title .button:active {
    background-color: var(--lightblue);
}
/*#title .button:hover .headphonemenu:after,#title .button:active  .headphonemenu:after, body:not(.homepage) .button .headphonemenu:after { */
 .button:hover .headphonemenu:after, .button:active  .headphonemenu:after {     
    background-color: var(--darkgrey);
    box-shadow: 0 .27em 0 var(--darkgrey), 0 .54em 0 var(--darkgrey), -.12em 0 0 var(--darkgrey);   
} 

.g-recaptcha {
    display: table; 
    margin: 0 auto 40px auto; 
    width: auto;
}

.serif {
	font-style:italic;font-family:Georgia,serif;
}

@media (max-width: 650px) {
    img.narrow {display: block;}
    img.wide {display:none;}
}
@media (max-width: 450px) {
    #title h1 {font-size: 2.0em;}
    #title h2 {font-size: 1.3em;}
    #title h3 {font-size: 1.2em;}
}
@media (max-height: 670px) {
#quicktour { height: 190px;}
.quickthumb {max-height: 70px;}     
.quickthumb span:first-of-type {display: none; padding: 0;}
.quickthumb span:last-of-type {padding: 40px 0 0 0; }    
}
@media (max-height: 590px) {
#quicktour h3 { display: none}
#quicktour { height: 150px;}       
}
@media (max-height: 510px), (max-width: 325px) {
#title {padding: 0 20px; top: 6%; -webkit-transform: translateY(0); transform: translateY(0);}
    #title h1 {font-size: 1.7em; margin-bottom: 5vh;}
    #title h2 {font-size: 1.2em; margin-bottom: 5vh;}
    #title h3 {font-size: 1.1em;}
    /*.homepage #banner div[id*="-label"], .homepage #footer div[id*="-label"], .homepage.index #banner div[id*="-label"], .homepage.index #footer div[id*="-label"] {display:none;} */
    .homepage.index #banner div[id*="-label"], .homepage.index #footer div[id*="-label"], #banner div[id*="-label"], #footer div[id*="-label"] {display:none;} 
    /*.homepage #banner, .homepage #footer, .homepage.index #banner, .homepage.index #footer{ min-height: 60px;}*/
    #banner, #footer { min-height: 60px;}
    .container { margin: 60px 0; }
    #openbtn, #homebtn, #mapbtn, #infobtn, #faqbtn, #vtbtn, #ratebtn { font-size: 26px;}   
    #webbtn {font-size: 28px;}
    #langbtn {font-size: 16px;}
#quicktour { display: none; height: 0px;}
}
   