@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Roboto');

/* @link https://utopia.fyi/type/calculator?c=320,12,1.2,1900,16,1.5,4,1,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l */

:root {
  --step--1: clamp(0.63rem, 0.62rem + 0.04vw, 0.67rem);
  --step-0: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  --step-1: clamp(0.9rem, 0.78rem + 0.61vw, 1.5rem);
  --step-2: clamp(1.08rem, 0.84rem + 1.18vw, 2.25rem);
  --step-3: clamp(1.3rem, 0.88rem + 2.11vw, 3.38rem);
  --step-4: clamp(1.56rem, 0.84rem + 3.55vw, 5.06rem);
  --ff-primary: Verdana, sans-serif;
  --ff-secondary: Bungee, cursive;
  --ff-accent: Bungee Shade, cursive;
  --ff-standard: Butterfly Kids, sans-serif;

  /* --col-01: #fcecbd; */
  --col-01: #ebbe31;
  --col-01-txt: #402503;
  --col-02: #402503;
  --col-02-shdw: #553f29;
  --col-02-txt: #e0e0d7;
  --col-03: #ebebde;
  --col-03-txt: #1a316e;
  --col-04: #fafafa;
}

/**********COLOR ***************************/
body {
  /*   background: #ebbe31;
 */
  background: silver;
}
/*********COLOR END ***********************/

html,
body {
  text-align: center;
  font-size: 1rem;
  overflow-x: hidden;
  color: var(--col-01-txt);
}
body {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(../../../images/stories/backgnd-bees-opacity15color.jpg);
}

a {
  text-decoration: none;
}

p {
  /*   text-align: justify; */
  text-align: left;
  font-size: 1rem;
  padding-left: 2em;
  padding-right: 2em;
}

p,
h2,
.__stories {
  padding-left: 0.8rem;
}

h2 {
  font-size: var(--step-0);
}

h3 {
  font-size: var(--step-2);
}

.content {
  margin: auto;
  padding: 1.5rem;
  width: 90vw;
  height: auto;
  grid-area: box-3;
  background: var(--col-01);
  border: 1px solid var(--col-02);
  border-radius: 2rem;
  box-shadow: 3px 3px 5px var(--col-02), -3px -3px 5px var(--col-02);
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.content a {
  color: var(--col-01-txt);
}
.sidebar-left {
  grid-area: box-4;
}
.sidebar-right {
  grid-area: box-5;
  padding: 2rem;
}
.bottom-slides {
  display: none;
}

.footer {
  grid-area: box-6;
  /*border: 1px solid #555;*/
  padding-bottom: 0.7rem;
}

img {
  float: left;
  width: 400px;
  height: 400px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  /*    shape-outside: ellipse(55% 55%);
*/ /* shape-outside: circle(100px at center center); */
  shape-outside: polygon(
    81.06% 32.92%,
    68.23% 32.21%,
    55.07% 25.43%,
    56.1% 13.94%,
    47.15% 6.14%,
    40.79% -3.01%,
    94.37% 102.4%,
    96.94% 71.23%,
    83.66% 47.09%,
    84.36% 40.23%
  );
}

/****************************************************************/
/****  Media Screen - Smartphone ********************************/
/****************************************************************/

@media screen and (max-width: 980px) {
  /*.grid-box {
      width: 100vw;
      height: 100vh;
      margin: auto;
      display: grid;
      grid-template-columns: 100vw;
      grid-template-rows: 3fr 2fr auto 2fr 1fr;
      grid-template-areas:
          "box-1"
          "box-2"
          "box-3"
          "box-5"
          "box-6";        
  }*/
  .header {
    background-image: url(../images/header-1.jpg);
    grid-area: box-1;
    width: 100vw;
    height: 16vw;
    background-size: cover;
    min-width: 400px; /*    background: #efc238;*/
  }
  .breadcrump {
    z-index: 1000;
    position: sticky;
    top: 0rem;
    grid-area: box-2;
    border: none;
    margin: 0;
    box-shadow: -3px -3px 5px var(--col-02);
    /*background: none;*/
  }

  .bottom-slides {
    grid-area: box-8;
  }
  .sidebar-right {
    display: none;
  }
  .footer ul li {
    display: inline;
    font-size: 1rem;
    margin: 0 2rem;
    color: var(--col-01-txt);
  }
  .footer ul li a:hover {
    color: var(--col-01-txt);
    font-size: 1rem;
    text-shadow: 1px 1px 2px var(--col-02);
  }

  p {
    padding-left: 1em;
    padding-right: 1em;
  }

  img {
    width: 250px;
    height: 250px;
  }

  /***************************************************************/
  /**********Navigation *** max-width 980px **********************/
  /***************************************************************/
  .srm_position {
    width: 15rem;
  }
  #srm_select_list {
    width: 3rem;
    background-color: var(--col-01);
    border: 2px solid var(--col-02);
    box-shadow: 3px 3px 5px var(--col-02);
  }
  ul.srm_ulmenu li {
    color: var(--col-01-txt);
    border: 1px solid var(--col-02);
  }
  /*********** Navigation End ************************/
}

/*********************************************/
/***********  Media Screen - Desktop   *******/
/*********************************************/

@media screen and (min-width: 980px) {
  .grid-box {
    width: 100vw;
    height: 100vh;
    /*    margin: auto;*/
    display: grid;
    grid-template-columns: 3fr 10fr 3fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas:
      'box-1 box-1 box-1'
      'box-2 box-2 box-2'
      'box-4 box-3 box-5'
      '. . box-6';
  }
  .header {
    background-image: url(../images/header-1.jpg);
    grid-area: box-1;
    width: 100vw;
    height: 16vw;
    background-size: cover;
    min-width: 400px;
    /*background: #efc238;*/
  }
  .breadcrump {
    z-index: 1000;
    position: sticky;
    top: 0rem;
    grid-area: box-2;
    border: none;
    margin: 0;
    /* padding: 1rem; */
    box-shadow: -3px -3px 5px var(--col-02);
    /*background: none;*/
  }

  .content {
    padding: 1.3rem;
    margin: auto;
    margin-top: 1rem;
    height: auto;
    width: min(90%, 1000px);
    grid-area: box-3;
    background: var(--col-01);
    border: 1px solid var(--col-02);
    border-radius: 1rem;
    box-shadow: 3px 3px 5px var(--col-02);
    margin-bottom: 0.8rem;
  }
  .sidebar-left {
    grid-area: box-4;
    width: auto;
  }
  .sidebar-right {
    grid-area: box-5;
  }
  .bottom-slides {
    display: none;
  }

  .footer {
    grid-area: box-6;
    /*    border: 1px solid #555;*/
    position: sticky;
    bottom: 0;
  }

  /******* Slideshow ***************/

  .custom {
    /*  margin-top: 1rem;*/
    padding: 0.8rem;
  }
  .besps_slides {
    position: sticky;
    top: 50px;
    box-shadow: 3px 3px 5px var(--col-02), -3px -3px 5px var(--col-02);
  }
  /***************************************************************/
  /**********Navigation *** min-width 980px **********************/
  /***************************************************************/
  .breadcrump {
    padding-left: 1rem;
    background: var(--col-01);
    /*opacity: 0.7;*/
    box-shadow: 3px 3px 5px var(--col-02);
    margin-bottom: 1rem;
  }
  .nav {
    font-size: 1rem;
    /*opacity: 0.7;*/
  }
  /*nav li a.active {
    background-color: #4CAF50;
    color: white;
  }*/
  li a {
    display: inline;
    padding: 0.8rem 1rem;
    color: var(--col-01-txt);
  }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  ul li {
    list-style: none;
    text-decoration: none;
    position: relative;
    margin: 0.3rem;
    padding: 0.8rem;
    display: inline;
    /*    border: 1px solid #777;
    border-radius: 0.5rem;*/
  }
  li a:hover {
    font-style: normal;
    /*font-weight:bold;*/
    color: var(--col-01-txt);
    text-shadow: 2px 2px 3px var(--col-02-shdw);
    transition: all 0.8s ease 0s;
  }

  nav ul ul {
    position: absolute;
    top: 0.4em;
    left: 1em;
  }
  .active a {
    /*background-color: #4CAF50;*/
    border-right: 2px solid var(--col-02);
    /*border-radius: 1rem;*/
    /*     color: red;
 */
    text-shadow: 2px 2px 4px var(--col-02-shdw);
    border-left: 2px solid var(--col-02);
  }

  .footer > ul li {
    display: inline;
    font-size: 1rem;
    margin: 0 2rem;
    color: var(--col-01-txt);
  }
  .footer > ul li a:hover {
    color: var(--col-01-txt);
    font-size: 1rem;
    text-shadow: 1px 1px 2px grey;
  }
  /************ Navigation End ****************/
}

/************* articles ***********************/

.__stories > .__column {
  /*   text-align: justify;
 */
  font-size: 1rem;
  padding-left: 2em;
  padding-right: 2em;
  columns: 3 300px; /* definition for width & #of columns */
  column-rule: 1px solid var(--col-02);
  gap: 2rem;
}

.__stories > img {
  margin-top: 2rem;
  float: none;
  border: 1px solid var(--col-02);
  border-radius: 50%;
  box-shadow: 3px 3px 5px var(--col-02);
}

.__stories > h2 {
  margin-top: 0;
}

.__stories > .__title {
  font-size: 1rem;
  font-weight: bold;
}

.__listing {
  text-align: left;
}
.__listing > ul {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: bold;
}

.__listing > ul li {
  padding: 0%;
}

.item-page ul {
  display: flex;
  flex-direction: column;
  list-style-type: circle;
}

.item-page ul li {
  font-size: 1rem;
  text-align: left;
  padding: 0%;
}

.pagenavcounter {
  font-size: 0.8rem;
  font-style: italic;
}

.article-index .active a {
  /* border-right: 2px solid var(--col-02);
  text-shadow: 2px 2px 3px var(--col-02);
  border-left: 2px solid var(--col-02);
  color: red; */
  border: none;
}
