@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~ LAYOUT STYLES ~~~~~~~~~~~~~~~~~~~~ */
body {
   background-color: white;
   background-size: cover;
   background-position: center;
   -moz-background-size: cover;
   -o-background-size: cover;
   height: 100%;
   width: 100%;
   font-family: 'Roboto', "sans-serif";
   font-weight: 400;
   text-align: center;
}
#header {
	background-color: whitesmoke;
	display: block;
	text-align: center;
}
#logo {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center; /*-- Added 11/11/22 --*/
	align-content: center;
	width: 0%;
}
.navbar-toggler {
    padding: 2px;
    margin-left: 5px;
    margin-top: -10px;    
}
 a.nav-link {
      background-color: whitesmoke;
      padding: 4px 0px;
   }
a.anchor{
    display: block; 
    position: relative; 
    top: -70px; 
    visibility: hidden;
}
#SidebarSearchBox {
   border-radius: 13px;
   width: 235px;   
   position: relative;
	margin-left: 8px;
}
/* unvisited link */
a:link {
  color: darkred;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: darkorchid;
  text-decoration: none;	
}

/* mouse over link */
a:hover {
  color: darkred;
  text-decoration: underline;	
}

/* selected link */
a:active {
  color: darkorchid;
  text-decoration: underline;	
}
section, #main, #section, #accordion, #media {
   position: relative;
   background-color: transparent;
}
article {
/*   background-color: whitesmoke;*/
   padding: 4px 4px 4px 4px;
/*   margin-right: 4px;*/
}
#sidebar {
   border-left: 2px dotted #C3C5D0;
   left: 8px;
   padding-left: 2px;
   padding-right: 3px;
   margin-top: 10px;
}
.endbar{
 padding: 5px 8px 1px 8px;
}
.dotted-line { 
   border-bottom: 3px dotted #C3C5D0;
   width: 94%; 
   margin: auto; 
   margin-top: 3%; 
   margin-bottom: 6%;
}
/*-------------------- TEXT STYLES --------------------*/
h1 {
   color: black;
   font-family: 'montserrat', sans-serif;
   font-style: normal;
   font-weight: 900;
   font-size: 2rem;
   text-align: center;
   clear: both;
}
h2 {
   color: #651818;
   font-family: 'montserrat', sans-serif;
   font-size: 1.2rem;
   font-style: normal;
   font-weight: 800;
   text-align: center;
}
h3 {
   color: #651818;
   line-height: 1.4rem;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
   font-size: 1.2rem;
}
h4 {
  color: #651818;
/*   line-height: 1.1rem;*/
   font-weight: 400;
   font-family: 'montserrat', sans-serif;
   font-size: 1rem;
   font-style: italic;
}
.display-3 {
   font-size: 2.7rem;
   font-family: 'montserrat', sans-serif;
   font-weight: 900;
   line-height: 1.3;
}
.byline {
   line-height: 1.5rem;
   margin-bottom: 5px;
   font-family: 'Qwigley', 'Hanlee', cursive;
   font-size: 2.1rem;
   color: #066132;
   padding-right: 8px;
   margin-top: 4px;
} 
.author {
   line-height: 1.2rem;
   font-family: 'Qwigley', 'Hanlee', cursive;
   font-size: 1.6rem;
   color: #066132;
} 
.em {
   font-style: italic;
}
p.indent {
   margin-left: 28px;
   margin-right: 28px;
   text-align: left;
}
.strong {
   font-weight: 600; 
}
.strong_em {
   font-weight: 600;
   font-style: italic;    
}
/* ~~~~~~~~~~~~~~~~~~~ PARAGRAPH STYLES ~~~~~~~~~~~~~~~~~~~~ */
p, li {
   color: #000000;
   font-family: 'Roboto', "sans-serif";
   font-style: normal;
   font-weight: 400;
   font-size: .95rem;
   line-height: 01.3rem;
   text-align: left;
  margin-bottom: 8px;
}
.highlightSM  {
   font-family: 'Roboto', "sans-serif";
   font-size: 1.2em;
   line-height: 1.6rem;
   font-weight: 900;
   color: #651818;
}
.halflight {
   font-family: 'Roboto', "sans-serif";
   font-size: 1.9em;
   font-weight: 300;
   color: #651818;
   line-height: 1.9rem;
}
.tagline {
   font-family: 'Roboto', "sans-serif";
   font-size: .8em;
   color: #651818;
   text-align: center; 
   line-height: 1.1rem;
}
.lineAbove {
   border-top: 3px dotted #fb7455;
   width: 100%;
}
.smallText {
   color: #000000;
   font-family: 'Roboto', "sans-serif";
   font-style: normal;
   font-weight: 400;
   font-size: .75rem;
   line-height: 01rem;
   text-align: left;
  margin-bottom: 8px;    
}
.firstletter {
   font-family: 'Alpha Slab One', 'Georgia';
   font-size: 6em;
   font-weight: 600;
   color: #fb7455;
   float: left;
   margin-right: 0.08em;
   line-height: 40px;
   font-style: normal;
   margin-top: 10px;
   text-shadow: 2px 1px rgba(69, 69, 69, 0.74);
   margin-bottom: 12px;
}
p.teaserSM {
   font-family: 'Qwigley', 'Hanlee', cursive;
   font-size: 38px;
   color: rgba(220, 86, 6, 1.00);
   text-align: center;
   height: 14px;
   line-height: 21px;
   padding-bottom: 16px;
}
.photoCredit {
   color: #7D7D7D;
   font-family: 'Roboto', sans-serif;
   font-size: 0.95rem;
   font-weight: 300;
   padding: 0 8px;
}
p.date {
   font-family: 'montserrat', sans-serif;
   font-size: 1.2rem;
   font-weight: 400;
   color: #651818;
   text-align: center;
   clear: both;
   margin-bottom: 26px;
   padding-top: 6px;
   padding-bottom: 6px;
   margin-right: 6px;
   border-bottom: 5px dotted #C3C5D0;
}
/*-------------------- Pull Quote --------------------*/
.quoteMarks {
   position: absolute;
   margin-left: -46px;
   float: left;
}
.quoteInset {
   display: block;
   position: relative;
   margin-left: 32px;
   padding-right: 12px;
   padding-top: 9px;
   padding-bottom: 9px;
}
p.pullQuote {
   color: #54352C;
   font-family: 'Josefin Slab', serif;
   font-size: 1.5rem;
   font-weight: 300;
   line-height: 1.8rem;
   border-top: 4px dotted #fb7455;
   margin: 5px 8px 8px 8px;
   padding-bottom: 6px;
   padding-top: 5px;
}
p.QuoteP {
   color: #54352C;
   font-family: 'Josefin Slab', serif;
   font-size: 1.6rem;
   font-weight: 300;
   line-height: 1.8rem;
   padding-top: 5px;
}
.quoteMarks img {
   width: 50%;
   height: 60%;
}
#quickIndex {
   margin-top: 9px;
   margin-bottom: 30px;
   padding-top: 10px;
   padding-bottom: 11px;
   clear: both;
}
/* ~~~~~~~~~~~~~~~~~~~ IMAGE STYLES ~~~~~~~~~~~~~~~~~~~~ */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.align-right, .float-right, .float-md-right, .float-lg-right, .float-sm-right, .float-xl-right {
   float: right;
   margin-left: 8px;
}
.align-left, .float-left, .float-md-left, .float-lg-left, .float-sm-left, .float-xl-left {
   float: left;
   margin-right: 8px;
}
/* ~~~~~~~~~~~~~~~~~~~ LINE STYLES ~~~~~~~~~~~~~~~~~~~~ */
.lineAbove {
   border-top: 3px dotted #fb7455;
   width: 100%;
}
.box {
  border: 3px dotted #651818;
  border-radius: 5px;
  padding:10px;
  margin: 8px;
}
/* ~~~~~~~~~~~~~~~~~~~ @MEDIA QUERIES ~~~~~~~~~~~~~~~~~~~~ */
/*-- ##################### Desktop Media x-lg (or larger) ###################### --*/
@media (min-width:1200px) {
  #header {
	height: 185px;
}
 #logo {
	width: 48%;
	margin: auto;
}
   #fullHeader  {
	margin-top: 140px;
   }
.navbar-nav {
    margin-top: 134px;
 }   
   .tagline {
      font-size: .9rem;
      margin-top: 8px;
 }        
}
/*-- ################## Media lg (or LARGER) Landscape tablets and medium desktops ##################-- */
@media (min-width: 992px) and (max-width: 1199px) {
 #header {
	height: 165px;
}  
#logo {
	width: 52%;
	margin: auto;
}
#section {
	margin-top: 138px;
   }  
.navbar-nav {
    margin-top: 109px;
}
 .tagline {
      font-size: .9rem;
      margin-top: 0px;
 }           
}
/*-- #################### md - md- md - md - Portrait tablets and small desktops -- md - md- md - md############### --*/
@media (min-width: 768px) and (max-width: 991px) {
 #header {
	height: 165px;
}
#logo {
   width: 58%;
   margin: auto;
/*   padding-left: 20%;*/
}
 #section {
	margin-top: 128px;
 }  
 .navbar-nav {
      margin-top: 98px;
}
.tagline {
    font-size: .8em;
    margin-bottom: 4px;      
    }
}
/*-- #################-sm-sm-sm-sm- Media SM (or smaller)--sm-sm-sm-sm################### --*/
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
 #header {
	height: 135px;
}
  #logo {
	width: 88%;
	padding-left: 14%;
}
   #section {
	margin-top: 98px;
   }  
.tagline {
    font-size: .6em;       
   }     
}
/*-- ################# - xs - xs - xs - Media xs (or smaller) - xs - xs - xs -################### --*/
@media (min-width: 481px) and (max-width: 575px) {
#header {
	height: 113px;
	width: auto;
}
#logo {
	width: 88%;
	padding-left: 14%;
}
#section {
	margin-top: 68px;
   }   
.tagline {
    font-size: .4em;
/*     margin-left: 6%;*/
   }
}
/*------------------ Media xs (or smaller)------------------*/
/* Portrait phones and smaller */
@media (max-width: 480px) {
#header {
    height: 96px;
} 
#section {
	margin-top: 48px;
   }
#logo {
	width: 80%;
	margin-left: 15%;
	display: block;
   }
 .tagline {
     font-size: .2em; 
   }    
.navbar-toggler-icon {
      position: relative;
      top: -9px;
      left: 5px;
   }
/*
 h2 em {
      font-size: 0.9rem;
      font-weight: 300;
   }
*/
/*
section, #main, #section, #accordion, #media {
      position: relative;
      width: 100%;
      margin: 96px 10px 10px 0px;
      padding: 20px 12px 0px 12px;
      bottom: 98px;
   }
*/
}
