@font-face {
  font-family: 'dk_sugary_pancakeregular';
  src: url('css/fonts/dk_sugary_pancake-webfont.woff2') format('woff2'),
       url('css/fonts/dk_sugary_pancake-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'pixellarimedium';
  src: url('css/fonts/Pixellari/pixellari-webfont.woff2') format('woff2'),
       url('css/fonts/Pixellari/pixellari-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


.html, body {
    background-color: rgb(248, 239, 239);
    background-image: url(images/pastel\ bg\ 2.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important; 
    -o-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #5a4c4c;
  text-align: left;
    cursor:url(images/cursorvencake.png), auto;
}

.bottomimage{
  background-image: url(images/goodies/lokipng.png);
  background-repeat: no-repeat;
  position:fixed;
bottom: 0%;
left: -70px;
  width: 100%;
  height: 600px;
}

p{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   font-size: 12px;
  font-weight: normal;
  color: #5a4c4c;
}

b{
  color: #4dd392;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
  color: #b9776b;
  text-decoration: underline;
}
 a:hover{
  color: rgb(118, 200, 255);
  cursor:url(images/cursorvencake.png), auto;
 }
hr{

height: 1px;
border-style: none;
border-bottom-style: none;
border-bottom: 1px dotted #B9B9B9;
padding-top: 10px;

}


h1{
  background: #f7a7a7;
   font-family: 'dk_sugary_pancakeregular';
  font-size: 22px;
  padding: 3px;
  color: #fff9f9;
  text-shadow: 1px 1px 1px rgb(148, 114, 114);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

/* Past gradients I used!
Autumn brown
top, #ecd0b8 20%, #cea69a 80% 
Mint green
top, #BDD2B6 30%, #C2C290 70%

Light green
background: -moz-linear-gradient(top, #BDD2B6 30% #C2C290 70%);
background: linear-gradient(top, #C2C290 70%#BDD2B6 30%);
background: -webkit-linear-gradient(top, #BDD2B6 30%, #C2C290 70%);

Winter theme
background: -moz-linear-gradient(top, #c6c7ff 30% #d9e1f7 70%);
background: linear-gradient(top, #c6c7ff 70% #d9e1f7 30%);
background: -webkit-linear-gradient(top, #c6c7ff 30%, #d9e1f7 70%);

Spring theme
background: -moz-linear-gradient(top, #e7e996 30% #db7272 70%);
background: linear-gradient(top, #db7272 70% #e7e996 30%);
background: -webkit-linear-gradient(top, #f7a7a7 30%, #ffdfb0 70%);
*/

h2{
    padding-bottom: 10px;
     font-family: 'dk_sugary_pancakeregular';
    font-size: 20px;
    color: #f7a7a7;
    text-shadow: 1px 1px 1px rgb(148, 114, 114);
    text-align: left;
    font-weight: bold;

text-align: center;
    }

    
h3{
  padding: 8px;
  font-weight: bold;
     font-family: 'dk_sugary_pancakeregular';
    font-size: 22px;
   text-align: center;
   color: rgb(255, 255, 255);
    background-color: #f7a7a7;
    text-shadow: 1px 1px 1px rgb(148, 114, 114);
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    }
        
h4{
  padding: 6px;
   font-family: 'dk_sugary_pancakeregular';
  font-size: 32px;
  color: #fff9f9;
  text-shadow: 2px 2px 2px rgb(49, 43, 43);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background:#f7a7a7;
  opacity: 0.9;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  top: 0px;
  text-decoration: none !important;
    }
        
  h5{
      background:#f7a7a7;
       font-family: 'dk_sugary_pancakeregular';
      font-size: 22px;
      padding: 1px;
      color: #fff9f9;
      text-shadow: 1px 1px 1px rgb(148, 114, 114);
      font-weight: bold;
      text-decoration: none !important;
text-align: center;
      }

        
/*hero text*/ 
h6 {
   font-family: 'dk_sugary_pancakeregular';
font-size:130px;
color: #ffffff;
font-weight: bold;
text-shadow: 5px 5px 0px #f7a7a7;
text-decoration: wavy underline !important;
    }

    .headertext {
      font-family: 'dk_sugary_pancakeregular';
   font-size:130px;
   color: #ffffff;
   font-weight: bold;
   text-shadow: 5px 5px 0px #f7a7a7;
   text-decoration: wavy underline !important;
       }
.container {
margin: 0 auto;

}


header {
  background-color: #fff;
    color: #fff;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    background-size: cover !important; 
    -o-background-size: cover;
    background-position:left;
    height: 35vh;
    background-repeat: no-repeat;
    position: relative;
    border: 20px solid #fff;
    border-radius: 150px 150px 0px 0px ;
-moz-border-radius: 150px 150px 0px 0px ;
    -webkit-border-radius: 150px 150px 0px 0px ;
    background-image: url(images/brownbgheader.png) !important;
    bottom: -30px;
}

.navbar {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    margin: auto;
    display: block;
    color: #b9776b;
}

.navbar a{
  text-align: left;
  color: #463a3a !important;
	font-size: 10pt;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
       transition: all .25s ease;
  cursor:url(images/cursorvencake.png), auto;
  text-decoration: none !important;
  padding: 5px !important;
  background-color: #fff;
}
.navbar li a:hover { /* hover transitionssssssssssssssss #ef88bf  #B8CCF8 #b0deff;*/ 
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    color: #34343a;
animation: jittery 0.5s;
box-shadow: inset 0 100px 0 0 #83f0bb;
}


.navbar a:hover{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    cursor:url(images/cursorvencake.png), auto;
}

.navbar-toggler-icon {
    background-image: url("images/bars.svg");
  }
  
  .navbar-toggler {
    border-color: none;
  }
  .navbar-collapse {
    justify-content: flex-end;
    
  }



   .newsbox{
      background-color: #fff;
      margin: 0 auto; 
      overflow: hidden; 
           color: #3d2a2a;
           border-top: #f7a7a7 5px solid;
           -webkit-border-radius: 200px;
           -moz-border-radius: 200px;
           border-radius: 200px;
           width: 50% !important;
         }

    
   
    .pink{
   background-color: #fdc6c6;
     color: #383838;
    }
    
    .red{
      background-color: #a75151;
        color: #ffffff;
        padding: 6px;
        line-height: 2;
       }
       
  .dropdown-menu{
 word-wrap: break-word;
 white-space: normal !important;
 line-break: 15ch;
 max-width: 15ch;
 line-height: 2ch;
  }

  .masthead-text {
    text-align: center;
    position: absolute;
    padding-bottom: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2fc773;
  }

  
  @media screen and (max-width: 700px) {
    .masthead-text{
      margin: 0 auto;
    }}
  
    @media screen and (max-width: 700px) {
      .header{
        width: 100%;
      }}
    
  .btn-standard {
  letter-spacing: 0.05em;
  border-radius: 0;

}

.btn-standard:hover{
  cursor:url(images/cursorvencake.png), auto;
}
.btn-standard:active,
.btn-standard:focus,
.btn-standard:active:focus,
.btn-standard.active {
  color: #ffffff;
  border: none !important;
  
}
/*  Buttons!
Winter
  background-color: #d9e1f7
  background:#c6c7ff ;
  Light green
  background-color: #C2C290;
    background: #a75151;
*/
.btn-2 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff !important;
    background-color: rgb(192, 138, 226);
  letter-spacing: 0.05em;
  border-radius: 0;
  font-size: 10px;
  text-shadow: none;
  cursor:url(images/cursorvencake.png), auto !important;
}

.btn-2:hover,
.btn-2:active,
.btn-2:focus,



.btn {

  color: #3d3a3a !important;
  background-color: #fff;
font-weight: bold;
font-size: 12px;
text-shadow: none;
cursor:url(images/cursorvencake.png), auto !important;
border: #f7a7a7 solid 1px;
}

.btn:hover{
  color: #3d3a3a;
  background-color: #f7a7a7;
font-weight: bold;
font-size: 12px;
text-shadow: none;
cursor:url(images/cursorvencake.png), auto !important;
border: #ffffff solid 1px;
}
.btn:active,
.btn:focus,


.btn1 {

  color: #3d3a3a !important;
  background-color: #8dffc8;
font-weight: bold;
font-size: 12px;
text-shadow: none;
cursor:url(images/cursorvencake.png), auto !important;
border: #ffffff solid 1px;
}

.btn1:hover{
  color: #3d3a3a;
  background-color: #f7a7a7;
font-weight: bold;
font-size: 12px;
text-shadow: none;
cursor:url(images/cursorvencake.png), auto !important;
border: #ffffff solid 1px;
}


blockquote{
  background: #e6e6e6;
  border-left: 10px solid rgb(253, 183, 92);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
#upbutton{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 11px;
    border: none;
    outline: none;
    color: #6e6161;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background: rgb(234, 245, 255);
    -webkit-box-shadow:10px 0px 5px #ffffff; box-shadow:0px 0px 5px #dad2d2;
    text-shadow: 0 0 5px #fff;
    cursor:url(images/cursorvencake.png), auto !important;
    animation: jittery 0.5s;
  }
  #upbutton :hover{
    cursor:url(images/cursorvencake.png), auto !important;
  }

 /* Style the Image Used to Trigger the Modal */
 .myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}


.tab-content {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  border: 3px double #6c727c;
  padding: 20px;
  background: #f8f8f8;
  opacity: 0.6;
  font-size: 12px;
  overflow:scroll;
  max-height: 500px;
min-width:600px;
max-width: 600x;
min-height: 600px;
position: relative;
left: -100px;
text-align: left;
}

.navbar2{

  border-right: none;
  border-left: none;
  margin:0 auto;
  padding-right:10px;
  text-align:center;
  opacity: 0.9;
}
.navbar2 li{
  display:inline;
}
.navbar2 a{
  display:inline-block;
  padding:5px;
}

.containermain{
  width: 100%;
  padding: 0px; 
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
  overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
  color: rgb(77, 77, 77);
   }


   
.imagelargercontainer img:hover {
  -webkit-transform:scale(1.1); 
  transform:scale(1.1);
  transition:transform 0.25s ease;
}

.scrollbox {
    display: block;
    text-align: justify;
    background: #fcfcfc;
    padding: 8px;
    line-height: 17px;
    height: 120px;
    overflow: auto;
    width: 360px;
    margin: 0px 2px 0px 2px;
    border: #ccc 3px double;
   font-family: 'dk_sugary_pancakeregular';
  font-size: 11px;
  color: #5a4c4c;
}
.writingbox2 {
  font-family: Courier;
  border: 3px double #6c727c;
  padding: 20px;
  background: #f8f8f8;
  opacity: 0.6;
  font-size: 16px;
  overflow:scroll;
  max-height: 180px;
  max-width: 500px;

}

.filterDiv {
  float: left;
  margin: 2px;
  display: none; /* Hidden by default */
}


.show {
  display: block;
}

.list-group-item{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #5a4c4c;
text-align: left;
}
.accordion {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.5s;
  background: none;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: auto;
} 

footer{
  background: #f7a7a7;
 color: #302828; margin-top: 50px; opacity: 0.8;
 -webkit-border-bottom-right-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-bottomright: 100px;
-moz-border-radius-bottomleft: 100px;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
}
.ptextbg{
  background-color: rgb(253, 246, 241);
  padding: 20px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 8px 8px  #fd958d;
  margin-top: 0px;
  margin-bottom: 20px;
  } 
  .container-fluid {
max-width: 1200px;
      }

      .middlecol{
        background-color: #fff;
        padding: 20px;
        min-height: 800px;
      }
      #tooltip {
        position: absolute;
        z-index: 10700;
        display: inline;
        width: 00px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto;
        text-decoration: none;
      }
      .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
      }
      .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
      }
      .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
      }
      .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
      }
      .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
      }
      .tooltip-inner {
        max-width: 300px;
        padding: 3px 8px;
        color: #ffffff;
        text-align: left;
        margin-left: 5px;
        text-indent: 0;
        background-color: #272727;
        border-radius: 4px;
      }
      .tooltip-arrow {
        position: absolute;
        width: 5px;
        height: 2px;
        border-color: transparent;
        border-style: solid;
      }
      .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color:#272727;
      }
      .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #272727;
      }
      .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #272727;
      }
      .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #272727;
      }
      .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #272727;
      }
      .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #272727;
      }
      .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #272727;
      }
      .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #272727;
      }
      .area-tooltip {
        position: absolute;
        visibility: hidden;
        
      }

      .randomimagebox{
        background-color: #fff;
        background-image: url(images/brownbg.png);
        background-size: cover;
        background-position: center;
    
      }

     .pkmbox:hover{
      animation: jittery 0.5s;
     }

      @keyframes jittery {
        0% {
          transform: translateY(0px);
       }
       60% {
          transform: translateY(-5px);
       }
       80% {
          transform: translateY(2px);
       }
       100% {
          transform: translateY(0);
       }
      
      
      }
      
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  
.imagee{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
 width: 100%;
 height: 100%;
  padding: 16px;
}
.imagee2{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
 width: 80%;
 height: 100%;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover !important; 
  -o-background-size: cover;
  padding: 15px;
  background-color: #25232b;
  opacity: 0.9;
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto;
}
  
@media screen and (max-width: 700px) {
  .imagee{
    width: 100%;
    height: 100%;
  }}
  @media screen and (max-width: 700px) {
    .imagee2{
      width: 100%;
      height: 100%;
    }}
  @media screen and (max-width: 700px) {
    h5{
  font-size: 50px;
    }}

    @media screen and (max-width: 900px) {
      .navbar{
    width: 100%;
      }}
  
     @media screen and (max-width: 800px) {
      .footer{
    width: 100%;
      }}
      
      
@keyframes load_up{
  from{opacity:0;top:100%}
  to{opacity:1;top:0%;}
  
}@-webkit-keyframes load_up{
  from{opacity:0;top:100%}
  to{opacity:1;top:0%;}
  
}

@keyframes slidein {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
  
}

.endofelement {
  padding-bottom: 5%;
  background-image: url( "images/endofelement.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.endofelementup {
padding-top: 5%;
background-image: url( "images/endofelementup.png");
background-repeat: no-repeat;
background-size: cover;
z-index: 10;
}
.col {
  animation: load_up 0.5s;
}
.col-sm-6{
   animation: load_up 0.5s;
}
.note1{
  text-decoration: none;
  color: #000;
  display: block;
  height: 20em;
  width: 25em;
  padding: 15px;
  box-shadow: 5px 5px 5px rgba(33,33,33,.7);
  transform: rotate(-2deg);
  background: #f1ec9f;
  }
  .note2{
    text-decoration: none;
    color: #000;
    display: block;
    height: 20em;
    width: 25em;
    padding: 15px;
    box-shadow: 5px 5px 5px rgba(33,33,33,.7);
    transform: rotate(4deg);
    background: rgb(182, 220, 231);
    }
    .imageabout img:hover {
      -webkit-transform:scale(1.1); 
      transform:scale(1.1);
      transition:transform 0.25s ease;
      border-radius: 20px 20px 100px 100px;
    }
    .imageabout img{
      border-radius: 20px 20px 100px 100px;
      transition:transform 0.25s ease;
    }
  
  
  ul.breadcrumb li a {
    color: #2fc773;
    text-decoration: none;
  }
  
  
  
  .breadcrumb {
    font: .75em sans-serif;
    list-style: none;
    font-size: 12px;
  }
  
  .breadcrumb.bc2x {
    font-size: 12px;
  }
  
  .breadcrumb.bc3x {
    font-size: 12px;
  }
  
  .breadcrumb p {
    margin: 0;
  }
  
  .breadcrumb li {
    display: inline-block;
    margin-bottom: .2em;
  }
  
  .breadcrumb li a {
    background-color: #83f0bb;
    box-sizing: border-box;
    color: rgb(29, 26, 26) !important;
    display: block;
    max-height: 2em;
    padding: .5em 1em .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition: .25s;
  }
  
  .breadcrumb li a:before {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1.2em solid #fff;
    content: "";
    position: absolute;
    top: 0;
    right: -1.20em;
    z-index: 1;
  }
  
  .breadcrumb li a:after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #83f0bb;
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    transition: .25s;
    z-index: 1;
  }
  
  .breadcrumb li a:hover {
    background-color: #f7a7a7;
    color: #272727!important;
    text-decoration: underline;
    color: #25232b;
  }
  
  .breadcrumb li a:hover:after {
    border-left-color: #f7a7a7;
  }
  
  .breadcrumb li:last-child a {
    background-color: #f7a7a7;
    pointer-events: none;
    color: #25232b !important;
  }
  
  .breadcrumb li:last-child a:after {
    border-left-color: #f7a7a7;
  }
  .mybtncontainer{
    background-color: #25232b;
  }