body { background-color:#e5ffe5; }
header { width:20%;margin-left:auto;margin-right:auto; border-radius:.5em;
background: #e5ffe5;
background: -moz-linear-gradient(top,  #e5ffe5 0%, #a8ffa8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5ffe5), color-stop(100%,#a8ffa8));
background: -webkit-linear-gradient(top,  #e5ffe5 0%,#a8ffa8 100%);
background: -o-linear-gradient(top,  #e5ffe5 0%,#a8ffa8 100%);
background: -ms-linear-gradient(top,  #e5ffe5 0%,#a8ffa8 100%);
background: linear-gradient(to bottom,  #e5ffe5 0%,#a8ffa8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffe5', endColorstr='#a8ffa8',GradientType=0 );
}
header img{width:99%;}
.midsection {width:50%; margin-left:auto; margin-right:auto; text-align:center;}
footer{ width 50%; text-align:center; margin-left:auto; margin-right:auto;}
h1 a {font-size:2em; color:grey;}
h1 a:hover{ color:gold;}
.dls img {width:30%;}
header:hover { background: #a8ffa8;
background: -moz-linear-gradient(top,  #a8ffa8 100%, #e5ffe5 100%, #a8ffa8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#a8ffa8), color-stop(100%,#e5ffe5), color-stop(100%,#a8ffa8));
background: -webkit-linear-gradient(top,  #a8ffa8 100%,#e5ffe5 100%,#a8ffa8 100%);
background: -o-linear-gradient(top,  #a8ffa8 100%,#e5ffe5 100%,#a8ffa8 100%);
background: -ms-linear-gradient(top,  #a8ffa8 100%,#e5ffe5 100%,#a8ffa8 100%);
background: linear-gradient(to bottom,  #a8ffa8 100%,#e5ffe5 100%,#a8ffa8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffa8', endColorstr='#a8ffa8',GradientType=0 );
}
.social img {max-width:3em; max-height:3em;}