/* layout of header,menus,footer for project*/

.header{
    background-color:seagreen;
    position:absolute;
    height: 100px;
    width:990px;
    border: solid grey 5px;
    top:0px;
    

}

.leftmenu{
    position:absolute;
    height:930px;
    width:200px;
    background-color:forestgreen;
    border:solid grey 5px;
    top:105px;
}


.rightmenu{
    position:absolute;
    height:930px;
    width:200px;
    background-color:forestgreen;
    border:solid grey 5px;
    left:790px;
    top:105px;
}

.wrapper{
    position:relative;
    border: solid blue 10px;
    height:1100px;
    width:1000px;
    margin: 0px auto;
    background-image:url(hqdefault.jpg);
}


.content{
   position:absolute;
   height:930px;
   width: 580px;
   background-color:lightgreen;
   left:210px;
   top:110px;
   opacity:0.9;
   text-align:center;
  rbg a;

   
   
   }

   .footer{
       position:absolute;
       bottom:0px;
       height:50px;
       width:990px;
       background-color:seagreen;
       text-align:center;
       border: solid grey 5px;
       
   }


li{
    margin:20px;
    list-style-type:none;
}   

   /* a:link{
        padding: 3px 10px;
        text-align: center;
        border:double;
        background-color:grey;
    }*/


    .photo{
        display:inline-block;
        height:200px;
        width: 120px;
        border:solid black 5px;
        
        }

        #thumbnail{
            height:200px;
            width:120px;
        }

        #gallery{
            height:600px;
            width:400px;
            opacity:1;
        }


        #resized{
            height:350px;
            width:580px;
        }

