* {
    box-sizing: border-box;

}
img.footer
{
 width:100%;
    height: auto;
}

img.picture{
    
    width:40%;
    height: auto;  

}
img.mpicture{
    
    display: block;
    margin: 0 auto;
    width:40%;
    height: auto; 
    transition: 1s;
   
    border-style:solid;
    border-color:#993333; 

}
img.mpicture: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: bold; font-style: italic; font-family: 12px/18px TimesNewRoman, Helvetica, Arial, sans-serif;
    background: url(back3.jpg) no-repeat center center fixed; 
    background-size: cover;
    color:  #993333;

  
}
.header {
   
     
    color:  #993333;
text-align: center;
   
    padding: 10px;
}
.menu ul {
    list-style-type: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.menu li {
    
    padding: 8px;
    margin-bottom: 7px;
    background-color :#fff2cc;
    opacity:0.5;
    color: #993333;
    transition: 1s;
}
.menu li a {
display: block;
 text-decoration:none;
color: #993333;
}
.menu li:hover {
      opacity:1;
      text-decoration:underline;
      transition: 1s;
}
.aside {
   
    padding: 15px;
    background-color :#fff2cc;
    opacity:0.5;
    transition: 1s;
    color: #993333;
    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: #993333;
transition: 1s;
}
.aside a:hover{
text-decoration:underline;
color: #993333;
transition: 1s;
}

.aside:hover 
{
 opacity:1;
 color: #993333;
transition: 1s;
}
.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;
}
