/*  style sheet for Roxy Trading Products by Thomas Tivnen 10/01/2021
It is best not to edit or tweak this style sheet as it deals with cell phone, i-pad, tablet, lap top, desk top size rendering;
A good practice is do a find command (ctrl + f) on the web page and look for class=""
If a problem arises please contact:
thomastivnen@hotmail.com  */

/*  center catalog link    */

#cat    {
	text-align: center;
}

/*   Sticky Header nav   */

.stky    {
	margin-top: 0;
	padding-bottom: 50px;
	position: relative;
  top: -70px;
  left: 120px;
}


/*  special code for static slider link circles    */

.slider-container {
  position: relative;
  width: 97%;
  margin: auto;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  padding: 20px;
  margin: 0;
  gap: 20px;
  scroll-behavior: smooth;
  height: auto; /* adjust to desired thickness */
}

.slider-track li {
  flex: 0 0 auto;
  scroll-snap-align: center;
  height: auto; /* adjust to desired thickness */
}

.slider-track::-webkit-scrollbar {
  height: 16px; /* thickens horizontal scrollbar */
}

.slider-track::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 8px;
}

/*    new slider track buttons in java script code -styling for buttons    */
.slider-nav button { 
	font-size: 1.5rem; 
	padding: 10px 20px; 
	background: #b51829; 
	color: #fff; 
	border: none; 
	border-radius: 6px; 
	cursor: pointer; 
	margin-left: 10px;
} 
.slider-nav button:focus { 
	outline: 3px solid #000; 
}

/*  end accessibility code    */



.circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffe4e1;
  text-decoration: none;
  color: #b51829;
  font-weight: bold;
}

/* Rotating dashed border on hover */
.circle::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 5px dashed red;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(0deg);
}

.circle:hover::after {
  opacity: 1;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Arrows */
.arrow {
  background: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  padding: 0 10px;
  text-decoration: none;
  color: black;
}

.arrow.left { margin-right: 10px; }
.arrow.right { margin-left: 10px; }


/*  end special code for slider link circles   */

.invisacard   {
	display: none;  /*   invisible catalog cards    */
}

table.containerx {
  width: 940px;
  height: 420px;
  margin: 0 auto;              /* centers the table itself */
  border-collapse: collapse;   /* optional: cleaner layout */
}



td.x1, td.x2 {
  width: 300px;
  height: 400px;
  padding: 10px;               /* use padding instead of margin inside cells */
  text-align: center;          /* centers content horizontally */
  vertical-align: middle;      /* centers content vertically */
}

/* If your image cards are <img> or <div> inside the cells */
td.x1 img, td.x2 img  {
  display: block;
  margin: 0 auto;
  max-width: 100%;          /* scale down on smaller screens */
  height: auto;             /* keep aspect ratio */
}




.switch    {
 	color: #000;
 	font-size: 70%;
}


nav a:link              {   color: #080808; text-decoration: none;   }
nav a:visited           {  color: #080808; text-decoration: none;    }
nav a:hover             {  color: #080808; background: #FFB6C1;      }
nav a:active            { text-decoration: none; color: #080808;     } 

.quote    {
	font-style: italic; 
	font-weight: bold;
}

body  {   
	       margin: 0;
            /*   background-image: url("../images/bkgd1.jpg");   */ 
	       font-family: Verdana, Geneva, sans-serif;
           font-size: 14pt;
           color: #000;
           text-align: left;   
           }

.design    {
			font-family: 'Great Vibes', cursive;
		}
p.movelogo  {
			text-align: center;
		}
		
/*   this is the style code for the sticky header     */
#page-head   {
			padding: 10px 0;
			background: #FFE4E1;
            position: relative; 
            top: 0;
            left: 0;
            width: 100%;
            height: 280px;
            z-index: 50;
		}

/* This is the code for the main web page -look for the page height here  */
#page-main {
  /* This is necessary */
  /* Or the top part of contents will be covered under the header */
  margin-top: 10px; 
  padding: 0;
  height: auto;
}
         

/*   menu bars switch    */         
.hideme {
        opacity: 0.0;
}
                      
/*   h2   {
	font-family: 'Metal Mania', cursive;
	color: #933800;
}   */

footer      {
	background-color: #000;
	color: #fff;
	Height: 310px;
	width: 96%; 
	border: 15px solid #933800;
	line-height: 15px;
}

/*  page navigation   */
.global   {
	padding-left: 10px;
	color: #080808;
	font-size: 250%;
}

.logo   {
	width: 300px;
	height: 200px;
	margin: 0 20px;
	padding-bottom: 60px;
}

/*   raise font size   */
h1, h2, h3  {
	font-size: 200%; margin-left: 5px;
}

/*   raise paragraph size   */
.upper   {
	font-size: 200%; margin: 0 20px; line-height: 50px;
}

.imgsizer    {
	margin-bottom: 20px;
}

.arrowup   {
	font-size: 25px;
}


@media screen and (max-width:4200px) and (min-width:3840.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }	
	 #page-head    {
	 	padding-top: 100px;
	 	padding-bottom: 100px; 
	 	padding-left: 100px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 400px;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -370px;       /* centers it horizontally */
	 	width: 300%;
	 	height: auto;
	 }
	 
	 
	 .rbox, .fbox    {
	 	width: 600px;  /*  increase product banner cards    */
	 	height: auto;
	 }
	 table.containerx tr td.x1, table.containerx tr td.x2 
	 { padding: 20px 60px; }   /* increase product banner padding */
	 
	 .circle { width: 400px; height: 400px; }  /* adjust slider container    */

	 .circle img { width: 400px; height: 400px; object-fit: cover;  }  /*  adjust images in slider container to double   */
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	.arrowup   {
		font-size: 45px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	.upper, h2   {
		font-size: 80px;
		line-height: 1.6;
	}
	
	#region   {
		font-size: 80px;
	}
	.global   {
	 	font-size: 350%;
	 }
}

@media screen and (max-width:3840px) and (min-width:3200.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-top: 100px;
	 	padding-bottom: 100px; 
	 	padding-left: 100px;
	 }
	 
	table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 400px;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -370px;       /* centers it horizontally */
	 	width: 300%;
	 	height: auto;
	 }
	 
	
	 .rbox, .fbox    {
	 	width: 600px;  /*  increase product banner cards    */
	 	height: auto;
	 }
	 table.containerx tr td.x1, table.containerx tr td.x2 
	 { padding: 20px 60px; }   /* increase product banner padding */
	 
	 .circle { width: 400px; height: 400px; }  /* adjust slider container    */

	 .circle img { width: 400px; height: 400px; object-fit: cover;  }  /*  adjust images in slider container to double   */
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	.arrowup   {
		font-size: 45px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	.global   {
	 	font-size: 350%;
	}
	.upper, h2   {
		font-size: 80px;
		line-height: 1.6;
	}
}

@media screen and (max-width:3500px) and (min-width:3200.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 
	  
	table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 300px;
	 }
	 .upper, h2   {
		font-size: 80px;
		line-height: 1.6;
	}
}

@media screen and (max-width:3200px) and (min-width:2880.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-top:  20px;
	 	padding-left: 100px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 270px;
	 }
	 
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -320px;       /* centers it horizontally */
	 	width: 300%;
	 	height: auto;
	 }
	 
	 
	 .rbox, .fbox    {
	 	width: 600px;  /*  increase product banner cards    */
	 	height: auto;
	 }
	 table.containerx tr td.x1, table.containerx tr td.x2 
	 { padding: 20px 60px; }   /* increase product banner padding */
	 
	 .circle { width: 400px; height: 400px; }  /* adjust slider container    */

	 .circle img { width: 400px; height: 400px; object-fit: cover;  }  /*  adjust images in slider container to double   */
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	 .global   {
	 	font-size: 250%;
	 }
	.upper, h2   {
		font-size: 70px;
		line-height: 1.6;
	}
}

@media screen and (max-width:2880px) and (min-width:2560.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-left: 100px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 200px;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -250px;       /* centers it horizontally */
	 }
	 
	 
	 .rbox, .fbox    {
	 	width: 600px;  /*  increase product banner cards    */
	 	height: auto;
	 }
	 table.containerx tr td.x1, table.containerx tr td.x2 
	 { padding: 20px 60px; }   /* increase product banner padding */
	 
	 .circle { width: 400px; height: 400px; }  /* adjust slider container    */

	 .circle img { width: 400px; height: 400px; object-fit: cover;  }  /*  adjust images in slider container to double   */
	 	 	
	 footer    {
		width: 100%;
		font-size: 60px;
		height: 1000px;
	}	
	footer h4  {
		font-size: 60px;
	}
	footer p   {
		font-size: 60px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	 .global   {
	 	font-size: 250%;
	 }
	.upper, h2   {
		font-size: 60px;
		line-height: 1.6;
	}
}

@media screen and (max-width:2560px) and (min-width:2200.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }	
	#page-head    {
		padding-top: 20px;
	 	padding-left: 100px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -200px;       /* centers it horizontally */
	 }
	 	 	
	 footer    {
		width: 100% !important;
		font-size: 60px;
		height: 1000px;
	}	
	footer h4  {
		font-size: 60px;
	}
	footer p   {
		font-size: 60px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 6620px;   */
    	height: auto;
	}
	.upper, h2   {
		font-size: 60px;
		line-height: 1.6;
	}
}

/*     Table L Perimeters established    */  
@media screen and (max-width:2200px) and (min-width:2000.01px){
	 body  {
		width: 100%; max-width: 2200px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 100%;
	}
	#page-main {
    	height: auto;
	}
	.upper, h2   {
		font-size: 60px;
		line-height: 1.6;
	}
}


@media screen and (max-width:2200px){
	 body  {
		width: 100%; max-width: 2200px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 100%;
	}
	#page-main {
    	height: auto;
	}
}

@media screen and (min-width: 1920.01px) and (max-width:2000px) {
	 body  {
		width: 100%; max-width: 2000px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 100%;
	}
	#page-main {
    	height: auto;
	}
	.upper, h2   {
		font-size: 60px;
		line-height: 1.6;
	}
	
}

@media screen and (max-width:1920px){
	 body  {
		width: 100%; max-width: 1920px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 96%;
	}
	#page-main {
    	height: auto;
	}
	.upper   {
		font-size: 200%; margin: 0 20px; line-height: 50px;
	}	
}

@media screen and (max-width:1580px){
	 body  {
		width: 100%; max-width: 1580px;
		height: auto; margin: 0; 	
	 }	
	 #page-main {
	 	height: auto;
	 }
	 footer   {
	 	width: 95%;
	 } 
	  .global    {
	 	font-size: 180%;
	 }
}

@media screen and (max-width:1440px){
	 body  {
		width: 100%; max-width: 1440px;
		height: auto; margin: 0; 	
	 }
	 #page-main {
	 	height: auto;
	 } 
	 .global    {
	 	font-size: 160%;
	 }
	 .stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 50px;  /*   header table position   */
	 }

}

@media screen and (max-width:1366px){
    body  {
		width: 100%; max-width: 1366px;
		height: auto; margin: 0; 	
    }
    #page-main {
	 	height: auto;
	 } 
}

@media screen and (max-width:1336px){
    body  {
		width: 100%; max-width: 1336px;
		height: auto; margin: 0; 	
    }
   footer   {
	 	width: 95%;
	 } 
	 .global   {
	 	font-size: 140%;
	}
	#page-main {
	 	height: auto;
	 } 
}


@media screen and (max-width:1280px){
    body  {
		width: 100%; max-width: 1280px;
		height: auto; margin: 0; 	
    }    
   	
    .global   {
	 	font-size: 130%;
	}
	#page-main {
	 	height: auto;
	 } 
	 .upper    {
	 	font-size: 150%;
	 	line-height: 40px;
	 }
	 h1   {
	 	font-size: 150%;
	 }
}

@media screen and (max-width:1112px){
     body  {
		width: 100%; max-width: 1112px;
		height: auto; margin: 0; 	
     }     
	 
    .global   {
	 	font-size: 110%;
	}
	 .stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 35px;  /*   header table position   */
	 }
	
	 #page-main {
	 	height: auto;
	 }    
}

@media screen and (max-width:1080px){
     body  {
		width: 100%; max-width: 1080px;
		height: auto; margin: 0; 	
     }
    
    #mobile_hidden {
		display: none;
    } 
    .global   {
	 	font-size: 110%; color: #000;
	}
	.stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 20px;  /*   header table position   */
	 }
	.upper   {
		font-size: 120%; 
		line-height: 30px;
	}
	h1   {
		font-size: 120%;
	}
	#page-main {
	 	height: auto;
	 }  	
}

@media screen and (max-width:1024px){
     body  {
		width: 100%; max-width: 1024px;
		height: auto; margin: 0; padding: 0; 	
     }
     .hideme    {
        opacity: 1.0; 
        font-size: 18px; 
        margin-left: 10px;
    }
    #bars {
    	position: relative;
    	top: 250px;
    	left: 10px;
    	opacity: 1;
    	z-index: 9999;
    }
     nav.global  {
		display: none;
    }
	.mobile_hidden {
		display: none;
    } 
    .hidebuttons   {
    	display: none;
    }
    #page-head    {
	 	height: 280px;  /*   Head Background section of logo   */
	 }
	 .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -240px;
	 }
	 .movelogo    {
	 	text-align: left; 
	 }
    #page-main {
	 	height: auto;
	 }
	 footer   {
	 	width: 93%;
	 } 
	table.stky tr td.x1   {
	 	width: 100%;   /*    the logo cell   */
	 	margin-left: 0;
	 	padding-left: 0;
	 }
	 
	 #page-top   {
    	display: none;
    }
}

@media screen and (max-width:960px){
     body  {
		width: 100%; max-width: 960px;
		height: auto; margin: 0; 
	}

    .mobile_hidden {
		display: none;
    } 
   
    footer   {
    	width: 92%;
    	margin-left: 1px;
    	padding-top: 15px; 
    }
     #page-main {
	 	height: auto;
	 }
}

@media screen and (max-width:959px){
     body  {
		width: 100%; max-width: 959px;
		height: auto; margin: 0; 
	 }
	
    .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:926px){
     body  {
		width: 100%; max-width: 926px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 

	footer  {
		width: 92%; margin-left: 1px;
	}
	.yank    {
		display: none;
	}
	#page-main {
	 	height: auto;
	 }
	 
	 table.containerx    {
	 	display: none;
	 }
	 
	 .invisacard    {
	 display: inherit;	 
	 }
	 
	 .invisacard p  {
	 	padding-left: 20px;
	 } 
	 
	 img.rbox, img.fbox {
	 width: 47%;
	 height: auto;
	 margin: 0 5px;
  }
}

@media screen and (max-width:915px){
     body  {
		width: 100%; max-width: 915px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    footer  {
		width: 92%; margin-left: 1px;
	}
	#page-main {
	 	height: auto;
	 }
}


@media screen and (max-width:900px){
     body  {
		width: 100%; max-width: 900px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
	 }
}

@media screen and (max-width:896px){
     body  {
		width: 100%; max-width: 896px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    
}

@media screen and (max-width:883px){
     body  {
		width: 100%; max-width: 883px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
	 }
}

@media screen and (max-width:854px){
     body  {
		width: 100%; max-width: 854px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 12px solid #933800;
    }
     #page-main {
	 	height: auto;
	 }
 }

@media screen and (max-width:846px){
     body  {
		width: 100%; max-width: 846px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    }    
    #page-head    {
	 	height: 280px;  /*   Head Background section of logo   */
	 }
	 .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -280px;
	 }
	 .movelogo    {
	 	text-align: left;
	 }
	 .stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 0;  /*   header table position   */
	 }
}

@media screen and (max-width:844px){
     body  {
		width: 100%; max-width: 844px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    }    
}


@media screen and (max-width:834px){
     body  {
		width: 100%; max-width: 834px;
		height: auto; margin: 0; 
	 }
	
    .mobile_hidden {
		display: none;
    } 
    
}

@media screen and (max-width:823px){
     body  {
		width: 100%; max-width: 823px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    
}
	
@media screen and (max-width:812px){
     body  {
		width: 100%; max-width: 812px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
   
}

@media screen and (max-width:810px){
     body  {
		width: 100%; max-width: 810px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
     #page-main {
	 	height: auto;
	 }
}

	
@media screen and (max-width:800px){
     body  {
		width: 100%; max-width: 800px;
		height: auto; margin: 0; 
	 }
 
    .mobile_hidden {
		display: none;
    } 
    footer   {
    	margin-left: 0;
    }
   
}

@media screen and (max-width:768px){
    body     {
		  width: 100%; max-width: 768px;
		  height: auto; margin: 0;
    }    
    
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 10px solid #933800;
    }
    #page-main {
	 	height: auto;
	 }   

}

@media screen and (max-width:760px){
    body     {
		  width: 100%; max-width: 760px;
		  height: auto; margin: 0;
    }    
    
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 10px solid #933800;
    }
    #page-main {
	 	height: auto;
	 }
}


@media screen and (max-width:740px){
    body     {
		  width: 100%; max-width: 740px;
		  height: auto; margin: 0;
    }  
     .mobile_hidden {
		display: none;
    }
    #page-main {
	 	height: auto;
	 } 
}

@media screen and (max-width:736px){
    body     {
		  width: 100%; max-width: 736px;
		  height: auto; margin: 0;
    }    
    .hideme    {
        opacity: 1.0; font-size: 18px; margin: 20px;
    } 
   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 9px solid #933800;
    }
}

@media screen and (max-width:732px){
    body     {
		  width: 100%; max-width: 732px;
		  height: auto; margin: 0;
    }    
   
    .mobile_hidden {
		display: none;
    } 
     .invisacard p  {
	 	padding-left: 0;
	 } 
	 
	 img.rbox, img.fbox {
	 width: 47%;
	 height: auto;
	 margin: 0 5px;
  }
}

@media screen and (max-width:667px){
    body     {
		  width: 100%; max-width: 667px;
		  height: auto; margin: 0;
    }
   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	width: 91%;
    }
    .upper    {
    	font-size: 100%;
    }
    #page-main {
	 	height: auto;
	 } 
}

@media screen and (max-width:640px){
    body     {
		  width: 100%; max-width: 640px;
		  height: auto; margin: 0;
    }
   
    .mobile_hidden {
		display: none;
    } 
   #page-main {
	 	height: auto;
	 } 
	 .upper { 
	 	line-height: 1.25; 
	 }
}

@media screen and (max-width:600px){
    body     {
		  width: 100%; max-width: 600px;
		  height: auto; margin: 0;
    }
   #page-main {
	 	height: auto;
	 } 
   footer    {
   	width: 90%;
   }
}

@media screen and (max-width:568px){
    body     {
		  width: 100%; max-width: 568px;
		  height: auto; margin: 0;
    }      
    .mobile_hidden {
		display: none;
    }   
    #page-main {
	 	height: auto;
    } 
	footer    {
    	border: 8px solid #933800;
    }   
}

@media screen and (max-width:480px){
    body     {
		  width: 100%; max-width: 480px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    }  
    .upper   {
    	font-size: 90%;
    }  
    footer    {
    	width: 88%;
    }
     #page-main {
	 	height: auto;
    } 
    .invisacard p  {
	 	padding-left: 0;
	 } 
	 
	 img.rbox, img.fbox {
	 width: 97%;
	 height: auto;
	 margin: 0 5px;
  }
}

@media screen and (max-width:428px){
    body     {
		  width: 100%; max-width: 428px;
		  height: auto; margin: 0;
    }   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	width: 87%;
    }
    .upper    {
    	line-height: 25px;
    }
    #page-main {
	 	height: auto;
    }
    .quote     {
    	font-size: 14px;
    } 
}

@media screen and (max-width:414px){
    body     {
		  width: 100%; max-width: 414px;
		  height: auto; margin: 0;
    }
   .mobile_hidden {
		display: none;
   } 
   #page-main {
	 	height: auto;
    }
   footer    {
   		width: 86%;
   }
}

@media screen and (max-width:412px){
    body     {
		  width: 100%; max-width: 412px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:390px){
    body     {
		  width: 100%; max-width: 390px;
		  height: auto; margin: 0;
    }
 
    .mobile_hidden {
		display: none;
    }  
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 85%;
   }
}

@media screen and (max-width:384px){
    body     {
		  width: 100%; max-width: 384px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    }  
     #page-main {
	 	height: auto;
    }
}

@media screen and (max-width:380px){
    body     {
		  width: 100%; max-width: 380px;
		  height: auto; margin: 0;
		  background-color: #fff; Padding: 0;
    }  
    .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:375px){
    body     {
		  width: 100%; max-width: 375px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:360px){
    body     {
		  width: 100%; max-width: 360px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 84%;
   }
}

@media screen and (max-width:320px){
    body     {
		  width: 100%; max-width: 320px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 82%;
   }
   .design     {
	display: none;
	}
	.arrowup   {
		margin-top: 0;
		margin-bottom: 0;
	}
	.imgsizer   {
	 	margin-top: 0;
	 	margin-bottom: 0;
	}
}
