/* Global Styles */

/* New 2019 */

*{
	scrollbar-color: #136433 #F5C682;
}

*::-webkit-scrollbar {
  width: 18px;
}

*::-webkit-scrollbar-track {
  background: #F5C682;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: #136433;    /* color of the scroll thumb */
  border-radius: 1px;       /* roundness of the scroll thumb */
 /* border: 1px solid #000066;  *//* creates padding around scroll thumb */
}

.nobg{
background-image:none; 
}

h1{
	font-family: 'gaelicregular', serif; 
	font-size:22px;
	line-height:26px;
	font-weight: normal;
	color: #FACD00;
	text-align: center;	
}

.headerborder{
	display:table;
	padding:0;
	margin:10px auto 20px;
	border-top:1px solid #FACD00;
	border-bottom:1px solid #FACD00;
}


/* Sidenav Begin */

.openbutton{
	position:absolute;
	display:block;
	top:65px;
	left:15px;
	bottom:auto;
	right:auto;
	z-index:-1;
	max-width:115px;
	height:auto;
	background-image:url(images/menu-red.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition:all 0.5s ease-in-out;
}

.openbutton:hover{
	background-image: url(images/menu-green.png);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  font-weight: normal; 
  font-style: normal; 
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  font-size: 19px;
  color: #FFCC00;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color:white;
}

.sidenav .closebtn {
  position: relative;
  font-size:20px;
  margin:20px auto 0;
  padding:0;
  color:#1ed500;
}

.sidenav .closebtncross {
  position: relative;
  font-size:68px;
  margin:auto;
  color:#1ed500;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 1024px) {
.openbutton{
	left:10px;
	max-width:80px;
}
}

/*  Sidenav End */

#gallery {
  width: 100%;
   height:auto;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

.hline{
	width:90%;
	height:1px;
	background-color: white;
	margin:10px auto;
}


.datebox{
	width:48%;
	height:auto;
	float:left;
	padding:0;
}

.footer{
	position:relative;
	display:table;
	height:auto;
	margin:40px auto;
}

.footercontent{
	display:table;
	margin:auto;
	padding:10px;
}

a:link.footerlink{
	font:11px 'Caudex', serif;
	text-align:center;
	color:#A4A4A4;
}

a:visited.footerlink{
	font:11px 'Caudex', serif;
	text-align:center;
	color: #A4A4A4;
}

a:hover.footerlink{
	font:11px 'Caudex', serif;
	text-align:center;
	color: #C1C1C1;
}

a:active.footerlink{
	font:11px 'Caudex', serif;
	text-align:center;
	color: #C1C1C1;
}



.shieldbox{
	position:absolute;
	right:20px;
	top:10px;
	max-width:100px;
	display:table;
	height:auto;
	opacity:0.6;
	transition:opacity 1s;
	z-index:10001;
}

.mtgallerylink{
	position:absolute;
	right:20px;
	top:160px;
	left:auto;
	bottom:auto;
	width:120px;
	height:120px;
	background-image:url(images/marlyn-gallery-link-disk-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:10000;
}

.shieldbox:hover{
	opacity:0.9;
}

.shieldbox23{
	position:absolute;
	right:20px;
	top:20px;
	left:auto;
	bottom:auto;
	width:100px;
	height:auto;
	opacity:0.6;
	transition:opacity 1s;
	z-index:10000;
}

.shieldbox23:hover{
	opacity:0.9;
}

.yearbox{
	position:absolute;
	left:20px;
	top:20px;
	max-width:100px;
	height:auto;
	z-index:10000;
}

.yearbox2{
	position:absolute;
	left:30px;
	top:160px;
	width:43px;
	height:auto;
	background:rgba(0,0,0,0.8);
	padding:10px;
	border-radius:10px;
	transition:background 1s;
}

.yearbox2:hover{
	background:rgba(0,0,0,1);
}

.categorybox2{
	position:absolute;
	right:20px;
	top:20px;
	display:table;
	height:auto;
	background:rgba(0,0,0,0.8);
	padding:10px 10px 15px 10px;
	border-radius:10px;
	transition:background 1s;
}

.categorybox2:hover{
	background:rgba(0,0,0,1);
}

a.twelve:link{
	font-family:'Caudex', serif;
	font-weight: bold;
	font-size:17px;
	color: #FACD00;
	text-decoration:none;
	text-align: center;
}
a.twelve:visited{
	color: #FACD00;
}
a.twelve:hover{
	color: #FFFFD4;
	text-decoration: underline;
}
a.twelve:active{
	color: #FFFFD4;
	text-decoration: none;
}

a.fourteen:link{
	font-family:'Caudex', serif;
	font-weight: bold;
	font-size:17px;
	color: #AEEDDE;
	text-decoration: none;
}
a.fourteen:visited{
	color: #AEEDDE;
	text-decoration: none;
}
a.fourteen:hover{
	color:#D0C8E7;
	text-decoration: underline;
}
a.fourteen:active{
	color:#D0C8E7;
	text-decoration: underline;
}


a.galcat:link{
	font-family:'Caudex', serif;
	font-weight: normal;
	font-size:15px;
	color: #FACD00;
	text-decoration:none;
	text-align: left;
	margin:0 0 6px 0;
	padding:0;
}
a.galcat:visited{
text-align: left;
	color: #FACD00;
}
a.galcat:hover{
	color: #FFFFD4;
	text-align: left;
	text-decoration: underline;
}
a.galcat:active{
	color: #FFFFD4;
	text-align: left;
	text-decoration: none;
}

.navspace{
	display:none;
	width:100%;
	height:200px;
}



.img100{
	width:100%;
	height:auto;	
}

.img100op{
	width:100%;
	height:auto;
	opacity:1;
	transition:opacity 1s;	
}

.img100op:hover{
	opacity:0;	
}

.arrowbox{
	float:left;
	width:50px;
	height:auto;
}




/* New 2019 */


.pagewrapper{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
	
	
h1.gallery{
	font-family:'Caudex', serif;
	font-weight: normal;
	font-size:28px;
	line-height:38px;
	color: white;
	letter-spacing:.1em;
	text-align: center;
}



h2{
	font:15px 'Caudex', serif;
	font-weight: bold;
	line-height:19px;
	color: #F1FFEA;
	letter-spacing:.1em;
	text-align: center;
}

p{
	font:15px 'Caudex', serif;
	line-height:17px;
	color: #e6e6e6;
	letter-spacing:.1em;
	text-align: left;
}

p.ft{
	font:12px 'Caudex', serif;
	line-height:17px;
	color: #e6e6e6;
	letter-spacing:.1em;
	text-align: center;
}

a.ft:link{
	font:12px 'Caudex', serif;
	line-height:19px;
	color: #e6e6e6;
	text-decoration:none;
}

a.ft:visited{
	color: #cccccc;
}

a.ft:hover{
	color: #ffffff;
}

a.ft:active{
	color: #ffffff;
}

hr{
	width:90%;
	margin:15px auto;
}

span.y{
	display:block;
  width: 100px;
  height: auto;
  padding: 0;
}




.clearfloat {
	clear:both;
}


#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}


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


.graphicbox{
	width:16.4%;
}

.menuslider{
	width:564px;	
}

.menuslides{
	width:564px;
}


.gallerycontainer{
	width: 60%;
	margin:auto;
}

.menubox{
	width:630px;
}

.menuscrollercontainer{
	width:530px;
}

}

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

.yearbox{
	position:absolute;
	left:10px;
	top:20px;
	max-width:80px;
	height:auto;
	z-index:10000;
}

h1.gallery{
	font-size:32px;
	margin:140px 0 15px 0;
	padding:0;
}

.menuslider{
	width:300px;	
}

.menuslides{
	width:300px;
}
	


.menubox{
	width:438px;
}

.menuscrollercontainer{
	width:338px;
}

}	




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



.mtgallerylink{
	position:absolute;
	right:10px;
	top:auto;
	left:auto;
	bottom:30px;
	width:100px;
	height:100px;
	background-image:url(images/marlyn-gallery-link-disk-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:10000;
}

.navspace{
	display:block;
}

.gallerycontainer{
	width: 98%;
	margin:auto;
}

.contentboxmain {
	width: 800px;
	margin: auto;
	text-align: center;

}

.contentboxsub {
	width: 800px;
	margin: auto;
	text-align: center;

}

.introcontainer{
	width: 60%;
	margin:auto;
}

.shieldbox{
	position:absolute;
	right:auto;
	top:auto;
	left:50%;
	bottom:30px;
	transform: translate(-50%, 0);
}

.shieldbox23{
	position:relative;
	right:auto;
	top:auto;
	left:auto;
	bottom:auto;
	width:180px;
	margin:20px auto;
	transform: translate(0, 0);
}

}


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



li{
	padding:0 0 10px 3px;
	display:inline-block;
}

.categorybox2{
	position:relative;
	left:auto;
	top:auto;
	display:block;
	width:90%;
	margin:30px auto;
}

.box{
	padding:0 20px 0;
}

.yearbox2{
	position:relative;
	left:auto;
	top:auto;
	margin:0;
	padding:0;
	margin:40px auto;
	display:block;
}


.menuslider{
	width:224px;	
}

.menuslides{
	width:224px;
}

.menubox{
	width:324px;
}

.menuscrollercontainer{
	width:224px;
}

}


	/* for 480px or less */
@media screen and (max-width: 480px) {



.contentboxmain {
	width: 320px;
	margin: auto;
	text-align: center;

}

.contentboxsub {
	width: 320px;
	margin: auto;
	text-align: center;

}

.introcontainer{
	width: 95%;
	margin:auto;
}




}