body {
	margin-left: 110px;
    margin-bottom: 90px;
    margin-top: 60px;
	font-family: sans-serif;
}

body {
    background-image: url(images/cleo-sleeping.jpeg); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    background-color: #6b9bb1;
}

header {
    max-width: 550px;
    margin-bottom: 30px;
}

a:link { color: rgb(22, 210, 119); }
a:visited { color: rgb(193, 221, 247); }
a:hover { color: rgba(127, 216, 216, 0.718); }
a:active { color: rgb(232, 206, 37); }

h1 {
	color: rgb(240, 239, 233);
	font-size: 3em;
    margin-bottom: 20px;
}

h2 {
	color: rgb(203, 223, 251);
	font-size: 2.5em;
}

h3 {
	color: rgb(240, 239, 233);
	font-size: 2em;
    margin-bottom: 20px;
}

p {
    color: rgba(223, 240, 234, 0.839);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.1em;
    max-width: 550px;
}

blockquote p{
    color:rgb(237, 224, 206);
    font-family: serif;
    font-weight: 200;
    font-size: 1.2em;
}

blockquote {
    margin-left: -10px;
    max-width: 475px;
}

.pull-quote {
    text-indent: -.4em;
    font-style: italic;
}

figcaption {
    color: #e9d7b5;
    text-align: right;
    max-width: 440px;
    display: block;
}

footer {
    margin: 0;
    background-color: black;
}

footer p {
    color: burlywood;
    text-align: center;
    max-width: 100%;
    background-position: fixed; 
}

.fixed-footer {
    position: fixed; 
    left: 0; 
    bottom: 0;
    width: 100%;
}