/*! Matt Laurence cases page v4.0                                   */
/*           with special thanks to                                */
/*!      HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* SASS file */
/* =====================================================
//    Custom variables
//    ===================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600;700&display=swap");
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700,300|Nunito:400,700);
/* this is ALL nav bar colors */
/*$navItemHover: $tan;
*/
body {
  /*font-family: 'myriad-pro', MyriadPro, 'Myriad Pro', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;*/
  /*font-family: Nunito, 'myriad-pro', MyriadPro, 'Myriad Pro', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;*/
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #121212;
  background-color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: none;
  background-color: #ffffff;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
}

/* alternate styling for Image Zoom */
.image-zoom,
.image-zoom-wrapper::after {
  transition-timing-function: ease-in-out;
}

.image-zoom-wrapper::after {
  background-color: white;
}

h1 {
  font-size: 2rem;
  line-height: 0.8em;
  margin: 0.5em 0em 0.3em 0.2em;
  padding: 0;
  letter-spacing: 0em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure figcaption {
  text-align: center;
}

article {
  width: 90%;
  margin: 2rem auto;
  padding-bottom: 1rem;
}
article h2 {
  font-size: 1.5rem;
  font-weight: 600;
  clear: both;
}
article p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
article b {
  font-weight: 600;
  color: #000000;
}
article ul {
  padding: 0 2rem;
}
article ul li {
  font-weight: 600;
  color: #000000;
}
article a {
  color: #b34d36;
}
article a:visited {
  color: #b34d36;
}
article a:hover {
  text-decoration: underline;
}
article img {
  width: 300px;
}
article figure {
  display: inline-block;
}
article figure img {
  vertical-align: top;
}
article figure figcaption {
  text-align: center;
  margin: 5px 0 0 0;
}
article .fleft {
  float: left;
  margin: 0em 1em 1em -5em;
}
article .fright {
  float: right;
  margin: 0em 0em 1em 0em;
  position: relative;
  left: 4em;
}
article .fiddle {
  float: center;
  display: inline-block;
  align-content: center;
  margin: 0em auto;
}
article .fiddle img {
  align-items: middle;
  width: 100%;
}

.moreButton {
  border-radius: 7px;
  border: none;
  padding: 10px 15px;
  background-color: #dad4ce50;
  text-decoration: none;
  color: #121212;
}

.moreButton a:hover {
  background-color: #dad4ce;
  text-decoration: none;
}

.bottomSpacer {
  /*after: " ";*/
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}


.column-container {
    display: flex;
    justify-content: left; /* Distribute columns evenly */
    padding: 0px 0px 0px 20px;
}

.column {
    width: 100%; /* Adjust column width as needed */
    padding:  0px 30px 0px 0px;
    
}

.column li {
    margin-bottom: 4px; /* Add spacing between list items */
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 280px) {
  article {
    margin: 2rem auto 1rem auto;
    margin: auto;
  }
  article .fleft {
    float: none;
    margin: 1rem 0;
  }
  article .fright {
    position: static;
    float: none;
    margin: 1rem 0;
  }
  article img {
    width: 100%;
  }
  article figure figcaption {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 600px) {
  article {
    width: 70%;
    margin: 2em auto 0rem auto;
    margin: auto;
  }
  article .fleft {
    float: left;
    margin: 0.5em 1em 1em -5em;
  }
  article ul {
    padding: 0 3rem;
  }
  article ul li {
    font-weight: 600;
    color: #000000;
  }
  article .fright {
    float: right;
    margin: 0.5em 0em 1em 0em;
    position: relative;
    left: 4em;
  }
  article img {
    width: 160px;
  }
  article figure figcaption {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 980px) {
  article {
    width: 60%;
    margin: 1rem auto 2rem auto;
  }
  article img {
    width: 220px;
  }
  article ul {
    padding: 0 5rem;
  }
  article ul li {
    font-weight: 600;
    color: #000000;
  }
}
@media (min-width: 1440px) {
  /* */
}
