/* DaveSoldier.com CSS file */ 

/* HTML Resets*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
 background-color: #654321;
 width: 90%;
 font-family: 'Montserrat';
 font-size: 1em;
 letter-spacing: .01em;
 color: #000000;
 border: 2px;
 border-style: solid;
 border-color: #654321;
}

a:link {
  color: #785027; 
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #8b5d2e;
  text-decoration: none;
}

a:visited {
  color: #8b5d2e; 
  text-decoration: none;	
}

.lislink {
  font-size: 1em;
  line-height: 1.25em;
}

h1 {
  font-size: 1.250em;
}

h2 {
  font-size: 1.125em;
}

h3 {
  font-size: 1.025em;
  text-align: center;
  margin-bottom: -10px;
}

/*Paragraph Indent*/

.pindent {
  display: block;
  margin: -10px 0 20px 20px;
}

/*Page Element Styling*/


.discimages {
  float: left;
  padding-right: 10px;
}
.limages {
  border: 1px;
  border-style: solid;
  border-color: #2b1d0e;
}

.piecetitle {
  font-style: italic;
  font-weight: bold;
}

.ctext {
  font-family: 'Montserrat';
  font-size: 1.5em;
  font-weight: bold;
  color: #52361b;
}

.nav {
  font-weight: bold;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #ffffff;
}

.ptitle {
  font-family: 'Montserrat';
  font-size: 2.0em;
  font-weight: bold;
  color: #52361b;
}

.stitle {
  font-family: 'Montserrat';
  font-size: 1.5em;
  font-weight: bold;
  color: #52361b;
}

.table {
  background-color: white;
  color: black;
}







