body { 

/*background: #D5D5D5; */
background:white;
margin-right: 10%;
margin-left: 10%;
margin-top: 5%;
margin-bottom: 10%;
}

h1,

span, span:after {
    font-weight: 900;
    color: #328CC1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

span {
    font-size: 2em;
    z-index: 100;
    text-shadow: .04em .04em 0 #565656;
}

span:after {
    content: attr(data-shadow-text);
    /*color: rgba(0,0,0,.35);*/
    color:D5D5D5;
    text-shadow: none;
    position: absolute;
    left: .0875em;
    top: .0875em;
    z-index: -1;
  
}

#links, #footer, nav {
font: 600 1.5em/1 'Raleway', sans-serif;
    color: red;
    text-align: center;
  
    letter-spacing: .2em;
    position: relative;
  }
  
p  {
font-size:125%;
} 
    

hr {
color:#efedce;
}

td {
text-align:center;
}

a:link {
text-decoration:none;
color: red;
}

a:visited {
text-decoration:none;
color: rgba (0,0,0,.35);
}


a:hover {
text-decoration:underline;
color:rgba(0,0,0,.35);

}

div.end
{
top:80%;
}

h4.home
{
font: 600 1.25em/1 'Raleway', sans-serif;

color: rgba(0,0,0,.35);
}

h5
{
font: 600 1.25em/1 'Raleway', sans-serif;

color: rgba(0,0,0,.35);
}