/* ======= Author: P.Alaei ==============
   ======= Created on: 26.12.2017 ======= */

/* ===========================================================================================
   ======= Min-width: 320px ======= */

@media (min-width: 320px) {
    /* ======= Main page blue background ======= */
    .intro-img {
        height: 150px;
    }
    /* ======= Content pages ======= */
    .partners-head h3 {
        line-height: 1.5;
    }
    .content-h3 {
        font-size: 1.4em;
    }
    .content-h3+.content-title-seperator {
        width: 100%;
    }
    .content-h4+.content-title-seperator {
        width: 100%;
    }
    .content-list-iconified-row i {
        width: 12%;
    }
    .content-list-iconified-row p {
        width: 84%;
    }
    /* ======= Document details ======= */
    .text-controls-page-search {
        display: flex;
        justify-content: center;
    }
    .pagination-wrapper {
        display: flex;
        justify-content: center;
    }
    .document-details-footer-output {
        justify-content: center;
    }
}

/* ===========================================================================================
   ======= Min-width: 480px ======= */

@media (min-width: 480px) {
    /* ======= Main page blue background ======= */
    .intro-img {
        height: 200px;
    }
    /* ======= Content pages ======= */
    .content-list-iconified-row i {
        width: 8%;
    }
    .content-list-iconified-row p {
        width: 86%;
    }
}

/* ===========================================================================================
   ======= Min-width: 768px ======= */

@media (min-width: 768px) {
    /* ======= Main page blue background ======= */
    .intro-img {
        height: 300px;
    }
    /* ======= Content pages ======= */
    .partners-head h3 {
        line-height: 1.1;
    }
    .content-h3 {
        font-size: 1.72em;
    }
    .content-h3+.content-title-seperator {
        width: 68%;
    }
    .content-h4+.content-title-seperator {
        width: 68%;
    }
    .content-list-iconified-row i {
        width: 6%;
    }
    .content-list-iconified-row p {
        width: 92%;
    }
}

/* ===========================================================================================
   ======= Min-width: 992px ======= */

@media (min-width: 992px) {
    /* ======= Main page blue background ======= */
    .intro-img {
        height: 390px;
    }
    /* ======= Content pages ======= */
    .content-list-iconified-row i {
        width: 5%;
    }
    .content-list-iconified-row p {
        width: 93%;
    }
    /* ======= Document details ======= */
    .text-controls-page-search {
        display: flex;
        justify-content: flex-start;
    }
    .pagination-wrapper {
        display: flex;
        justify-content: flex-end;
    }
    .document-details-footer-output {
        justify-content: flex-start;
    }
}

/* ===========================================================================================
   ======= Min-width: 1200px ======= */

@media (min-width: 1200px) {
    /* ======= Main page blue background ======= */
    .intro-img {
        height: 390px;
    }
    /* ======= Content pages ======= */
    .content-list-iconified-row i {
        width: 3%;
    }
    .content-list-iconified-row p {
        width: 95%;
    }
}