/* Mafiahistory.us web stylesheet */
/*  Last revised on 29 Mar 2021   */
/* Thomas Hunt, Whiting, Vermont  */
/*********** HOMEPAGE *************/

/**********************************/
/* BASIC **************************/

* { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

body.main {
  padding: 15px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #d9d0c9; /* #e0d9d0;  #e8e0d8; */
  }

#homepagerow {
  display: block;
  clear: both;
  }

.extraspace {
  margin: 5px 0px;
  }

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

.invisible {
  color: rgb(255,250,240);
  display: none;
  }

.strikeout {
  text-decoration: line-through;
  }  
  
a:link {
  color: rgb(40,40,40); 
  font-weight: Bold; 
  text-decoration: none;
  }

a:visited {
  color: rgb(90,90,100); 
  font-weight: Bold; 
  }

a:hover {
  color: rgb(180,50,55); 
  border-color: rgb(255,150,150); 
  font-weight: Bold; 
  background-color: white;
  }

/* The subnavigation menu */
.subnav {
  clear: both;
  float: left;
  overflow: hidden;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fcf0d8;
  padding: 14px 16px 12px 16px;
  background-color: inherit;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  margin: 0;  
  }

/* Style the subnav links */
a.subitem {
  float: left;
  padding: 8px;
  border-right: 1px solid #605040;  
  color: #000000;
  text-decoration: none;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;  
  }

h3 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 120%;
  font-weight: 800;
  color: #302000;
  line-height: 1.3;
  letter-spacing: -.2px;
  text-shadow: .3px .3px #907050;
}