.author-name {
    font-weight: 600;
}
.mb-5, .my-5 {
    margin-bottom: 0rem !important;
}


html {
    background-color: #e9ebee !important;
}

body {
    background-color: #e9ebee !important;
}


.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    /* the rest of your styling */
}

#footer {
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,.8);
    box-shadow: 0px 0px 6px rgba(0,0,0,.8);
}

.jumbotron {
    height: 75% !important;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.social-icon {
    font-size: 40px !important;
    color: dimgray !important;
}
.fa-heart {
    color: crimson !important;
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        font-size: 85% !important;
    }
    .jumbotron {
        height: 200px !important;
        max-height: 200px !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
    }

    .card-fixed-2 {
        max-height: 500px !important;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {

}

.article-info {
    height: 55px;
    margin: 5px 0;
    white-space: nowrap;
}
.author-image {
    /*width: 44px;
    height: 44px;*/
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.author-name {
    font-size: 14px !important;
}
.article-date{

}
.card-text{
    text-align:justify !important;
}
@media (min-width: 768px) {
    .article-info {
        margin: 10px 0;
    }
}

.title_h2 {
    color: white;
    font-size: 15px !important;
}

.bg {
    position: fixed;
    width: 100%;
    height: 300px; /*same height as jumbotron */
    top: -30px;
    left: 0;
    z-index: -1;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.small-box .icon {
    display: block !important;
}

fa.fa-upload:hover {
    background: #000000 !important;
}

p.Myp {
    font-weight: 900 !important;
    font-size: 22px !important;
    text-align: center !important;
}

a.b {
    font-size: 90px;
    color: #2d2d30 !important;
    text-decoration: none;
}

.small-box-z {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.icon {
    position: absolute !important;
    top: 15% !important;
    left: 35% !important;
    /*padding-right: 85px;*/ */ z-index: 0;
    font-size: 20px;
    color: rgba(0,0,0,0.15);
}

b {
    text-align: left !important;
}

a.c {
    font-size: 90px;
    text-align: center !important;
}

a.b {
    font-size: 80px;
    text-align: center !important;
}

.jumbotron {
    height: 300px;
    color: white;
    background: #2d2d30;
    font-size: 180px !important;
    margin-bottom: 10px !important;
    margin-top: 52px !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
    padding-left: 25px !important;
    padding-bottom: 25px !important;
}

h2.myh2 {
    font-size: 44px !important;
    margin-left: -10px !important;
}

p.lead.my {
    font-size: 21px !important;
    margin-left: 0px !important;
}

.lead {
    font-size: 18px !important;
}

.display-4 {
    font-size: 41px !important;
}

@media screen and (max-width: 600px) {
    .icon {
        position: absolute !important;
        top: 20% !important;
        left: 10% !important;
        /*padding-right: 85px;*/ */ z-index: 0;
        font-size: 20px;
        color: rgba(0,0,0,0.15);
    }

    p.Myp {
        font-weight: 900 !important;
        font-size: 17px !important;
    }

    .jumbotron {
        height: 750px;
        color: white;
        background: #2d2d30;
        font-size: 180px !important;
        margin-bottom: 10px !important;
        margin-top: 52px !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
        padding-left: 25px !important;
        padding-bottom: 25px !important;
    }

    .lead {
        font-size: 13px !important;
    }

    .display-4 {
        font-size: 20px !important;
    }
}


