
body {
  background-color: #fafafa;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}


a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}


.h1, h1 {
    font-size:2rem
}

.h2, h2 {
    font-size:1.5rem
}

.h3, h3 {
    font-size:1.25rem
}

.h4, h4 {
    font-size:1rem
}

.h5, h5 {
    font-size:1rem
}

.h6, h6 {
    font-size:1rem
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #185080;
    border-color: #103d64;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}


.btn-outline-dark {
  background-color: #fff;
}




.imagetitle {
  font-size: 24px; 
  margin-top: 24px;
}

.imagestory {
  font-size: 24px; 
  margin-top: 24px;

}

.thin {
  font-weight: 300;
}

.larger10 {
  font-size: 110%;
}


.outline {
  border: solid black 1px;
}

.spacer10 {
  margin-bottom: 10px;
}

.spacer20 {
  margin-bottom: 20px;
}

.spacer40 {
  margin-bottom: 40px;
}


.news-item-date {
  margin-top: 20px;
  margin-bottom: 5px;
}


#cartbar {
  margin-bottom: 5px;
}

.form-group label {
  font-weight: 700;
}


.pagetitle {
  margin-top: 30px;
  font-weight: 200;
  color: #333;

  margin-bottom:  0.5rem;
  font-family: inherit;
  line-height: 1.2;
  font-size: 2.5rem;

  -webkit-user-select: none;
  user-select: none;
}

.pagetitle a:visited,
.pagetitle a:hover,
.pagetitle a:link,
.pagetitle a:active {
  text-decoration: none;
  color: #333;
}

.left_image_bar, .right_image_bar {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}



@media (max-width: 767px) {
  .left_image_bar {
    padding-left: 15px;
    text-align: left;
  }

  .right_image_bar {
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
  }
}

.alnright { text-align: right; }




/* Navbar font changes */
.navbar {
  font-variant: small-caps;
  font-size: 18px;
  padding-bottom: 1rem;
  justify-content: center;
}

.navbar-nav .nav-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.nav-link {
  padding: 0.5rem 1.1rem;
}


.navbar a:hover {
  text-decoration: underline;  
}

a.nav-link {
  color: #212529;
}

a.nav-item.nav-link {
  color: #212529;
}


/* flex wrap for workshop pages */

div.flex-workshop {
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: flex-start;
  /*justify-content: space-evenly;*/
  /*justify-content: space-between;*/

  align-items: center;
}


.flex-workshop .img-fluid {
  padding: 5px;
}

/* Flex wrap for gallery pages */

div.flex {
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: space-evenly;
  /*justify-content: space-between;*/

  align-items: center;
}

.thumb {
  margin-bottom: 30px;
  padding: 10px 15px;
}


.gallerytitle {
  color: #333;
  font-variant: small-caps;
  font-weight: 300;
  /*font-size: 110%;*/
  /*text-transform: uppercase; */
}


a .gallerytitle {
  color: #333;
}

a:hover .gallerytitle {
  text-decoration: underline;
}


/* Gallery Page */

.galleryimg {
  margin-bottom: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}


.zoom {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.zoom:hover {
  opacity: 0.9;
}

/*
.image-container {
  position: relative;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
}
 
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

*/

  /*filter: drop-shadow(0px 0px 10px #bbb);*/

.homepageimg {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.mainimg {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);  
}


/* Teaching */

.workshop {
  background-color: #4e5a65;
  /*background-color: #5a6773;*/
  /*background-color: #555;*/

  padding: 12px;
  margin: 0px;
  border: solid black 1px;
  color: #fff;
  font-weight: lighter;
  height: 100%;
}

.workshop-title {
  text-align: center;
  font-size: 110%;
}

.workshop-title a{
  color: #FFF;
}

.workshop-date {
  text-align: center;
}

.workshop-date p {
  margin-bottom: 0.5rem;
}

.workshop .btn {
  border: solid #aaa 1px;
}


/* Figures for About Page */

figure img {
  border: solid #aaa 1px;
}
figure figcaption {
  text-align: center;
}


/* Articles */

.articlecaption {
  margin-top:  10px;
  margin-bottom:  20px;
  font-style: italic;
  font-size:  110%;
  font-weight:  lighter;
}

.article h1 {
  font-size: 2rem;
}
.article h2 {
  font-size: 1.5rem;
}

.article h3 {
  font-size:  1.25rem;
}

.article blockquote {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

.article li {
  margin-bottom: 0.5rem;
}

.galleryindex h1 {
  font-size:  2rem;
  text-align: center;
}

.galleryindex h2 {
  font-size:  1.3rem;
  font-weight: lighter;
  text-align: center;
}


/* Individual Image Pages */

.imagebox {
  padding-left: 0px;
  padding-right: 0px;
}

.imagenav a:hover {
  text-decoration: underline;  
    color: #444;
}

.imagenav a{
  color: #888;
}

/* General Pages */

.pagenav a:hover {
  text-decoration: underline;  
    color: #444;
}

.pagenav a{
  color: #888;
}

/* Cart */

#cart-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}

.cart-discount-text {
  margin-bottom: 5px;
}

.cart-table {
  border: solid #ccc 1px; 
  background-color: #ededed;
}

.discount-button {
  padding: .25rem .5rem;
  font-size: .775rem;
  line-height: 1.4;
  border-radius:.2rem
}
.discount-input {   
  font-size: .775rem;
   line-height: 1.4;
}

/* slick slider css */
/* note must be loaded after slick style sheets */
.slider {
  width: 100%;
  margin: 10px auto;
}
 
.product-box {
  padding: 20px 30px;
  margin: 25px auto;
  background-color: #fafafa;
  
  border: solid #ddd 1px; 
  box-shadow: 0px 0px 10px #ddd;
}

.slider-for {
  width: 100%;
  margin: 10px auto;
}

.slider-nav {
  width: 70%;
}

.slider-nav .slick-slide {
  margin: 0px 5px;
  outline: none;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
}


# Guides

.guide-table table {
  border: 1px solid #aaa; 
  border-collapse: collapse;
  width: 100%;
}

.guide-table th,
.guide-table td {
  border: 1px solid #aaa; 
  padding: 15px;  
}

.guide-table {
  margin-top: 30px;
  margin-bottom: 40px;
}

.guide-table tbody tr:nth-child(odd) {
  background-color: #d8d8d8;
}





