
               

            a:link {text-decoration: underline; color:#000000;}
            a:visited {text-decoration: underline; color:#000000;}
            a:hover {text-decoration: underline; color:##bfbfbf; opacity:0.5;}
            a:active {text-decoration: underline; color:#000000;}
    
#header{
    position:fixed; 
    height:65px; 
    background-color:white; 
    left:0px; 
    top:0px; 
    width:100%; 
    z-index:3; 
    border-bottom: 2px solid #000000;
    margin-bottom:100px;

}
            
@media only screen and (max-width: 450px) {
  #header {
    width:100%;
    height:5%;
  }
}
            
#headerimg  {
   height:75%;
    margin:1%;
}         
            

            

            
#instalogo  { 
    position:absolute; 
    right:0px; 
    top:0px; 
    margin:auto;
    height:95%;
}
            
@media only screen and (max-width: 450px) {
  #instalogo {
    margin:auto;
    height:95%
  }
   
}
 #socialbuttonscontainer  { 
    position:fixed;
    top:70px; 
    right:1%; 
    z-index:20;
}
            
@media only screen and (max-width: 450px) {
  #socialbuttonscontainer {
    top:40px;
  }
   
}           

    
#contentcontainerdiv {
    margin-left:20%; 
    margin-right:20%; 
    margin-top:5%;
}

@media only screen and (max-width: 450px) {
  #contentcontainerdiv {
    margin-left:10%; 
    margin-right:10%;
  }
   
} 
         
         
            
    
        #footer {
                background-color:black;
                color: white;
                font-size: 12px;
                position: fixed;
                height:20px;
                width:100%;
                bottom: 0px;
                right: 0px;
                margin-bottom:0px;
                z-index:5;
                margin-top:100px;
            } 
            
            #socialbuttons  {
                width:25px;
                text-decoration: none;
            }
            
