/* =================================================

Template Name:  Diba - One Page Portfolio html Template
Author: MouriTheme
Version: 1.0
Design and Developed by: MouriTheme

NB: This is the responsive stylesheet of this theme.

=================================================== */




/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
    .navbar-nav > li {
        text-align: center;
    }    
    .ah-words-wrapper {
        text-align: center;
    }
    
    #social-network h2 {
        font-size: 1.2em;
        line-height: 1.55em;
    }
    #social-network a {
        padding: 5px 15px;
    }
    .skills-left img {
         width: 100%; 
    }
    ul.port-nav-list li {
        margin-bottom: 10px;
    }
    .section-heading h2 {
        font-size: 20px;
    }
    .single-testimonial {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li > a {
        padding-top: 5px;   
    }
    .skills-left {
        text-align: center;
    }
}