html { height: 100%; }
body {
    min-height:100%; 
    position:relative; 
    padding-bottom:50px;
    /* background-color: rgb(183, 224, 204); */
    background-color: #ecfaf4;
    font-weight: 200;
}

footer { 
    position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
    height:50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #5fae88;
}

header{
    background-color:#c5e6d6;
}

header a{
    color:#ef6780;
    font-weight: 400;
}

a{
     /* color: #f0677f; */
    /* font-weight: 400; */
    /* text-decoration: underline; */
}

.intro{
    padding: 10px;
}

.wip{
    color: #5fae88;
    /* font-weight: bold; */
}


.intro-quote{
    text-align: center;
}

.intro-quote span{
    text-decoration: line-through;
    text-decoration-color: cyan;
    text-decoration-thickness: 3px;
}
.wrapper{
    /* min-height: 100%; */
    /* position: relative; */
}

.main{
    margin: auto;
    /* background-color: rgb(206, 231, 219); */
    min-height: 100%;
}

.space-highlight {
  margin: 5px 0;
  /* padding: 10px; */
  background-color: #ee99a9;
  border-radius: 5px;
  padding: 0 3px;
  cursor: pointer;
  animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%		{ background-color: #ee99a9;}
    50%		{ background-color: #f7d2d8;}
    100%	{ background-color: #ee99a9;}
}

.space-example{}

.space-explain{
    /* color: white;  */
    /* width: 100%; */
    background-color:#ecfaf4;
    border-radius: 20px;
    /* border: 1px solid black ; */
    display: none;
    padding: 20px;
    /* font-size: 14px; */
    box-sizing:border-box;
    margin: 10px;
}

.space-example.opened .space-explain{
    display: block;
}

.space-example.opened .space-highlight{
    animation: none;
}

.space-explain .title{
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.card-type{
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    /* color: #aaa; */
    width: 100%;
}


.bg-primary-1{
    background-color:#ef6780;
    background-color:#f7a2b1;
}

.text-primary-1{
    color:#ef6780;
    color:#f7a2b1;
}

.bg-primary-2{
    background-color:#fac7d0;
    background-color:#fff3f5;
    
}

.text-primary-2{
    color:#fac7d0;
    color:#fff3f5;
}
.example{
    border-left: 10px solid #5fae88;
    /* text-align: left; */
}

.bg-orange-1{
    background-color: #FAFFC7;
}

.text-orange-1{
    color: #5fae88;
}

/* .bg-orange-1{
    background-color: #ffc768;
}

.text-orange-1{
    color: #ffc768;
} */

.text-orange-2{
    /* color: #fff5d6; */
    color: #9da927;
}

.tags{}

.tag{
    display: inline-block;
    background-color: #5fae88;
    font-size: 12px;
    padding: 2px 10px;
    margin-top: 10px;
}

.read-more{
    width: 40px;
    height: 40px;
    /* background-color: cyan; */
    position: absolute;
    right: 10px;
    top:8px;
    display: block;
    font-size: 25px;
    font-weight: 100;
    color: #5fae88;
    /* background-image: url('/images/more.png'); */
    background-size: 40px 40px;

}

.domain-link{
    color:#969696;
    text-decoration: underline;
}

.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem;
    margin: 20px 0;
    padding: 0;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .75rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ef6780;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.homepage .page-link,
.listing .page-link {
    background-color: #fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ef6780;
    border-color: #ef6780;
}


.example-content{
    padding: 10px 30px;
    text-align: center;
    /* font-size: 1.2em; */
}

.example-content .english{
    /* font-size: 16px; */
    text-align: left;
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
}

.example-content .native{
    /* margin-top: 30px; */
    /* padding: 20px; */
    margin: auto;
    font-size: 1.25em;
    /* max-width: 500px; */
    /* background-color: darkcyan; */

}

.example-bottom-link{
    text-decoration: underline;
}

.example-link{
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.space-explain-domain{
    background-color: #f7d2d8;
}

.space-explain-frame{
    background-color: #FAFFC7;
    /* background-color: #d5f69f; */
    
}

.example-content .native {
    /* font-size: 1.5em; */
    line-height: 1.5em;
  }
  
  .example-content .native:before {
    content: open-quote;
  }
  
  .example-content .native:after {
    content: close-quote;
  }
  
  .example-content .native:before,
  .example-content .native:after {
    display: inline-block;
    vertical-align: bottom;
    color: #ef6780;
    font-size: 6em;
    top: .2em;
    position: relative;
  }

  