@import url('https://fonts.googleapis.com/css2?family=B612:wght@300&display=swap');

/* @import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Coming+Soon|Covered+By+Your+Grace|East+Sea+Dokdo|Give+You+Glory|Just+Another+Hand|Just+Me+Again+Down+Here|Long+Cang|Loved+by+the+King|Mansalva|Nanum+Brush+Script|Over+the+Rainbow|Rock+Salt|Sue+Ellen+Francisco|Sunshiney&display=swap'); */

body { margin-top: 0px; text-align: left; background: #eeeeee; 	
  /*background: #F3C50C; */
	background: #ffffff; 
  /* background-image: url("bg.jpg"); */


/*font-family: 'Caveat Brush', cursive; */
font-family: 'B612', sans-serif; 
/* font-family: 'Covered By Your Grace', cursive; 
/* font-family: 'East Sea Dokdo', cursive; 
/* font-family: 'Give You Glory', cursive; 
/* font-family: 'Just Another Hand', cursive; 
/* font-family: 'Just Me Again Down Here', cursive; 
/* font-family: 'Long Cang', cursive; 
/* font-family: 'Loved by the King', cursive; 
/* font-family: 'Mansalva', cursive; 
/*font-family: 'Nanum Brush Script', cursive; 
/* font-family: 'Over the Rainbow', cursive; 
/*font-family: 'Rock Salt', cursive; 
/*font-family: 'Sue Ellen Francisco', cursive; 
/* font-family: 'Sunshiney', cursive; */

/*font: normal 1em 'Roboto Condensed', sans-serif; */
 }
p,a,li { color: #333333; }
ul { padding-top: 0px; }
li { line-height: 1.7em; }
p { line-height: 1.3em }

.nodec { font-size: 0.7em; text-decoration: none; font-style: italic;  }

h1,h2,h3, .hilite {
	color: #F39; font-weight: bold; }
	
.footercolor { color: #ffffff; }

.prtab { border: 0px solid #555555; border-collapse: collapse; font-size: 0.80em; margin: 10px; }
.prtab tr:nth-child(odd) { background-color: #ccc; }

/* .blkm1 { display: inline-block; border: #aaaaaa 0px solid; vertical-align: top;  } */
.blkm1 { display: inline-block; border: #aaaaaa 0px solid; max-width: 100px; min-width: 40px; margin: 0.5%; padding: 0 0.5% 0px 0.5%; text-align: center; vertical-align: top;  }

h1 { font-size: 1.5em; font-weight: bold; }
h2 { font-size: 1.3em; font-weight: bold; }
p,a,li  { color: #333333; font-size: 1.0em; }
td { vertical-align: top;  }
.menu { font-size: 14px; color: #ffffff; font-weight: normal;  margin-left: 0px; text-decoration: none;  }
.menubar { text-align: center; height: 26px; vertical-align: middle;  }
.spacer { background-color: #FFFFFF; width: 5px; }
.selected { text-decoration: underline;  font-weight: bold} 
/* a.menu { text-shadow: -1px -1px 0px #555555} */
a:hover { font-weight: bold;  }
a.menu:hover { color: #ffffff;  }
a.whitelink { color: #ffffff }
.rounded-corners {
    -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; behavior: url(border-radius.htc); border-radius: 7px;
}

.right { text-align: right; }
/* --- responsive --- */

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
	display: block; 
}

#imgtitle { line-height: 1.5em; font-size: 1em; font-style: italic; text-align: right; }


body {
  margin: 0;
  padding: 0;
}
 
.h2 ul {
  list-style: none;
  background-color: #00aeef; /* 444 */
  text-align: left;
  padding: 2px 0 0 15px;
  margin: 0;
  /* max-width: 706px; */
}
.h2 li {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 0 0px;  
  height: 32px;
}

/* .h2 li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}  */
 
.h2 a {
  text-decoration: none;
  font-size: 1.1em;
  line-height: 34px;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.h2 a:hover {
  /* background-color: #ec008c;
  padding-left: 10px; padding-right: 10px; */
}
 
.h2 a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
  padding-left: 10px; padding-right: 10px;
}
 
@media screen and (min-width: 400px) {
  .h2 li {
    border-bottom: none;
    height: 36px;
    padding: 0 0 0 22px;
  }
 
  .h2 li {
    display: inline-block;
    margin-right: 4px;
  }
 
}

@media screen and not (min-width: 400px) {
  .h2 li {
     padding: 0;
  }
}

/* --- end responsive --- */

.window { max-width: 700px; text-align: left; border: 1px solid black; margin: 20px 0 0 0 }
.main { padding: 20px 5% 0px 5%; margin: 0px; vertical-align: top; background: #ffffff; }
.main-slide { padding: 20px 0px 20px 10px; background: #ffffff; }
.references { background: #ffffff; padding: 0px 5px 10px 5px; margin: 0px;  }

.footer {  background-color: #000;
  text-align: center;
  padding: 10px 15px 15px 5px;
  margin: 0px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #ec008c;
	-webkit-box-shadow: 3px 3px 4px #ec008c;
	box-shadow: 3px 3px 4px #ec008c;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ec008c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ec008c');
}

.emboss {
/*    -webkit-box-shadow: inset 0 10px 0 rgba(255,255,255,.5), inset 0 -10px 0 rgba(0,0,0,.25), inset 0 -10px 0 rgba(255,255,255,.2), 0 10px 0 rgba(0,0,0,.1);  */
/*    -moz-box-shadow: inset 0 10px 0 rgba(255,255,255,.5), inset 0 -10px 0 rgba(0,0,0,.25), inset 0 -10px 0 rgba(255,255,255,.2), 0 10px 0 rgba(0,0,0,.1); */
    box-shadow: inset 0 0 10px #000000;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#letterpress h1 {
        text-shadow: 0px 1px 1px #4d4d4d;
        color: #222;
        font: 80px 'LeagueGothicRegular';
}

.ref {border:1px solid #;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline; 
padding: 0; margin: 0; padding-right: 1px; 
}


	#juicebox-container{
		max-width:700px;
		max-height:525px;
		background-color: #ffffff;
		padding: 20px 10px 20px 10px; 
	}


.nav ul {
  list-style: none;
  background-color: #000;
  text-align: left;
  padding: 2px 0 0 5%;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 0 0px;  
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  font-size: 1.0em; font-weight: bold; 
  padding-top: 0px; 
  color: #fff;
  display: block;
  transition: .1s background-color;
}
 
.nav a:hover {
  background-color: #F39; /* #F60; */
}
  
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
  margin-left: 10px; margin-right: 10px;
	padding-left: 5px; padding-right: 5px; 
}
 
/* this is the full size menu */

@media screen and (min-width: 600px) 
{   
  .nav li 
	{
    border-bottom: none;
    height: 40px;
    line-height: 38px;
    padding: 0 3% 0 0;
    display: inline-block;
    margin-right: -4px;
  } 
}

/* mobile menu */

@media not all and (min-width: 600px) 
{
  .nav li 
	{
    height: 30px;
    line-height: 28px;
  }
}
