@charset "utf-8";


/***********************************************

  Judge Katz Fraud
  
  CSS Definitions
  
  High-Resolution CSS

  1/13/2026
  
  Portrait: >= 580px x 880px and Portrait 
  Landscape: >= 880px x 580px and Landscape

************************************************/


/* Landscape Mode Only */

@media all and (min-device-width:880px) and (min-device-height:580px) {}


/* Portrait Mode Only */

@media all and (min-device-width:580px) and (min-device-height:880px) {}


/* Landscape and Portrait Modes */

@media 	all and (min-device-width:880px) and (min-device-height:580px),
		all and (min-device-width:580px) and (min-device-height:880px) {
	
	
	.jkf .facts_only
	{
		margin-top: 0px;
		padding-bottom: 10px;

		background-image:url(../images/jkf_facts_only_yellow_strip.gif);
		background-position:50% 0%;
		background-repeat:repeat-x;
	}

	.jkf .disclaimer
	{

		width: 80%;
		margin: 0px auto 0px auto;
		min-height: 100px;
		position:relative;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		border: 0px solid lime;
		overflow: hidden;

	}
			
	.jkf .disclaimer h3,
	.jkf .disclaimer p
	{
		font: 16px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		max-width:100%;
		padding-left: 0;
		padding-right: 0;
	}

	.jkf .header
	{
		margin-top: 0px;
		padding-top: 50px;
		/* height: 310px; */
		
		background-image: url(../images/jkf_background_high_resolution.jpg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
			
	.jkf .header .photo {
		
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		padding-top: 100px;	
	}

	.jkf .header .title
	{

		width: 100%;
		/* height: 100%; */
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-top: 0px;
		padding-bottom: 10px;
		
		text-align: center;
		
	}
			
	.jkf .header .title h1
	{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 55px;
		text-shadow: 2px 2px #000;
		font-stretch: expanded;
		font-weight: bold;
		color: yellow;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin: 0px;
	}

	.jkf .header .subtitle
	{
		font: 24px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color:#FFF;
		font-weight: bold;
		line-height: 1.6;
		text-shadow: 3px 3px #000;
		letter-spacing: 1px;
		text-align: center;
		font-variant: small-caps;
		padding-top: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		/* min-height: 130px; */
		max-width:550px;
		margin:auto;

		/*background-image:url(../images/jkf_subtitle_bg.jpg);*/
		background-position:50% 0%;
		background-repeat:no-repeat;
	}


	.jkf .quoteBubble
	{

		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;

		height: auto;

		position:relative;
		
		padding:20px 10px 20px 10px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:center;

		background-color:#1A1A1A;

	}
			
	.jkf .quoteBubble2
	{

		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;

		height: auto;

		position:relative;
		
		padding:40px 10px 10px 10px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:left;

		background-color:#1A1A1A;

	}
			
	.jkf .quoteBubble3
	{

		max-width: 500px;
		margin: 30px auto 40px auto;

		height: auto;

		position:relative;
		
		padding:20px 40px 0px 10px;
		
		border-bottom-color:#C90;
		border-bottom-width:medium;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: medium;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:left;

		background-color:#1A1A1A;

	}
			
	.jkf .quoteBubble4
	{		
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		height: auto;
		position: relative;
		padding: 5px 0px 5px 0px;
		border-bottom-color: #C90;
		border-bottom-width: medium;
		border-top-style: solid;
		border-top-color: #C90;
		border-bottom-style: solid;
		border-top-width: medium;
		overflow: hidden;
		text-align: center;
		background-color: #1A1A1A;
	}
			
	.jkf .quoteBubble h2,
	.jkf .quoteBubble2 h2,
	.jkf .quoteBubble3 h2,
	.jkf .quoteBubble4 h2{
		
		margin: 0px auto 30px auto;
	}		
			
	.jkf .quoteBubble p,
	.jkf .quoteBubble2 p,
	.jkf .quoteBubble3 p,
	.jkf .quoteBubble4 p{
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}
			
	.jkf .headshotContainer
	{
		
		text-align:center;
		width:auto;
		max-width:1400px;
		height:auto;
		margin: 30px auto 30px auto;
	
	}
			
	.jkf .headshotContainer .icon-left
	{
		text-align:left; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.jkf .headshotContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
	
	.jkf .headshotContainer .headshot
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto 30px auto 30px;
		padding: 10px;
		position:relative;
		width:300px;
	}
	
	.jkf .headshotContainer .headshot p
	{
		text-align:center; 
		margin:auto;
		padding:0px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.jkf .iconContainer
	{
		
		text-align:center;
		width:auto;
		max-width:1000px;
		height:auto;
		margin: 30px auto 30px auto;
	
	}
	
	.jkf .iconContainer .icon-left
	{
		text-align:left; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.jkf .iconContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 10px;
		position:relative;
		width:200px;
	}
			
	.jkf .iconContainer .title,
	.jkf .iconContainer .title2
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 0px;
		position:relative;
		width:400px;
	}
	
	.jkf .iconContainer .title p
	{
		text-align:left; 
		margin:auto;
		padding:40px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.jkf .iconContainer .title2 p
	{
		text-align:left; 
		margin:auto;
		padding:10px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.jkf .imgContainer80 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:60%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.jkf .imgContainer80 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
		
	.jkf .imgContainer60 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:60%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.jkf .imgContainer60 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
			
	.jkf .youTubeContainer
	{
		margin-left:50px;
		margin-right:50px;

		position:relative;
		padding-top: 30px;
		padding-bottom:56.25%;
		width: auto;
		height: auto;
		overflow:hidden;

		border: 0px solid pink;

		text-align: center;
	}

	.jkf .youTubeContainer iframe
	{
		position: absolute;
		top: 0px; 
		left: 0px;
		width: 100%;
		height: 100%;
	}
			
	.jkf h1 {
		
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 55px;
		text-shadow: 2px 2px #000;
		font-stretch: expanded;
		font-weight: bold;
		color: yellow;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin: 0px;
		
	}

	.jkf h2
	{
		font: 24px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		line-height: 1.6;

		height: auto;
		position:relative;
		padding: 0px;
		margin: 40px auto 20px auto;
		border: 0px solid green;
		overflow: hidden;
		text-align:center;
		
		max-width: 700px;
	}
			
	.jkf h3
	{
		font: 16px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		margin-top: 0;
	}
			
	.jkf p
	{
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
		max-width: 800px;
		padding-left:10%;
		padding-right:10%;
		margin-left:auto;
		margin-right:auto;
	}
			
	.jkf p .highlight {
		
		background-color:white; 
		color:black;
		font-weight:bold;
		padding:2px;
	}
			
	.jkf .red {
		
		background-color:red; 
		color:white;
		font-weight:bold;
		padding:2px;
	}
			
	.jkf .green {
		
		background-color:green; 
		color:white;
		font-weight:bold;
		padding:2px;
	}

	.jkf ul 
	{
		list-style:disc;
		list-style-position:inside;
		max-width:800px;
		text-align: left;
		margin:auto;
	}
			
	.jkf ol
	{
		font: 18px Arial, Helvetica, sans-serif;
		color:#fff;
		font-weight: normal;
		line-height: 1.6;
		text-align: left;
		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		letter-spacing: 1px;
		
		list-style-position: outside; 
	}		
			
	.jkf ol li,
	.jkf ul li{
		margin-bottom: 30px;
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	.jkf .facebookPlugin
	{
		text-align:center;
		margin: 20px;
	}
			
	.jkf .facebookPageEmbed {

        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;

        font-size: 12px;
        font-family: monospace;
        font-weight: bold;

        max-width: 340px;
        background-color: #000;
    }
			
	.jkf .facebookPostEmbed
	{
		text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin: auto;
    	background-color: #fff;
    	max-width: 500px;
		overflow-x:hidden;        
	}

	.jkf .footer
	{
		width: 97%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		position:relative;
		padding: 10px;
		border: 0px solid green;
		overflow: hidden;

		text-align: center;

		background-image: url(../images/jkf_footer_background.jpg);
		background-color: #050e18;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:center;
		background-position: 50% 70%;

		font: 18px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: normal;
		line-height: 1.6;
	}
			
			
	.jkf .table
	{
	
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:70px;
		width:auto;
		max-width:550px;
		border:2px;
		border-color:#999;
		position:relative;
		padding: 20px 20px 10px 0px;
		background-color: #fff;
	
	}
	
	.jkf .table .headerRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
	}
	
	.jkf .table .middleRow
	{
		display:inline-block;
		position:relative;
		width:100%;
		border-color: #999999;
		
		padding: 0px;
		vertical-align: middle;
		text-align:left;
		background-color:#fff;
	}
	
	
	.jkf .table .bottomRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
		background-color:#fff;
	}
			
	.jkf .table .headerRow p{
		font: 18px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		letter-spacing: 1px;
		margin:0px;
	}			
	.jkf .table .middleRow p{
		font: 16px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}
			
	.jkf .table .bottomRow p{
		font: 18px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}


	/* Reference links */

	.jkf a:link 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: underline;
	}

	.jkf a:visited 
	{
		color: #FF0; 
		font-weight: bold;
	}

	.jkf a:link:hover, 
	.jkf a:visited:hover 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: none;
	}

	.jkf a:link:active, 
	.jkf a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}


	.jkf .footer a:link 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: underline;
	}

	.jkf .footer a:visited 
	{
		color: #FF0;
		font-weight: bold;
	}

	.jkf .footer a:link:hover, 
	.jkf .footer a:visited:hover 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: none;
	}

	.jkf .footer a:link:active, 
	.jkf .footer a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}
}