/*!
 * Custom CSS for Sarah Saulson
 * Author: Lisa Goodlin Art and Design, LLC
 */

body {
background-image: url(https://res.cloudinary.com/sarah-saulson/image/upload/v1507646604/Sitewide_images/background_krjrm2.jpg); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; min-height: 1200px;
}

.main-container {
  background: rgba(236, 222, 203, 0.9);
  padding-bottom: 25px;
}

.container {
  padding-bottom: 25px;
}

/* DEFINES GLOBAL TYPEFACE AND STYLES */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  /*color: #333366;*/
  color: midnightblue;
  font-weight:400;
}

h1, h2 {
  font-size: 1.8rem;
  margin-top: 25px;
}

#prayer-shawls, #publications-page h3 {
  font-size: 1.5rem;
  font-weight: normal;
}

#home-page h3 {
  padding: .75rem 0;
  font-size: 1.3rem;
}

/* STYLE FOR WORKSHOP/LECTURE ITEMS */
.workshops h3 {
font-size: 1.4rem;
}
.workshops p {
font-size: 80%;
}

h4 {
    font-weight: bold;
    font-size: 1.0rem;
}

p {
  font-family: 'Muli', sans-serif;
  font-weight: normal;
}
p {
  color: black;
}

a {
  color: teal;
}

a:hover {
  color: cadetblue;
}
.medium {
font-size: 90%;
}

.small {
  font-size: 85%
}
.x-small {
  font-size: 75%;
}
.figure-caption {
  color: black;
  font-family: 'Muli',sans-serif;
  font-weight: normal;
  font-size: .7rem;
}
.color-highlight-1 {
  font-family: 'Muli', sans-serif;
  color: midnightblue;
}
.color-highlight-2 {
  font-family: 'Muli', sans-serif;
  color: midnightblue;
}

.bio-link {
  font-weight: bold;
  color: teal;
  text-decoration: underline;
}
.bio-link:focus, .bio-link:hover {
  color: darkslategray;
  text-decoration: underline;
}

.image-captions-gallery p {
  text-align: center;
}

.divider-bottom {
 border-bottom: 1px dotted #968b7d;
 margin: 25px 0;
 }

.row-breathe {
  margin: 30px 15px !important;
}

.col-breathe {
  margin: 0 25px;
}
/* ADDS PADDING FOR IMAGE */
.image-offset {
padding: 40px 10px 10px 10px;
}

/* ADDS SPACE TO RESPONSIVE IMAGES IN CERTAIN VIEWS */
 #gallery-images .img-fluid {
   margin-top: 15px;
 }

 .gallery-item-description {
   margin: 15px 0;
 }

 /* Set the fixed height of the footer here */
 #footer {
   clear: both;
   margin: 45px 0 0 0;
   padding: 10px;
   border-top: 1px dotted gray;
   height: 30px;
 }

#footer p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  color: gray;
}
  /*  ********** MODIFIES LIST STYLE **********   */
.list-style-1 li {
  list-style: none;
  font-size: .75em;
}

.list-style-1 h4 {
  font-size: 1.2em;
}

.list-style-2 li {
  list-style: square;
  padding-left: 0;
  font-size: inherit;
}

/* ********** MODIFIES NAVBAR **********  */

/* ADDS MENU TEXT NEXT TO HAMBURGER ICON */
.navbar-toggler::after {
content: 'menu';
color: teal;
font-size: .7em;
font-weight: bold;
text-transform: uppercase;
font-size: .7em;
}

.navbar-nav, .dropdown-item {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
  color: teal;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: cadetblue;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: darkslategray;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-nav > li {
  font-family: "Muli", sans-serif;
  font-size: .8rem;
  }
.dropdown-menu .dropdown-item {
    font-size: .8rem;
  }
 /* .navbar-brand {PREVENTS LOGO FROM OVERLAPPING TOGGLED MENU
padding-right: .1rem;
  } */
.active {
/*  border-bottom: 2px solid salmon;
  font-weight: bold;*/
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: teal;
    text-align: left;
    list-style: none;
    background-color: antiquewhite;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: teal;
    text-align: inherit;
    white-space: nowrap;
    background: none;
/*    border-bottom: 1px solid midnightblue; */
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #004d4d;
    text-decoration: none;
    background-color: linen;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #004d4d;
    text-decoration: none;
    background-color: antiquewhite;
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
  }

/* MODIFIES NAVBAR TOGGLER */
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(	0,128,128,100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
