.navbar-brand {
    font-family: 'Indie Flower';
}

.center-img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
}

.warning {
    box-shadow: 0 4px 8px 0 rgba(255, 59, 0, 0.25), 0 6px 20px 0 rgba(255, 59, 0, 0.2);
    padding: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.warning .admonition-title {
    color: tomato;
    position: relative;
}

.warning .admonition-title:before {
    content: "\f071"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}

.note {
    box-shadow: 0 4px 8px 0 rgba(100, 149, 237, 0.25), 0 6px 20px 0 rgba(100, 149, 237, 0.2);
    padding: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.note .admonition-title {
    color: cornflowerblue;
    position: relative;
}

.note .admonition-title:before {
    content: "\f129"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -10px;
    position: absolute;
    top: 0;
}

.highlight {
    background-color: rgba(202, 202, 202, 0.34);
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lexer {
    background-color: #ecd9a3;
    padding-left: 0.5rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.Python {
    background-color: #90aaec;
}

.Bash {
    background-color: #cacaca;
}

.highlight pre {
    padding-bottom: 1rem;
    padding-left: 0.75rem;
}

.img-header {
    width: 100%;
}

article {
    font-size: 18px;
}

.article-title-thumbnail {
    float: left;
    font-size: 1.45rem;
    font-weight: bold;
    color: black;
    background-color: white;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
}

.article-main-title {
    background-color: white;
}

.article-sub-title {
    background-color: white;
}

.article-tag {
    margin-right: 3px;
    background-color: #efefef;
    padding: 1px;
}

/*.article-title{*/
/*position: absolute;*/
/*top: 5rem;*/
/*left: 3%;*/
/*}*/

.article-title h1 {
    font-size: 1.5rem;
}

.article-title h3 {
    font-size: 1.25rem;
}

@media (min-width: 576px) {
    .article-title h1 {
        font-size: 2rem;
    }

    .article-title h3 {
        font-size: 1.5rem;
    }

    .article-title {
        top: 7rem;
    }
}

@media (min-width: 768px) {
    .article-title h1 {
        font-size: 2.75rem;
    }

    .article-title h3 {
        font-size: 1.75rem;
    }
    .center-img{
        width: auto;
    }
}

@media (min-width: 992px) {
    .article-title h1 {
        font-size: 3rem;
    }

    .article-title h3 {
        font-size: 2rem;
    }

    .article-title {
        position: absolute;
        top: 9.5rem;
        left: 3%;
    }

    .article-title-thumbnail {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .article-title h1 {
        font-size: 4rem;
    }

    .article-title h3 {
        font-size: 2.5rem;
    }
}

.hll {
    display: block;
    background-color: #bbbbbb;
}

tt{
    background-color: lightgray;
}
.affix {
  top: 20px;
  width: 213px;
}

/*.latest-articles{*/
    /*position: -webkit-sticky;*/
    /*position: fixed;*/
    /*top: 120px;*/
    /*border: 1px rgba(0, 0, 0, 0.34) solid;*/
    /*border-radius: 5px;*/
/*}*/

.latest-articles{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    border: 1px rgba(0, 0, 0, 0.34) solid;
    border-radius: 5px;
}



.mpopup {
    display: none;
    position: fixed;
    z-index: 1;
    margin-top: 100px;
    left: 0;
    top: 0;
    width: 250px;
    margin-left: 10%;
    /*height: 100%;*/
    overflow: auto;
    /*background-color: rgb(0,0,0);*/
    /*background-color: rgba(0,0,0,0.4);*/
}

@media (min-width: 768px) {
    .mpopup{
        width: 500px;
        margin-left: 150px;
    }
}
/*.mpopup-content {*/
    /*position: relative;*/
    /*background-color: #fefefe;*/
    /*margin: auto;*/
    /*padding: 0;*/
    /*width: 60%;*/
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    /*-webkit-animation-name: animatetop;*/
    /*-webkit-animation-duration: 0.4s;*/
    /*animation-name: animatetop;*/
    /*animation-duration: 0.4s*/
/*}*/

/*.mpopup-head {*/
    /*padding: 2px 16px;*/
    /*background-color: #ff0000;*/
    /*color: white;*/
/*}*/
/*.mpopup-main {padding: 2px 16px;}*/
/*.mpopup-main input[type="text"]{*/
    /*width: 30%;*/
    /*height: 25px;*/
    /*font-size: 15px;*/
/*}*/
/*.mpopup-main input[type="submit"]{*/
    /*padding: 5px;*/
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    /*background-color: #333;*/
    /*outline: none;*/
    /*border: none;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
/*}*/
/*.mpopup-foot {*/
    /*padding: 2px 16px;*/
    /*background-color: #ff0000;*/
    /*color: #ffffff;*/
/*}*/

/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* close button style */
.close {
    color: gray;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}