
@viewport{
  width: device-width;
  initial-scale: 0.8;
}

html {
 	background: #FFFFFF url("BACKGROUND_GRID_GR1.gif") repeat left top scroll;
}

body {
	padding: 0px 0px;
	font-size: 18px;
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15;
    color: #000;
    
}

img 
{ 
    height: inherit;
    width: inherit;
    object-fit: cover;
    border: none;
}

.slide {
    width: 480px; 
    height: 720px;
    object-fit: cover;
    overflow: hidden;
}

.fragment-mono-regular {
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
.fragment-mono-regular-italic {
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }

a
{
    text-decoration:underline;
	color:blue;
}

a:hover
{
	color:#F00
}

.shady 
{ 
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    cursor: move;
    color: black;
    float: left;
    margin-bottom: 20px;
}

.shadynomove 
{ 
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);

}

nav {
    cursor: progress;
}
 
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
 
nav:after {
   content:"";
   display:table;
   clear:both;
}
 
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
   padding:0;
   margin:0;
   list-style: none;
   position: relative;
   }
 
/* Positioning the navigation items inline */
nav ul li {
   margin: 0px;
   /* display:inline-block;*/
   float: left;
   }
 
/* Styling the links */
nav a {
   display:block;
   color:blue;
   text-decoration:none;
}
 

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
   display: none;
   position: absolute;
   top: 100%;
    margin-top: 19px;
    margin-left: -3px;
    border: 1px;
    border-color: #FFF;
        box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
}
 
nav ul li ul li {
    line-height: 20px;
padding-top: 20px;
    padding-left: 4px;
    background-color: #FFF;

}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
   display:inherit;
}
 
/* First Tier Dropdown */
nav ul ul li {
   min-width:200px;
   float:none;
   display:list-item;
   position: relative;
}




#prev
{
    cursor: w-resize;
}

#next
{
    cursor: e-resize;
}

#prev2
{
    cursor: w-resize;
}

#next2
{
    cursor: e-resize;
}
#prev3
{
    cursor: w-resize;
}

#next3
{
    cursor: e-resize;
}
#prev4
{
    cursor: w-resize;
}

#next4
{
    cursor: e-resize;
}