﻿@charset "utf-8";
@import "cw_layout.css";
/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 2
   Case Problem 2
   
   Civil War History Style Sheet
   Author: Io Anderson
   Date:   9/28/25
   
   Filename: cw_styles.css

*/




/* Structural Styles */
html{
	background-color: rgb(151, 151, 151);
}

body {
	background-color: rgb(180, 180, 223);
	font-family: Verdana, Geneva, sans-serif;
}

h1 h2 {
	font-weight: normal;
}


footer {
	color: rgb(101, 101, 101);
	font-size: 0.8em;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}




/* Body Header Styles */
body > header > h1 > span {
	color: rgba(255, 255, 255, 0.4);
}

font.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body > header {
	background-color: rgb(97, 97, 211);
}

header h1 {
	font-size: 4vw;
	color: rgba(255, 255, 255, 0.8);
	font-family: Limelight, cursive;
	margin: 0px;
}




/* Navigation Styles */
#mainLinks nav > ul > li > a:link, nav > ul > li > a:visited {
	text-decoration: none;
	color: white;	
}

#mainLinks nav a{
	padding-bottom: 5px;
	padding-top: 5px;
}
	
#mainLinks nav > ul > li > a:active, nav > ul > li > a:hover {
	color: white;
	opacity: 0.8;
	background-color: rgba(51, 51, 51, 0.5);
}



/* Outline Styles */
#outline nav > h1 {
	margin: auto;
	width: 50%;
}
#outline nav > ol > li {
	color: rgb(51, 51, 51);
	font-size: 0.8em;
}

}
#outline nav > ol > li {
	line-height: 2em;
	margin: 0px 0px 5px 5px;
	list-style-type: upper-roman;
}
#outline nav > ol > li > ol > li {
	list-style-type: upper-roman;
}

#outline li > a:link, li > a:visited {
	color: rgb(101, 101, 101);
	text-decoration: none;
}
#outline li > a:active, li > a:hover {
	color: rgb(97, 97, 211);
	text-decoration: underline;
}



/* Section Styles */
section {
	background-color: rgb(220, 220, 220);
}

section header h1 {
	font-size: 2.2em;
	padding-left: 10px;
}


/* Article Styles */
article h2 {
	font-size: 1.4em;
}
article:first-of-type p::first-letter{
	font-size: 2em;
	
	
}


/* Aside Styles */
aside {
	font-size: 0.9em;
}
aside > h1 {
	font-size: 1.4em;
	align-content: center;
}
