body {
	font-family: sans-serif;
    text-wrap: pretty;
    margin-top: 0;
    margin-left: 0;
    background-image: url(images/cleo-sitting.jpg); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    background-color: #6b9bb1;
}

header {
    margin-bottom: 30px;
}

a:link { color: rgb(152, 195, 255); 
    text-decoration-line: none;
    }
a:visited { color: rgb(193, 221, 247); }
a:hover { color: rgba(127, 216, 216, 0.718); 
        font-weight: bold;}
a:active { color: rgb(232, 206, 37); }

h1 {
    margin-top: 0;
	color: rgb(240, 239, 233);
	font-size: 3em;
}

h2 {
	color: rgb(253, 237, 192);
	font-size: 2.5em;
}

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

h3 a:link {
    text-decoration-line:overline;
}

h3 a:hover {
    color: aliceblue;
}

p {
    color: rgba(255, 241, 222, 0.897);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    max-width: fit-content;
}

div.background-container {
    background-color: rgba(100, 22, 22, 0.8);
    padding: 4%;
    width: 30%;
    left: 0;
    top: 0;
  }

blockquote p {
    color:rgb(237, 224, 206);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 1.2em;
}

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

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

figcaption {
    color: #e9d7b5;
    text-align: right;
    display: block;
}

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

footer p {
    color: burlywood;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    max-width: 100%;
}

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

.introduction {
    padding: 5%;
}