/**********************************************************
 *  Copyright (c) 2011-2023  Jim Semple, Semple Ventures  *
 *  http://www.sempleventures.com/                        *
 **********************************************************/
 @media screen and (min-width: 751px) {
  .hero-info {
    opacity:0.6;
  }
  .hero-title {
    color:#ffffff;
  }
  .menu {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  .hero-title {
    color:#777777;
  }
  .menu {
    font-size: 1.2em;
  }
}
.transparent {
 opacity: 0.9;
}

 /* default & nav links */
 a, a:link {
  color: #971d1d; /* #0b0080 = basic web blue */
 }
 a:visited {
   color: #971d1d; /* #663366 = basic web purple */
 }

 /* content on page links */
 .content a:link {
 	color: #971d1d; /* #0b0080 = basic web blue */
 	text-decoration: none;
  /*text-decoration-style: dotted;*/
 }
 .content a:visited {
   color: #971d1d; /* #663366 = basic web purple */
 }

 /* inverse theme */
 .inverse {
   background-color: #34444d !important;
   color: #cdc8c1; /* #e8e8e8 = basic very light grey/gray */
 }
 .inverse .accent {
   color: #ebdbc3; /* #c0c0c0 = silver */
 }
 .inverse a:link {
 	color: #cdc8c1; /* #f7dfd7 = basic grayish red */
 }
 .inverse a:visited {
   color: #cdc8c1; /* #e2c2b7 = basic grayish orange */
 }