* {
    box-sizing: border-box;

}


img.footer
{
 width:100%;
    height: auto;
}
img.current{
    
    width:80%;
    height: auto;  
    transition: 1s;
    border-style:solid;
    border-color:#993333;

}
img.current:hover{
   transition: 1s;
  border-style:solid;
  border-color:yellow;

}
img.picture{
    
    width:40%;
    height: auto;  
    transition: 1s;
    opacity: 0.5;
    border-style:solid;
    border-color:#993333;

}
img.picture:hover{
   transition: 1s;
   opacity: 1;
  border-style:solid;
  border-color:yellow;

}

img.spic{
    width:20%;
    height: auto;
    transition: 1s;
    opacity: 0.5;
    border-style:solid;
    border-color:#993333;
}
img.spic:hover
{
    
   
    transition: 1s;
   opacity: 1;
   border-style:solid;
    border-color:yellow;
    
}
img.headpic{
    
    width:10%;
    height: auto;
    transition: 1s;
    border-style:solid;
    border-color:#993333;
}
img.headpic:hover
{
    
    width:20%;
    height: auto;
    transition: 1s;
}


.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
html {
     margin: 0;
    font: italic 15px/18px Times New Roman, Helvetica, Arial, sans-serif;
    background-image:url('paper3.gif');
    background-color:none;
    color:  #993333;

  
}
.header {
  
 text-align:center;


background-color:rgba(96, 0, 0, 0.3);

  border-bottom: 10px solid;
     
    color:  #993333;

   
    padding: 1px;

}
.menu ul {
    list-style-type: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
     
}
.menu li {
    
    padding: 8px;
    margin-left:7px;
    margin-bottom: 7px;
    background-color :maroon;
    opacity:0.5;
    
   
}
.menu li a {
display: block;
 text-decoration:none;
 color: #fff2cc;
}
.menu li:hover {
      transition: 1s;
      opacity:1;
      text-decoration:underline;
      
}




.menu li ul 	{
         transition: 1s;
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */	
		
		}				

.menu li:hover ul 	{
                        
                        transition: 1s; 
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                         border-left: 6px solid #fff2cc;
                      
                        z-index: 12;
                        padding-left: 1px;
                        
                       
                        }


.menu li ul li {
    
    transition: 1s;
     background-color :rgb(255, 242, 204);
 color: #fff2cc;
     opacity:0.5;
    
}

.menu li ul li a 	{
		
        z-index: 1001;
        color: maroon;
      
		}

.menu li ul li a:hover {
    
    transition: 1s;
     opacity:1;
      text-decoration:underline;
      
    z-index: 1000;
 
}

.aside {
   
    padding: 15px;
    background-color: maroon;
    opacity:0.5;
    transition: 1s;
     color: #fff2cc;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside a{
text-decoration:none;
 color: #fff2cc;
transition: 1s;
}
.aside a:hover{
text-decoration:underline;
 color: #fff2cc;
transition: 1s;
}

.aside:hover 
{
 transition: 1s;
 opacity:1;
  color: #fff2cc;
   border-style: none  none solid solid;
   border-color:#4d0000;

}
.footer {
    
   
    color: #993333;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.footer a{

color: #993333;
text-decoration:underline;
}

.desc {
    padding: 15px;
   
    text-align: center;
}

.desc a
{
 text-decoration: none;
}

	img.port 
{

border-style:solid;
border-color:#0000ff;
vertical-align:middle;
position:relative;
width:5em;
height:7em;
transition: 1s;
 
}
img.port:hover
{
   
border-color:yellow;
position:relative;
width:10em;
height:14em;
transition: 1s;
}
img.land 
{
border-style:solid;
border-color:#0000ff;
vertical-align:middle;
Position:relative;
width:7em;
height:5em;
transition: 1s;
}

img.land:hover
{
border-color:yellow;
position: relative;
width:14em;
height:10em;
transition: 1s;

}
.dropbtn {
    
    color:#993333;
    padding: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;    
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.w3-theme-l5 {color:#000 !important; background-color:#ffe7e7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffadad !important}
.w3-theme-l3 {color:#fff !important; background-color:#ff5c5c !important}
.w3-theme-l2 {color:#fff !important; background-color:#ff0a0a !important}
.w3-theme-l1 {color:#fff !important; background-color:#b80000 !important}
.w3-theme-d1 {color:#fff2cc !important; background-color:#680000 !important}
.w3-theme-d1:hover {opacity:1; color:#680000 !important; background-color:#fff2cc !important}
.w3-theme-d2 {opacity:.5; color:#680000 !important; background-color:#fff2cc !important}
.w3-theme-d2:hover {opacity:1; color:#680000 !important; background-color:#fff2cc !important}

.w3-theme-d3 {color:#fff !important; background-color:#470000 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3d0000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#330000 !important}

.w3-theme-light {color:#000 !important; background-color:#ffe7e7 !important}
.w3-theme-dark {color:#fff !important; background-color:#330000 !important}
.w3-theme-action {color:#fff !important; background-color:#330000 !important}

.w3-theme {opacity:.5; color:#fff2cc !important; background-color:#680000 !important}
.w3-theme:hover {opacity:1; color:#fff2cc !important; background-color:#680000 !important}
.w3-text-theme {color:#680000 !important}
.w3-border-theme {border-color:#680000 !important}

.w3-hover-theme:hover {color:#fff2cc !important; background-color:#680000 !important}
.w3-hover-text-theme:hover {color:#680000 !important}
.w3-hover-border-theme:hover {border-color:#680000 !important}