html {
background-color: whitesmoke;
}

body {
    margin: 0 auto;
    padding: 1em 5em 10em;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #506c70;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+46,9fd8ef+71,2ab0ed+100 */
background: rgb(228,245,252); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 46%, rgba(159,216,239,1) 71%, rgba(42,176,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(46%,rgba(191,232,249,1)), color-stop(71%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 46%,rgba(159,216,239,1) 71%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 46%,rgba(159,216,239,1) 71%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 46%,rgba(159,216,239,1) 71%,rgba(42,176,237,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 46%,rgba(159,216,239,1) 71%,rgba(42,176,237,1) 100%); /* W3C */
    background-attachment: fixed;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}


h1, h2, h3 {
    color: #4b6468;
    font-weight: 500;
    line-height: 1.3em;
}
h1 {
    font-weight: 600;
}
h2 {
    margin-top: 1.3em;
}

a {
    color: #2775ad; 
}
a:hover, nav li a:focus, nav li a:active {
    color: #900;
}

#welcome {
    background: transparent;
    border: 7px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: 1.3em auto;
    max-width: 95%;
    float:right;
}

#home {
    background: transparent;
    margin: 1.1em auto;
    max-width: 95%;
    float: left;
}

header {
    background-color: whitesmoke;
    border-radius: 5px;
    position:relative;
    width: 97%;
    margin:10px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav li {
    display: inline;
    background: #2775ad;
    color: #fff;
    margin-right: 1px;
}
nav li a {
    padding: 4px 20px;
    background: #2775ad;
    color: #fff;
    border: 1px solid #600;
    border-radius: 5px;
    font: 1em "verdana", sans-serif;
    line-height: 1em;
    text-align: center;
    text-decoration: none; 
}
nav li a:hover, nav li a:focus, nav li a:active {
    background: #900;
    color: #fff;
    text-decoration: underline;
}

article {
    border-radius: 5px;
    position:relative;
    width: 97%;
    margin:10px;
    padding: 1em 1em 2em;
}

footer {
    font-size: 12px;
    background-color: whitesmoke;
    border-radius: 5px;
    position:relative;
    width: 97%;
    margin:10px;
    padding:1em 1em 1em;
}
footer a {
    background: #2775ad;
    color: #fff;
    margin-right: 1px;
    display: inline;
    border: 1px solid #600;
    border-radius: 5px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
    background: #900;
    text-decoration: underline;
    color: #fff;
}

