/* Mafiahistory.us web stylesheet */
/*  Last revised on 05 Oct 2024   */
/* 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;
  }

/**********************************/
/* NAVIGATION MENU ****************/

#navtitle {
  display: none;
}

.navbar {
  overflow: hidden;
  background-color: #706058;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  margin: 18px 20px 18px 10px;
  box-shadow: -5px 5px 5px #988070;  
  }

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: #fcf0d8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  }

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
  }

/* Navigation buttons */
.subnav .subnavbtn {
  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;
  }

/* Navigation bar title cell */
.subnav .subnavtitle {
  font-size: 16px;
  border: none;
  outline: none;
/*  color: #202020; */
  padding: 14px 16px 12px 16px;
/*  background-color: #d0c0b8; */
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  margin: 0;
  }

/* White text on black bg for top-level links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  color: #ffffff;
  background-color: #000000;
  }

/* Lower-level content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 20px;
  right: 0px;
  background-color: #573525;
  padding: 2px;
  width: 90%;
  z-index: 1;
  box-shadow: -5px 5px 5px #988070; 
  }

/* Style the subnav links */
a.subitem {
  float: left;
  border-right: 1px solid #605040;  
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;  
  }

/* Add a beige background color on hover */
.subnav-content a:hover {
  background-color: #fff8e6;
  color: #000000;
  }

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
  }   

/**********************************/
/* WEBSITE LOGOS AND PAGE HEADERS */

#headercontainer {
  position: relative;
  width: 100%;
  }

#headerrow {
  display: block;
  }

#pagelogo {
  border: 1px solid black;
  }

.logosq { /* Square logo for wide pages */
  display: block;
  width: 240px;
  height: 240px;
  box-shadow: -5px 5px 5px #988070;
  }

.logorc { /* Rectangle logo for narrow pages */
  display: none;
  }

img.logosrc { /* Remove logo from front page menu bar */
  display: none;
  }

  
/**********************************/
/* TODAY IN HISTORY ***************/

div.tih {
  height: 238px;
  overflow-y: scroll;
  background-color: rgb(240,235,220);  
  border: 1px solid rgb(150,100,80); 
  padding: 10px;
  box-shadow: -5px 5px 5px #988070;
  background-image: linear-gradient(132deg, #f8eae3, #f0e0d0, #d8c5b3);  
  }

.tihdate {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 105%;
  font-weight: bold;
  text-align: left;
  margin: 10px 10px 0px 20px;
  text-indent: 0px;
  letter-spacing: 0.4px;
  text-shadow: .4px .4px #909090;  
  }

.tihpic {
  float: right;
  margin: 1px 8px 0px 20px; 

  }

.tihimg {
  width: 110px;
  height: 148px;
  border: 1px solid #909090;  
}  

.tihstory > p {
  font-family: Helvetica, sans-serif;
  font-size: 100%;
  text-align: left;
  line-height: 1.2;
  margin: 10px 20px 10px 20px;
  padding-left: 20px;
  text-indent: -20px;
  }

.tihcap {
  font-family: Helvetica, sans-serif;
  font-size: 75%;
  font-style: italic;
  text-align: center;
  text-indent: 0px;
  margin: 2px 2px 10px 2px;
  letter-spacing: -0.5px;
  }


/**********************************/
/* IMAGES *************************/

img.clickmuground { /* Clickable mug shot float right rounded corners */
  float: right; 
  width: 110px; 
  height: 145px;
  border-style: solid; 
  border-width: 2px; 
  border-color: #706058 #504038 #b0a598 #b0a598; 
  border-radius: 20px; 
  margin: 4px 15px 6px 12px; 
  }

img.clickmuground:hover {
	width: 118px;
	height: 153px;
	margin: 1px 11px 1px 8px;
	border-color: #c0b5a9 #c0b0a0 #706058 #504038;
  }  

/**********************************/
/* HEADINGS ***********************/

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;
}

h3.featurehead {
  margin: 4px 4px 8px 8px;
  }  

h3.featurehead:hover {
  color: #a06050; 
  background-color: #fff5f0;
  }

h3.revfeaturehead {
  margin: 10px 4px 4px 6px;
  color: #fff0f0;
  text-shadow: 1px 1px #000000;
  }  

h3.revfeaturehead:hover {
  color: #ffffff; 
  background-color: #a09080;
  }  

h4 { /* Small-caps dark type */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  font-variant: small-caps;  
  color: #202020;
  text-shadow: .4px .4px #808080; 
  letter-spacing: 2px; 
}

h4.kicker { /* Small-caps type over main headline */
  margin: 14px 10px 10px 8px;

  }

h4.speckicker {
  color: #f0f0f0; 
  background-color: #754838;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a0a0;   
  }

h4.revkicker {
  color: #854838;
  background-color: #f8eae3;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a0a0; 
}

h4.revkickerblue {
  color: #002047;
  background-color: #fbd944;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a0a0; 
}

h4.revkickergold {
  color: #400610;
  background-color: #ffc00c;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a040; 
}

h4.revkickerred {
  color: #ffc72c;
  background-color: #700610;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a040; 
}

h4.revkickerteal {
  color: #004953;
  background-color: #f8eae3;
  margin: 10px 10px 12px 6px;
  padding-left: 10px;
  text-shadow: .4px .4px #a0a0a0; 
}

/**********************************/
/* HORIZONTAL LINES ***************/

hr.shd { /* Gradiated fill line */
  clear: both;
  height: 12px; 
  width: 97%; 
  margin: 10px auto 10px auto;
  border: 0; 
  box-shadow: inset 0 12px 12px -12px rgba(255,230,210,0.9);
  }

/**********************************/
/* PARAGRAPH TYPES ****************/

div.feature {
  padding: 10px 10px;
  background-image: linear-gradient(132deg, #f8eae3, #f0e0d0, #d8c5b3);
  overflow-y: hidden;
  margin: 10px 8px 20px 10px;  
  box-shadow: -5px 5px 5px #988070;   
  }

div.revfeature {
  padding: 10px 10px;
  overflow-y: hidden;
  margin: 10px 8px 20px 10px;  
  box-shadow: -5px 5px 5px #988070;   
  }

div.revfeatureles {
  background-image: linear-gradient(150deg, #9b5f3a, #57483b, #35423b);
  }

div.revfeatureval {
  background-image: linear-gradient(150deg, #405070, #304050, #253040);
  }  

div.revfeatureblue {
  background-image: linear-gradient(150deg, #01387b, #012050, #001030);
  }

div.revfeaturebrown {
  background-image: linear-gradient(150deg, #78645b, #524239, #302010);
  }

div.revfeaturered {
  background-image: linear-gradient(150deg, #ca303f, #803038, #400720);
  }

div.revfeatureteal {
  background-image: linear-gradient(150deg, #004953, #007474, #00827f);
  }

div.specfeature {
  padding: 10px 16px;
  background-image: linear-gradient(150deg, #fff0ef, #c8b8b0, #b8a6a0);
  overflow-y: hidden;
  margin: 10px 8px 20px 10px;  
  box-shadow: -5px 5px 5px #988070;   
  }

div.intro {
  height: 200px;
  margin: 10px 8px 20px 10px;
  overflow-y: scroll;
  background-color: rgb(240,235,220);  
  border: 1px solid rgb(150,100,80); 
  padding: 10px;
  box-shadow: -5px 5px 5px #988070;
  background-image: linear-gradient(132deg, #f8eae3, #f0e0d0, #d8c5b3);  
  }

p { /* Default */
  margin: 6px 12px 6px 10px; 
  font-size: 108%; 
  text-align: left; 
  text-indent: 0px; 
  color: #202020; 
  font-family: Georgia, Times, Serif;
  line-height: 1.3;
  hyphens: auto;
  }

p.prv {
  margin: 6px 12px 6px 10px;
  font-weight: normal;
  }

p.revprv {
/*  font-family: Verdana, Helvetica, sans-serif; */
/*  font-size: 100%; */
  margin: 6px 12px 6px 10px;
  font-weight: normal;
  line-height: 1.2;
  color: #f8eae3;
  }

p.center {
  text-indent: 0px;
  text-align: center;
  }
p.finec { /* Small dark gray type centered */
  margin: 0px 8px 10px 8px; 
  text-align: center; 
  text-indent: 0px; 
  color: rgb(50,50,50); 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 65%; 
  line-height: 1.2;
  }
p.notify {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 80%;
  line-height: 1.3;
  margin: 10px 24px 10px 24px;
  padding: 12px 16px;
  text-indent: 0px;
  border: 2px solid #f5e8e0;
  background-image: linear-gradient(150deg, #f8eae3, #f0e0d0, #d8c5b3); 
  box-shadow: -5px 5px 5px #988070;    
  }
p.notifynb {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 80%;
  line-height: 1.3;
  padding: 8px 12px;
  text-indent: 0px;
  }

.firstword {
  font-weight: bold;
  font-variant: small-caps;
  color: #603020;
  text-shadow: .5px .5px #808080;
}


/* MEDIA QUERIES */
/* Large devices only */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    border: 0px;  
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.6%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 74.99%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .newrow {
    clear: both;
  }
  div.tih {
    position: absolute;
    left: 290px;
    top: 11px;
    right: 6px;
    width: auto;
  }
  #pagelogo {
    display: block;
    width: 240px;
    margin: 10px 10px 10px 20px;
    float: left;
  }
  .logorc {
    display: none;
  } 

  div.feature, div.revfeature, div.specfeature {
    height: 400px;
    width: 29%;
    margin: 2%;
  }   
  div.intro {
    margin-left: 20px;
    margin-right: 10px;
  }
  h4.kicker {
    letter-spacing: 1px;
  } 
  h4.specialkicker {
    letter-spacing: 1px;
  }  
  .navbar {
    margin: 0px 8px 16px 22px;
  }
  div.intro {
    margin: 10px 8px 8px 23px;
  }  
}
  
/* Medium devices only */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    border: 0px;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 48%;    
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 74.99%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .newrow {
    clear: both;
  }
  div.tih {
    position: absolute;
    left: 290px;
    top: 11px;
    right: 6px;
  }
  #pagelogo {
    display: block;
    width: 240px;
    margin: 10px 10px 10px 20px;
    float: left;
  }
  .logorc {
    display: none;
  }
  div.feature, div.revfeature, div.specfeature {
    text-align: left;
    height: 360px;
    width: 46%;
    margin: 2%;
  }   
  .navbar {
    margin: 0px 8px 16px 23px;
  }

  div.intro {
    margin: 10px 8px 8px 23px;
  }
}

/* Small devices only */
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    border: 0px;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 37.3%;
    margin: 0px 5px 10px 20px;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 74.99%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .newrow {
  clear: both;
  }
  div.tih {
    position: absolute;
    left: 280px;
    top: 11px;
  }
  #pagelogo {
    display: block;
    width: 240px;
    margin: 10px 10px 10px 10px;
    float: left;
  }
  .logorc {
    display: none;
  }
  div.feature, div.revfeature, div.specfeature {
    margin: 0px 20px 20px 5px;
    text-align: left;
    height: 300px;
    width: 46%;
    margin: 2%;
  }   

  h4.kicker {
    letter-spacing: 0px;
  }  
  .navbar {
    margin: 2px 6px 14px 10px;
  }  
}

/* Extra small devices only */
@media (min-width: 641px) and (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    border: 0px;
    margin: 0px 10px 10px 10px;
  }
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 46%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 74.99%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .newrow {
    clear: both;
  }
  #pagelogo {
    display: none;
  }
  .logorc {
    display: block;
    width: 80%;
    margin: 30px auto 0px auto;
    height: auto;
  }
  div.tih {
    position: static;
    margin: 0px 15px;
  }  
  div.feature, div.revfeature, div.specfeature {
    height: 300px;
    margin: 3%;
    width: 92%; 
  }   
  div.tih {
    margin-right: 4%;
  }
  div.intro {
    margin: 8px 24px 24px 14px;
  }
  h4.kicker {
    letter-spacing: 0px;
  }    
  .navbar {
    margin: 12px 24px 8px 14px;
  }    
}

/* Extra-extra small devices only */
@media (max-width: 640px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left;
    border: 0px;
    margin: 0px 10px 10px 0px;
  }
  .col-ss-1 {
    width: 8.33%;
  }
  .col-ss-2 {
    width: 16.66%;
  }
  .col-ss-3 {
    width: 25%;
  }
  .col-ss-4 {
    width: 33.33%;
  }
  .col-ss-5 {
    width: 41.66%;
  }
  .col-ss-6 {
    width: 50%;
  }
  .col-ss-7 {
    width: 58.33%;
  }
  .col-ss-8 {
    width: 66.66%;
  }
  .col-ss-9 {
    width: 74.99%;
  }
  .col-ss-10 {
    width: 83.33%;
  }
  .col-ss-11 {
    width: 91.66%;
  }
  .col-ss-12 {
    width: 100%;
  }
  .newrow {
  clear: both;
  }
  #pagelogo {
    display: none;
  }
  .logorc {
    display: block;
    width: 85%;
    margin: 30px auto 0px auto;
    height: auto;
  }
  div.tih {
    position: static;
    margin: 0px 10px 0px 5px;
  }  
  div.feature, div.revfeature, div.specfeature {
    margin: 3%;
    width: 92%; 
    text-align: left;
    height: 380px;
  } 
  h4.kicker {
    margin-left: 8px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }     
  .navbar {
    margin: 12px 12px 8px 6px;
  }  
  div.intro {
    margin: 8px 12px 20px 6px;
  }
}


