/*
Duscara Sheddinn website stylesheet
Author: "Duscara Sheddinn"
Original Build Date: Tuesday, October 5th, 2021
*/

body {
	background-color: ghostwhite;
	background-image: url(Images/ghost_white_background.jpg);
}

a {
font-size: 1.3em;
font-family: Helvetica;
color: mediumvioletred;
}

h1 {
	font-weight: bold;
	background: gold;
	letter-spacing: .2em;
	word-spacing: .5em;
	text-align: center;
	font-size: 20pt;
	border-bottom: solid thick cornflowerblue;
	border-top: solid thick cornflowerblue;
}

h2 {
text-align: left;
font-size: 16pt;
background-image: url(Images/cyan_texture.jpg);
text-align: center;
}

p {
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
line-height: 2;
margin: 0;
color: #424242
}

strong {
font-weight: bolder;
font-variant: small-caps;
}

em {
font-weight: 700;
}

ul li {
color: darkslategray;
list-style-type: square;
}

li {
	background-image: url(Images/off_white.jpg);
	padding-left: 1.1em;
	padding-bottom: 1.1em;
}

strong em {
color: magenta;
 }
 
h1, h2, h3, h4, h5, h6 {
color: crimson;
font: Helvetica;
}
 
img.left {
float: left;
margin: 1.1em;
}

img.right {
float: right;
margin: 1.1em;
}

.clear {
clear: both;
}

footer {
	float: right;
}

.advertisement {
text-align: center;
color: white;
background-color: black;
padding: 10px;
text-transform: uppercase;
}