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

Template Name:  Martin - Personal Portfolio html template 
Author: MouriTheme
Version: 1.0
Design and Developed by: MouriTheme

NB: This is the responsive stylesheet of this theme.

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


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        float: none;
        text-align: center; 
    }
    .banner-left h3 {
        font-size: 24px;
    }
    .banner-left h1 {
        font-size: 40px;
    }
    #banner {
	height: 60vh;
}
    .about-text-left {
	margin-top: 40px;
}
    
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    
    .navbar-nav li a {
        float: none;
        text-align: center; 
    }
    .banner-left h3 {
        font-size: 18px;
    }
    .banner-left h1 {
        font-size: 25px;
    }
    .banner-left a {
        padding: 7px 15px;
    }
    .about-text-left {
        margin-top: 60px;
    }
    .about-text-left h3 {
	font-size: 14px;
	letter-spacing: 0;
}
    .about-text-left a {
        padding: 7px 15px;
    }
    .section-title {
        font-size: 25px;
    }
    ul.port-nav-list li {
        margin-bottom: 10px;
    }
    .overlay .overlay-inner h4 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    #testimonial-carousel .item p {
        width: 95%;
    }
    
    .testimonial-carousel .owl-next {
        top: 30%;
    }
    .testimonial-carousel .owl-prev {
        top: 30%; 
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    
    .about-text-left h2{
        text-align: center;
    }

    .about-text-left h3{
        text-align: center;
    }

    .about-text-left p{
        text-align: center;
    }

    .about-text-left a {
        display: block;
        text-align: center;
        float: none;
    }
    .single_contact_info {
	text-align: center;
}
    
}

