::selection {
    background: #a8d1ff;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
body {
    padding-bottom: 20px;
    color: #444444;
    font-size: 1rem;
    padding-top: 65px;
}
main {
    background-color: #f8fafd;
}
h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 .5rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    color: #202124;
    word-wrap: break-word;
}
h2 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin: 2rem 0 .5rem;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    color: #202124;
    word-wrap: break-word;
}
h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 2rem 0 .5rem;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    color: #202124;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    color: #0b57d0;
}
a:hover {
    text-decoration: underline;
    color: #1565c0;
}
p {
    color: #474747;
    margin-bottom: 1rem;
}
small {
    font-size: 1rem;
}
.text-right {
    text-align: right;
}
.navbar {
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 55px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .pagination {
      display: block!important;
  }
}
.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-scroller .nav-link:hover {
  color: rgba(0,0,0,.7);
}
.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}
.dropdown-menu {
    overflow-y: scroll;
    height: 177px;
}
.dropdown-item:hover {

}
.dropdown-item.active, .dropdown-item:active {
    background-color: #1a73e8;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.ads {
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto;
}
.padding-top-20 {
    padding-top: 20px;
}
.bg-light {
    border-bottom: 1px solid #dadce0;
    background-color: #fff!important;
}
.bg-light2 {
    background-color: #f8f9fa!important;
}
.bg-success {
    background-color: rgb(236, 246, 223)!important;
    color: rgb(76, 123, 14);
}

.btn-group {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.page-item {
    display: inline-block;
    margin-bottom: 10px;
}
.card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 1rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 1rem;
}
.card-body .title a {
    text-decoration: none;
    color: #1a73e8;
    font-weight: 500;
    font-size: 1.475rem;
    word-break: break-word;
    word-wrap: break-word;
}
.card-body .title a:hover {
    color: #1565c0;
    text-decoration: underline;
}
.card-body .download {
    font-size: 1.275rem;
    background: #1a73e8;
    color: #fff;
    font-weight: 700;
}
.card-body .download:hover {
    background: #1565c0;
    border: .0625rem solid #209dd8;
    color: #fff;
    text-decoration: none;
}
.card-body .my-font {
    background-color: #f3f4f6;
    border: .0625rem solid #f8f8f8;
    color: #5C6773;
    font-weight: 700;
}
.card-body .my-font:hover {
    background-color: #009bcb;
    border: .0625rem solid #009bcb;
    color: #fff;
    text-decoration: none;
}
.card-body .accordion-button, .linking .accordion-button{
    color: #009bcb;
    /*color: #5C6773;*/
    padding: 0.25rem 0.25rem;
    font-size: 0.80rem;
    border: .0625rem solid #eee;
    border-radius: .2rem;
}
.card-body .accordion-button:hover, .linking .accordion-button:hover {
    color: #009bcb;
    text-decoration: underline;
}
.card-body .accordion-button::after, .linking .accordion-button:hover {
    color: #009bcb;
}
.card-body .accordion-body a {
    color: #009bcb;
}
.card-body .accordion-body a:hover {
    text-decoration: underline;
}
.card-body .short-info {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.card-body .short-info li {
    list-style-type: none;
}
.card-body .short-info span {
    font-weight: 500;
}

.card2 {
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff!important;
}
.card2 a {
    text-decoration: none;
    color: #1a73e8;
    font-weight: 500;
    font-size: 1.475rem;
    word-break: break-word;
    word-wrap: break-word;
}
.card2 a:hover {
    color: #1565c0;
    text-decoration: underline;
}
.card2 .list-inline-item {
    margin-left: 15px;
    font-size: .875rem;
}
.card2 .list-inline-item span {
    font-weight: 500;
}
.card2 .button-download {
    font-size: 1rem;
    /* border: 2px solid #1a73e8; */
    border-radius: 5px;
    background: #ff8b00;
    color: #fff;
}
.card2 .button-download:hover {
    background: #d97600;
    color: #fff;
    text-decoration: none;
}

.more-fonts {
    padding: 20px;
}
.more-fonts a {
    padding: 5px 10px;
}
.more-fonts a:hover {
    border-radius: 4px;
    text-decoration: none;
    background: #f6fafe;
}
footer {
    font-size: 1rem;
}
footer .nav-item a {
    text-decoration: underline;
    color: #5f6368;
}
footer .nav-item a:hover {
    color: #174ea6;
    text-decoration: underline;
}


.linking {
    margin-bottom: 20px;
}
.linking a {
    font-size: 1.125rem;
    letter-spacing: 0.005rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    display: inline-block;
    text-decoration: none;
    padding: 0.2rem 0.3rem;
}
.linking .accordion-body a {
    padding: .25rem .5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
}
.linking .accordion-body a:hover, .linking a:hover {
    background: #f6fafe;
    border-radius: 4px;
    text-decoration: none;
}
.linking .accordion-button {
    border-radius: .25rem;
    width: 33.3333333333%;
}
.breadcrumb a {
    color: #004d99;
}
.breadcrumb a:hover {
    color: #06c;
    text-decoration: underline;
}
.breadcrumb .active {
    color: #2d3436;
}
.breadcrumb .breadcrumb-item {
    margin-bottom: 0.7rem;
}
.updated {
    color: #202124;
    background-color: #e4f2ff;
    border: 1px solid #dadce0;
    padding-right: 15px;
    padding-left: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 2rem;
    text-align: center;
}
.updated i {
    color: #1a73e8;
}
.showing-results {
    font-size: 1rem;
    text-align: right;
    color: #5f6368;
    margin-bottom: 1rem;
}

.font-page .col-lg-8, .faq .col-lg-8, .index .col-lg-8, .category .col-lg-8, .fonts .col-lg-8 {
    border-right: 1px solid #dadce0;
}
.font-page .bi-star-fill, .font-page .bi-star, .font-page .bi-star-half {
    color: #ff8b00;
}
.font-page .download {
    font-size: 1.275rem;
    background: #ff8b00;
    color: #fff;
    font-weight: 700;
    margin: 1.25rem 0 0 0;
    padding: 0.3rem 3rem;
    border-radius: 5px;
}
.font-page .download:hover {
    background: #d97600;
    /* border: .0625rem solid #209dd8; */
    color: #fff;
    text-decoration: none;
}
.font-page ul {
    color: #5f6368;
}
.font-page ul p {
    margin-bottom: 0;
}
.font-page img {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); 
    border-radius: 8px;
}
.font-page .font-preview {
    font-size: 20px;
}
.font-page .preview {
    background-color: #e4f2ff;
    padding: 16px 15px 1px 15px;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.font-page pre {
    background: #e4f2ff;
    border-radius: 8px;
    padding: 15px 30px;
    color: #202124;
}
.font-page .comments {
    margin-bottom: 1rem;
}
.font-page .comments-body {
    color: #5f6368;
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-style: italic;
}
.font-page .comments-title {
    font-weight: 500;
    font-style: normal;
}
.font-page .relinking {
    margin-bottom: 1rem;
}
.font-page .relinking h2 {
    font-size: 1.725rem;
    line-height: 2.425rem;
    margin: 2rem 0 0.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    color: #202124;
    word-wrap: break-word;
}
.font-page .relinking .item {
    margin-bottom: 1rem;
}
.font-page .relinking .item a {
    text-decoration: none;
    color: #0b57d0;
    font-weight: 500;
    font-size: 1.2rem;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 1rem;
}
.font-page .relinking .item img {
    margin-bottom: 1rem;
}
.font-page .categories {
    margin-bottom: 1rem;
}
.font-page .categories h2 {
    font-size: 1.725rem;
    line-height: 2.425rem;
    margin: 2rem 0 0.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    color: #202124;
    word-wrap: break-word;
}
.font-page .categories .item {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.font-page .categories .item a {
    text-decoration: none;
    color: #1a73e8;
    font-weight: 500;
    font-size: 1.1rem;
    word-break: break-word;
    word-wrap: break-word;
}
