/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 */


/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

html {
  font-family: 'Open Sans', 'Roboto', Helvetica, Arial, sans-serif;
}
@media (min-width: 58em) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

html,
body {
  width: 100%;
}

/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.paper {
    
    box-shadow:rgb(0 0 0 / 7%) 0px 4px 15px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: rgb(255, 255, 255);
    color: rgb(25, 44, 48);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    box-sizing: inherit;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top:1rem;
    padding-bottom:2rem;
}
.paper-eth {
	    padding: 1rem 1rem;
}

.sidebar {
  height: 100%;
  text-align: center;
  padding: 4rem 1rem;
  color: rgba(255,255,255,.5);
  background-color: #202020;
  background-color: #49757a;
}
@media (min-width: 48em) {
  .sidebar {

    top: 0;
    left: 0;
    bottom: 0;
    width: 48rem;
    height: 100%;
  }
}

/* Sidebar links */

.sidebar a {
  color: #fff;
}
/* About section */
.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-size: 4.25rem;
  font-weight: 400;
}

/* Sidebar nav */
.sidebar-nav {
  padding-left: 0;
  list-style: none;
  font-size: 2.25rem;
}
.sidebar-nav-item {
  display: block;
}
a.sidebar-nav:hover,
a.sidebar-nav:focus {
  text-decoration: underline;
}
.sidebar-nav.active {
  font-weight: bold;
}

/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content {

  padding-top:    6rem;
  padding-bottom: 2rem;
  min-height: 50%;
  margin-top:-20px;
}

.container {
  width: 100%;
  padding-left:  6rem;
  padding-right: 6rem;
  margin-left:  auto;
  margin-right: auto;
  padding-top:    0rem; 
  padding-bottom: 0rem;
  min-height: 50%;
}

.css-updiv {
    margin-bottom: 64px;
    box-shadow: rgb(0 0 0 / 4%) 0px 10px 20px;
}

.prev-next-button {
    color: #586a6d;
    width: 40px;
    border: 1.5px solid #eaeaea;
    height: 40px;
    padding: 8px;
    background-color: #fff;
    
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.75rem;
}

.select_button {
   
    font-size: 16px; 
    color: rgb(25, 44, 48);
    border: 1px solid rgb(0, 0, 0);
    transition: all 0s;
    font-weight: 600;
    text-transform: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.5;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 30px;
}

@media (min-width: 76rem) {
.container2 {
  width: 100%;
  padding-left:  6rem;
  padding-right: 6rem;
  margin-left:  auto;
  margin-right: auto;
  line-height: 1.5;
  margin-top:  1rem;  
  margin-bottom:  0rem; 
  color:rgb(25, 44, 48);
}
.paper {
    box-shadow:rgb(0 0 0 / 7%) 0px 4px 15px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: rgb(255, 255, 255);
    color: rgb(25, 44, 48);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    box-sizing: inherit;
    padding: 1rem 1rem;
}

}

.container-img {
  width:100%; 
  height:auto; 
  border:0px solid #fff;
  background-color: #eee;
  display:flex;
  justify-content:center;
  padding: 0px,0px;
  margin-bottom : 20px;

}
.detaildown {
    width:100%; 
    position: relative;
    margin-top:4rem;
    padding-top: 4rem;
    padding-left :4rem;
    background-color: #f8f8f8;
    display: block;
}

.list-img {
  width:100%; 
  height:250px; 
  vertical-align:middle;
  border:0px solid #fff;
  display:flex;
  justify-content:center;
  padding: 0px,0px;
  margin-bottom : 10px;
  border-radius: 9px;
  overflow: hidden;
  box-sizing:border-box;
}

.index-img {
  width:100%; 
  height:150px; 
  vertical-align:middle;
  border:0px solid #fff;
  display:flex;
  justify-content:center;
  padding: 0px,0px;
  margin-bottom : 10px;
  border-radius: 9px;
  overflow: hidden;
  box-sizing:border-box;
}

.usernft-img {
  width:100%; 
  height:30px; 
  border:0px solid #fff;
  background-color: #ccc;
  display:flex;
  justify-content:center;
  padding: 0px,0px;
  margin-bottom : 10px;
  border-radius: 15px;
}

.blockchain-img {
  width:100%; 
  height:160px; 
  border:0px solid #fff;
  background-color: #999;
  justify-content:center;
  padding-top: 3rem;
  margin-bottom : 10px;
  border-radius: 0px;


}
.b-img {
  background-image: url(../contents/cubes-in-stack-with-shadow.63339c0f.svg);
  background-repeat: no-repeat;
  background-position: right -10px bottom -17px;
  background-color: #3d55a5;
}
.b-img2 {
  background-image: url(../contents/hourglass.6c88edec.svg);

  background-repeat: no-repeat;
  background-position: right -10px bottom -17px;
  background-color: #92cce1;
}
.b-img3 {
  background-image: url(../contents/hash.00865a92.svg);
  background-repeat: no-repeat;
  background-position: right -10px bottom -17px;
  background-color: #fed9a1 ;
}
.blockchain-num {

    padding-left:4rem;

    color: #fff;
    font-size: 34px!important;
    font-weight: 600!important;
}
.blockchain-word {

    padding-left:4rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: lighter;
}
.list-a {
    text-decoration: none;
}
.img-circle {
  border-radius: 50%;
}

.img-headshot {
  border: 6px solid #fff;
  height: 180px;
  width: 180px;
}

.copyright {
  font-size: .7rem;
  text-align: center;
}

footer {
  height: 40px;
  padding-top:  1rem;
  padding-bottom:  1rem;
  margin-top:  1rem; 
  text-align: center;
}

footer a,
.content2 a,
.content a,
.related-posts li a:hover {
  
}

@media (min-width: 40em) {
   .content  {
    min-width: 40rem;
    margin-top:10px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0px;
    min-height: 50%;
    color: rgb(25, 44, 48);
  }

    .paper {
    box-shadow:rgb(0 0 0 / 7%) 0px 4px 15px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: rgb(255, 255, 255);
    color: rgb(25, 44, 48);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    box-sizing: inherit;
    padding: 1rem 1rem;
}

}

.read-more-link div {

  padding: 6px 6px;
  margin-top: 2rem;
  border: 1px solid;
  border-color: #49757a;
  border-radius: 3px;
}

.read-more-link a {
  padding: 6px 6px;
  margin-top: 2rem;
  border: 1px solid;
  border-color: #49757a;
  border-radius: 3px;
}

.read-more-link a:hover {
  text-decoration: none;
}

.read-more-link2 div {

  padding: 6px 6px;
  margin-top: 2rem;
  border: 1px solid;
  border-color: #49757a;
  border-radius: 3px;

}

.read-more-link2 a {
  padding: 6px 6px;
  margin-top: 2rem;
  border: 1px solid;
  border-color: #49757a;
  border-radius: 3px;
  color:#ccc;
}

.read-more-link2 a:hover {
  text-decoration: none;
  background-color:DarkBlue;
  color:#fff;
  font-weight:600;
}

.pull-right {
  float: right;
}

ul.posts {
  list-style: none;
}

.social-icons,
.sidebar nav {
  margin-top: 1rem;
}

.social-icons a,
.social-icons a:hover,
.social-icons a:focus {
  text-decoration: none !important;
}

.tooltip2 {
  position: relative;
  display: run-in;
  border-bottom: 1px dotted #666;

}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 22rem;
  background-color: #eee;
  color: #fff;
  font-size:13px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 10%;
  margin-left: -60px;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}