@charset "UTF-8";

h1 {
   font-size:2.2rem;
      color:black; /* added a font color of black to our <h1> style */
   }  

h2, h4 {
   font-size:1.6em;
   }  

h3 {
   font-size:1.5rem;
   }     

article {
   color:#000;  
   min-height:480px;
   padding:5px; 
   }

/* re-size images for mobile */

.smaller-img{
   padding: 3px;
   width: 60px;
}
.small-img{
   padding: 5px;
   width: 60px;
}


.medium-img{
   padding: 5px;
   width: 150px;
}

.medium125-img{
   padding: 5px;
   width: 75px;
}

.medium250-img{
   padding: 5px;
   width: 75px;
}

.med_large-img{
   padding: 5px;
   width: 250px;
}

.large-img{
   padding: 5px;
   width: 270px;
}

.larger-img{
   padding: 5px;
   width: 325px;
}

.largest-img{
   padding: 5px;
   width: 300px;
}

.largest1000-img{
   padding: 5px;
   width: 500px;
}

.largest-img-nopad{
   padding: 0px;
   width: 400px;
}

.largest-img-form{
   padding: 5px;
   width: 500px;
}

.tiny_text {
  font-size: .75rem;
  font-weight: bold;
}

.vendor-small-img{
   padding: 2px;
   width: 65px;
}

.frame-vendor-img{
   padding: 3px;
   border-style: double;
   border-color: green;
   border-width: thick;
   margin-bottom: 15px;
   box-shadow: 0px 0px 10px 5px pink;  /* h v blur spread color - dark gray - 4 sides */ 
}


/* ********************************************************************** */
/* align text right */
.chg_align_right {
   text-align: right;
   padding: 1px;
}

/* align text left */
.chg_align_left {
   text-align: left;
   padding: 1px;
}

.image_collapse{
   width: 95%;
}

/* center text */
.chg_align_center {
   text-align:center;
   padding: 1px;
}

/* justify text */
.chg_align_justify {
   text-align: justify;
   padding: 1px;
}


/* override bootstrap background width */
.chg_bg_width_1 {
   width: 100%;  
   padding-left: 10px; 
   margin-bottom:10px;
}

/* change link styling to something ???  */
p, a {
   font-size:1.5rem;
   text-decoration:none;
   }

/* create a class to hide elements */
.hide_me {
   display:none;
   }

/* create a class to hide elements */
.show_hide {
   display:none;
   }


/* create a class that hides the element in full size but shows it in mobile */
.hide_show {
   display:inline;
   }

/* create a class that hides the element in full size but shows it in mobile */
.show_hr {
   display:normal;
   }


/* ********************************************************************** */
/* Styles for the top bar with contact information and social media links */ 
/* ********************************************************************** */

/* style the black stripe on the top of the page */
#shs-header {
      width:100%;
      height:220px;
      background-color:#fcfcfc;  /* light gray */
      padding-top: 10px;
      margin: 0 auto;
      text-align: center;
      }

#shs-header h5 {
  font-size: 2.5em; /* 40px/16=2.5em */
  color: #570e0e;  /* maroon */
  padding: 20px 0px 10px 35px;  /* top right bottom left */
} 

#media_block {
      width: 100%;
      margin-left:0px;
      }

/*  maintain height and spacing for media icons */
      #media_block img {
      height: 30px;
      padding-right:5px;
      }

/* ********************************************************************** */
/*                     Styles for the main page body                      */ 
/* ********************************************************************** */

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
  width: 100%;
  background-color: #fcfcfc;  /* light gray */
  margin: 0 auto; /* centers the layout */
  box-shadow: 0px 0px 10px 5px #32383e;  /* h v blur spread color - dark gray - 4 sides 
}

/* override bootstrap background width */
.chg_bg_width_1 {
   width: 100%;  
   padding-left: 10px; 
   margin-bottom:10px;
}


/* left aside */
.aside_events{
  background-color:#CCC49F; /* tan */
  font-size: 1.0em;
  text-align: left;
  color: #570e0e;  /* maroon */
}

/* right aside */
.aside_topic{
  background-color:#E5E1CF; /* light tan */
  font-size: 1.0em;
  text-align: left;
  color: #570e0e;  /* maroon */
  width: 95%;
}

/* left aside history */
.aside_history{
  /* height: 400px; */
  padding: 5px;  /* top right bottom left */
  margin:0 0px 0 0px;  /* top right bottom left */
  background-color:#E5E1CF; /* light tan */
  font-size: .75em;
  text-align: left;
  color: #570e0e;  /* maroon */
}


/* Create style for links in main paragraphs */
.inline_link  {
   text-weight: bold;
   color: #203E7C;
   text-shadow: 1px 1px 0 #eee;
   }

.inline_link a {
   text-weight: bold;
   color: #203E7C;
   text-shadow: 1px 1px 0 #eee;
   font-size:1.65rem;
   }

.inline_link a:hover, a:active {
   text-weight: bold;
   color: red;
   text-shadow: 1px 1px 0 #eee;
   background-color: #fff;   /* white  */
} 
 
input {
  width: 275px; 
}

/* historic preservation timeline date */
.hptdate {
  color: #570e0e;  /* maroon */
  font-weight:bold;
  padding-right: 5px;
}

/* ********************************************************************** */
/*                      Styles for the navigation bar                     */ 
/* ********************************************************************** */


#navbar {
  background-color:#CCC49F;   /* tan */
  list-style:none;
  margin-bottom:20px;
  padding-bottom:20px;
}

#navbar li{
  background-color:#CCC49F;   /* tan */
   position:relative;
   margin-left:-40px;
   margin-bottom:5px;
}

/*  hide drop down menus. */
#navbar ul li{
   display:none;
}

/* hide drop down caret image */
#navbar li a b.caret{
   display:none; 
}

#navbar  a {
   font-size:2.0rem;
   display: block;
   font-weight:bold;
   padding: 5px 10px 5px 10px;  /* top right bottom left */
   margin: 0px 0 -10px 0;  /* top right bottom left */
   width: 90%;
   color: #CCC49F;
   background: #fff;
   text-shadow: 1px 1px 0 #ddd;
   border-radius: 5px 5px 5px 5px;
}

#navbar a:hover {
    color:#CCC49F;   /* tan */
    text-decoration:none;
}

#navbar a:active {
    color:#CCC49F;  /* tan */
    text-decoration:none;
}



.auction_gallery {
   padding: 5px;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   background: #fff;
  box-shadow: 0px 0px 10px 5px #32383e;  /* h v blur spread color - dark gray - 4 sides 
   }

.auction_gallery img {
   width: 225px;
   }

.auction_gallery figcaption {
   padding: 5px;
   font-size: 18px;
   color:purple;
   text-align: center;
   background: #fff;
   }



/* ********************************************************************** */
/*                          Styles for the footer                         */ 
/* ********************************************************************** */

footer {
   clear:both;
   width:100%;
   background-color: #CCC49F;   /* tan  */
   text-align: center;
   margin: 0 auto;
   padding: 15px 5px 10px 5px; /* top right bottom left */
   }

