body {
    background-color: #d1d0b4;
    background-image: url(../assets/bkgndtest9.png);
}

.container {
    background-image: url(../assets/beige001.jpg);
}
nav {
   /*border-top: 2px solid #000;*/
    border-bottom: 2px solid #000;
}
h1 {
    font-family: 'Tangerine', cursive;
    color: #699;
    font-weight: bold;
   
}
h2,h3,h4,h5 {
    font-family: 'Playfair Display SC', serif;
    color: #699;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .02rem;
}
.h1, h1 {
    font-size: 3rem;
    letter-spacing: .02rem;
}

a:link, a:visited {
    font-family: 'Playfair Display SC', serif;
    letter-spacing: .02rem;
    color: #000;
    font-weight: 700;
}
a:hover {
    color: #699;
}
.brand-color {
    color: #699;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
.img-border {
    padding: 15px;
    border: 2px solid #699;
    margin: 10px 20px;
}
.intro  {
    font-family: 'Tangerine', cursive;
    color: #699;
    font-size: 3rem;
    font-weight: bold;

}

p {
    line-height: 1.8rem;
    letter-spacing: .02em;
    font-size: .9rem;
}
hr.btm {
    border: 1px solid #699;
    margin-top: .2rem;
}
.copy {
    white-space: nowrap;
}
footer a:link, footer a:visited {
    color: #699;
}
footer a:hover {
    text-decoration: underline;
    color:#000;
}
.soapdesc p, .giftdesc p {
    font-size: .8rem;
    line-height: 1rem;
}
.soapdesc, .giftdesc {
    border: 1px solid #699;
    padding: 5px;
}
.soapdesc img, .giftdesc img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid-wrapper, .grid-wrapper-gift, .form-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px 10px;
}
.cart {
    margin-bottom: 10px;
}
input.cart, input.buy {
    font-family: 'Playfair Display SC', serif;
    border: 2px solid #699;
    background: rgba(255,255,255,.35)
}
input.cart:hover, input.buy:hover {
    background: rgba(255,255,255,1)
}
/*this is a BS hack for Chrome to stop outline*/
.giftdesc button.btn:visited, .giftdesc  button.btn:focus, .giftdesc  button.btn.focus {
        outline: 0;
        box-shadow: none!important;
    }

.philosophy {
    width: 40%;
}
/* credit to Mike Hemberger @jivedig for philosophy page */
.text-columns
 {
  column-width: 160px;
  -webkit-column-gap: calc(24px + 4%);
  column-gap: calc(24px + 4%);
  -webkit-column-rule: 1px dotted rgba(0,0,0,.075);
  column-rule: 1px solid rgba(0,0,0,.075);
  margin-bottom: 36px;
}
.text-columns {
    -webkit-column-count: 1;
      column-count: 1;
  }
/*.text-columns-2 {
  -webkit-column-count: 2;
	column-count: 2;
}

.text-columns-3 {
  -webkit-column-count: 3;
	column-count: 3;
}

.text-columns-4 {
  -webkit-column-count: 4;
	column-count: 4;
}*/
/* gifts
.giftdesc {
    width: 200px;
    background: transparent;
    border: 1px solid #699;
}*/
/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */
 

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .grid-wrapper, .grid-wrapper-gift {
        grid-template-columns: auto auto;   
    }

    .philosophy {
        width: auto;
    }
    .form-wrapper {
        grid-template-columns: auto auto;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .grid-wrapper {
        grid-template-columns: auto auto auto;   
    }
    .grid-wrapper-gift {
        grid-template-columns: auto auto;   
    }
    .text-columns {
        -webkit-column-count: 2;
          column-count: 2;
      }
      .maxw {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .grid-wrapper {
        grid-template-columns: auto auto auto auto;
    }
    .grid-wrapper-gift {
        grid-template-columns: auto auto auto;
    }
    .text-columns {
        -webkit-column-count: 3;
          column-count: 3;
      }
      
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* Extra large devices (large desktops)
 No media query since the extra-large breakpoint has no upper bound on its width */