/* CSS Document */

html {-webkit-text-size-adjust:none;}
div {margin-top:4px; margin-bottom:4px;}
img {border:0px; width:400px;}
a {-webkit-touch-callout:none;} /*prevents iphones from doing anything on press and hold */
.centered {margin-left:auto; margin-right:auto;	text-align:center;}

.style1 {
  font-weight:normal;
  color:#ffffff;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;  
}
.style2 {
  font-weight:bold;
  color:#ffffff;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}
.style3 {
  font-weight:normal;
  color:#ffffff;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}
#button {margin-top:25px; height:35px;}
:focus:not(:focus-visible) {
  outline:none;
} 
:focus-visible {
  outline:1px solid #000000;
}
.button-link {
  color:#ffffff;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px;
  border-color:#FFFFFF;	
  border-style:solid;
  background-color:#294E48;  
  padding:5px 15px 5px 15px;
  margin:15px;
}
.button-link:link, .button-link:visited {text-decoration:none;}
.button-link:hover, .button-link:active {text-decoration:underline;}

/* Used to disable navigation buttons of first and last photowebpages */
.faded {
  opacity:0.5;
  pointer-events:none;
  cursor:default;
  text-decoration:none;
  color:#ffffff;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px;
  border-color:#FFFFFF;	
  border-style:solid;
  background-color:#294E48;
  padding:5px 15px 5px 15px;
  margin:15px;
}

/* Used for links in photo captions */
.text-link {
  color:#FFFFFF;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
.text-link:link {color:#FFFFFF; text-decoration:none;}
.text-link:visited {color:#FFFFFF; text-decoration:none;}
.text-link:hover {color:#08B4F9; text-decoration:underline;}
.text-link:active {color:#08B4F9; text-decoration:underline;}

/* These pages shouldn't need scrollbars, but if one does appear, it will be styled */
::-webkit-scrollbar {width:16px; height:16px;}
::-webkit-scrollbar-button {width:16px; height:16px; background:#292929;}
::-webkit-scrollbar-track {
  background:#9A9A9A;
  border:1px solid #FFFFFF;
  border-radius:40px;
}
::-webkit-scrollbar-track:hover {background:#9A9A9A;}
::-webkit-scrollbar-track:active {background:#9A9A9A;}

::-webkit-scrollbar-thumb {
  background:#666666;
  border:1px solid #FFFFFF;
  border-radius:50px;
}
::-webkit-scrollbar-thumb:hover {background:#444444;}
::-webkit-scrollbar-thumb:active {background:#444444;}

::-webkit-scrollbar-corner {background:transparent;}