@import url("https://fonts.googleapis.com/css?family=Raleway"); /*--- Nav Font --*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Raleway"); /*--- Heading Font --*/
*, *::before, *::after {
  box-sizing:border-box;
  padding:0;
  margin:0
;}

html,
body{
	height: 100% ;
	width: 100%;
   overflow: auto;
}

.falconG{
	font-size:14pt;
	font-family:"Rage Italic",Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
	margin-left: 10px;
}

h2.album-title{
	font-size:14pt;
	font-family:"Rage Italic",Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
	text-align: center;
}

.about{
	margin:auto;
	width:400px;
}
a.title{
	font-size:14pt;
	font-family:"Rage Italic",Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
}

a, a:visited{
	text-decoration: none;
}

a.doboz {
	font-size: 8pt;
}
a[name="images"], a[name="galleries"]{
	font-size:24pt;
	font-family:Papyrus;
	font-weight:bold;
	text-align:center;
	padding:1em 0 1em 0;
}

p{
	font-size: 13px;
}

div.menu-line a{
	font-size:13px;
	font-family:Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
	line-height: 18px;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 2px 3px 2px 2px;
	padding: 4px 10px 3px;
}

a.facebook{
	display: inline-block;
	border: 1px solid #00266d;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #033aa9;
	background: -moz-linear-gradient(top, #033aa9 0%, #022a8f 44%, #00266d 100%);
	background: -webkit-linear-gradient(top, #033aa9 0%,#022a8f 44%,#00266d 100%);
	background: -o-linear-gradient(top, #033aa9 0%,#022a8f 44%,#00266d 100%);
	background: -ms-linear-gradient(top, #033aa9 0%,#022a8f 44%,#00266d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033aa9), color-stop(44%,#022a8f), color-stop(100%,#00266d));
	background: linear-gradient(#033aa9 0% ,#022a8f 44% ,#00266d 100% );
}

header{
	font-size:13px;
	font-family:Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

footer{
	font-size:13px;
	font-family:Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	text-align: center;
	margin:auto;
}

.album-title{
	font-size:16pt;
	font-family:Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
}
.album-desc{
	font-size:8pt;
	font-family:Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	font-weight:bold;
	margin:auto;
	width:100%;
   text-align:center;
}

	/* --- main section --*/
main{
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	width: 100% ;
}
	/* --- end main section --*/

#images, .folders{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 100% ;
}

		/* ---- img----- */
.img-container, .gallery-container{
	display:flex;
	flex-direction: column;
   padding:0 3px;
}

.desc{
	display:none;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
   max-width:600px
}

p.album-title{
	padding-left:10px;
}

.desc p{
	font-size: 12pt;
	line-height: 12pt;
   text-align: center;
}

section div.thumb{
	max-width:100% ;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex; 
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 2px;
   margin: 0 2;
}

.img-container img, .gallery-container img{
	margin:auto;
	max-width: 100% ;
}

div.links{
	display:flex;
	width:100% ;
	justify-content:center;
	margin-bottom: 10px;
	padding-bottom: 40px;
}
div.links a, .showhide{
	text-decoration:none;
	font-family:"Playfair Display", sans-serif, Arial;
	font-weight:bold;
	cursor:pointer;
}

div.links a:hover, .showhide:hover{
	font-weight: 700;
}

	/* -- media queries ***/
@media only screen and (orientation: landscape) {
	img{ max-height: 90vh; }
}
@media only screen and (min-width:700px) {
	.img-container, .gallery-container
	{
		max-width:100vw;
		padding:0 3px;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size:12pt
	}
   .about{
		margin:auto;
		width:600px;
  	}
	.album-desc{
		width:600px;
	}
}

	/* large screens */
@media only screen and (min-width:1200px) {
	.img-container, .gallery-container
	{
		max-width:400px;
		flex-direction:column;
		padding:0 3px;
	}
	img{
		max-width: 100%;
		max-height:267px;
	}
	p{
		font-size: 12pt;
	}
   .about{
		margin:auto;
		width:800px;
	}
	.album-desc{
		width:800px;
	}
}
