/*
last edit - 20221030
*/

*{margin:0; padding:0;}

/* enriqueta-regular - latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/enriqueta-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/enriqueta-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/enriqueta-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/enriqueta-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/enriqueta-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/enriqueta-v15-latin-regular.svg#Enriqueta') format('svg'); /* Legacy iOS */
}

/* enriqueta-700 - latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/enriqueta-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/enriqueta-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/enriqueta-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/enriqueta-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/enriqueta-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/enriqueta-v15-latin-700.svg#Enriqueta') format('svg'); /* Legacy iOS */
}


/* General styles */

body { background:#222; color: #ccc;
       font-size: 1.0em;   line-height: 1.6;
       font-weight: 400;  
	   font-family:  'Enriqueta', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  	  
a {color:#fb4; text-decoration:none; font-weight:400;}
a:hover {text-decoration:underline; color:#ddd;}
a.current {text-decoration:underline;}
p,ul,ol,dl {margin:0 0 15px 0; line-height:1.6em;}
h1 {color:#888; font-size:4.6em; margin-bottom:0;}
h1 a {text-transform:none; font-weight:600; color:#eed;}
h1 a:hover {text-decoration:none; color:#ccc;}
h1,h2,h3,h4 {font-family:  'Enriqueta', Georgia, serif; color:#d06060; font-weight:400; line-height:1.4em;}
h2, h3, h4 {font-size:2.6em; color:#cba; margin:0 0 10px;}
h3 {font-size:1.8em; margin:0 0 20px;}
h4 {font-size:1.3em; xcolor:#777;}


/* Main layout container */
#layout {margin:20px auto 0; width:960px; xbackground:#334;}

/* Footer */
#footer { margin-bottom:10px;}
#footer .col {color:#555; border-top:2px solid #777; padding:20px 0;}
#footer p {text-align:center;}
#footer a {color:#555; font-weight:400; text-decoration:none; border-bottom:1px dotted #333;}
#footer a:hover {color:#aaa; text-decoration:none; border-bottom:1px dotted #888;}

/* Grid classes, fixed width, 960px with 12 columns */
.col {float:left; margin:0 10px; overflow:hidden; float:left; display:inline;}
.col img {max-width:100%; height:auto;}
.row {width:960px; margin:20px auto 0; overflow:hidden;}
.row .row {margin:0 -10px; width:auto;	display:inline-block;}
.c1 {width:60px;}
.c2 {width:140px;}
.c3 {width:220px;}
.c4 {width:300px;}
.c5 {width:380px;}
.c6 {width:460px;}
.c7 {width:540px;}
.c8 {width:620px;}
.c9 {width:700px;}
.c10 {width:780px;}
.c11 {width:860px;}
.c12 {width:940px;}


/* Menu list styles */
ul.menu {list-style:none; margin:0; padding:10px 0; border-top:1px solid #333;}
ul.menu li {list-style:none; text-align:center; font-size:1.2em; margin:0 0 10px; padding:0 0 8px 0; color:#888; border-bottom:1px solid #333;}
ul.menu li a {font-size:1.2em; font-weight:400;}
ul.menu li a:hover {color:#eee; text-decoration:none;}

/* Additional text classes */
.slogan {color:#bbb; font-size:1.4em; }
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}
.nomargin {margin:0; padding:0;}
.separator {height:100px; margin:0; padding:0; background: #0a0a0a url(images/insidebg2.jpg) bottom center no-repeat; border-bottom:1px dotted #1a1a1a;}
.larger {font-size:1.2em;}
.smaller {font-size:0.9em;}
.credits {font-size:0.8em; color:#777; text-align:right;}
.spacer {margin:0 20px;}
.left {float:left; padding-right:10px;}
.right {float:right; padding-left:10px;}

.clear {clear:both;}
.social { float:right; padding-top:0.4em; xbackground:#333;}
.line { border-top:1px solid #555;}
.hide {display:none;}
.border {border:1px solid red;}
body .navmenu a {font-size:1.4em;}
  /*
    .navmenu p { text-transform: uppercase; }
   */
.left { float:left; padding-right:10px;}
.right { float:right; padding-left:10px;}
.navmenu a {font-size:1.2em; margin: 0 15px 0 0;}

div.thumbnails img {width:160px; margin:0 10px 10px 0; border-radius:5px; opacity: 0.8;}
div.thumbnails img.last {margin-right:0;}
.thumbnails img:hover {opacity: 0.95;}
.headerimage img {border-radius:12px;}

.hidemobile  { }
.showmobile { display:none;}
@media only screen and (max-width : 960px){

#layout, body #layout {width:auto; min-width:461px; margin:0 10px; padding:20px; }
.row {width:100%; margin-top: 0px;}
.col {margin:0 0 10px 0;}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {width:100%;}
h1 { font-size:3.0em; margin:-15px auto 5px; line-height:1.4em;}
h2 { font-size:2.0em;}
h3 { font-size:1.6em;}
body .navmenu {margin:0px 0 -15px;}
body .navmenu a {font-size:1.0em; display:inline-block; line-height:1.2em;
                 padding:3px 5px; margin:0 5px 8px 0;}
body .navmenu a.current {border-color:#dcc;}

.headerimage img {width:100%; height:auto;}
div.thumbnails img {width:24%; margin:0;}
div.thumbnails img.last {margin-right:0;}
.social { float:right; xpadding-top:0.2em; margin-top:-50px;}
.credits {font-size:0.8em; text-align:left;}
}

@media only screen and (max-width : 460px){
#layout, body #layout {width:auto; min-width:320px; margin:0 10px; padding:20px; }
.row {width:100%; margin-top: 0px;}
.col {margin:0 0 10px 0;}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {width:100%;}
h1 { font-size:2.6em; margin:-15px auto 5px; line-height:1.4em;}
h2 { font-size:1.8em;}
h3 { font-size:1.2em;}
p,ul,ol,dl {margin:0 0 10px 0; font-size:0.9em; line-height:1.4em;}
body .navmenu {margin:0px 0 -15px;}
body .navmenu a {font-size:1.0em; display:inline-block; line-height:1.2em;
                 padding:3px 5px; margin:0 5px 8px 0;}
body .navmenu a.current {border-color:#dcc;}


div.thumbnails img {width:24%; margin:0;}
div.thumbnails img.last {margin-right:0;}
.social { float:right; xpadding-top:0.2em; margin-top:-50px;}
.credits {font-size:0.8em; text-align:left;}
}