body { 
/*background:#B5D7D9;*/
/*background: #9cb8b3;*/ 
background:white;
margin-top:10%;
margin-right:10%;
margin-left:10%;
margin-bottom:10%;
padding: 10px;
border-style: solid;
border-width: 2px;
border-color: #3B8F94;
/*border-color: rgba(0,0,0,.5);*/
}

h1 {
    font: 600 1.5em/1 'Raleway', sans-serif;
   /* color: #3B8F94; */
   color: #4682B4;
   /*  color:#B5D7D9; */
    /*color: rgba(0,0,0,.5);*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    top: 10%;
    width: 100%;
}

span, span:after {
    font-weight: 900;
 /*   color: #3B8F94; */
    color: #5E99C5;
    /*color: #efedce;*/
    white-space: nowrap;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

span {
    font-size: 4em;
    z-index: 100;
    /*text-shadow: .04em .04em 0 #328CC1:*/
    text-shadow: .04em .04em 0 #565656;
}

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

h2 {
    font: 400 1.0em/1 'Raleway', sans-serif;
    color:#565656;
    /*color: rgba(0,0,0,.5);*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    top: 10%;
    width: 100%;
}

#alt {
color:orange;
}

/*div {margin-top:40px;}*/

#links {
    font: 600 1.5em/1 'Raleway', sans-serif;
    color: #efedce;
    text-align: center;
    letter-spacing: .2em;
    position: relative;
}

p {
text-align: center;
}

a:link {
color:#efedce;
text-decoration:none;
}

a:visited {
color:#efedce;
text-decoration:none;
}

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