@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); /*! * AdminLTE v2.0.4 * Author: Almsaeed Studio *	 Website: Almsaeed Studio <http://almsaeedstudio.com> * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT for more information !*/

html, body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 17px;
    line-height: 2;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.padd-0 {
    padding: 0 !important;
}

.topic {
    padding-top: 2.25%;
    padding-left: 3%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #f4f4f4;
}

    .topic h1 {
        font-weight: 700;
        font-size: 2.5rem;
    }

.mt2 {
    margin-top: 2rem;
}

.mt1 {
    margin-top: 1rem;
}

.bh2 {
    padding: 0 62px !important;
    text-align: justify;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .page {
        padding: 20px 0;
    }

    .bh2 {
        padding: 0 43px !important;
        text-align: justify;
    }
}
