/*============================================
            BOOTSTRAP 3 MEDIA QUERIES    
=============================================*/

/* Large Devices (Desktops and Laptops) >=1200px width */
@media (min-width: 1200px) {

    /* OK */

}

/* Medium Devices (Landscape Tablet & Medium Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Mobile Menu */
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
        /* move mobile items to left side of screen */
    }

    .mjwtech-nav-wrapper: padding: 0;
		
	/* Footer */
    #footer-copyrights {
        text-align: center;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {

    /* Mobile Menu */
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
        /* move mobile items to left side of screen */
    }

    .mjwtech-nav-wrapper {
        padding: 0;
    }
	
	#mjwtech-header h3{
		color: #fff;
		font-size: 26px;
		padding: 0;
	}
	
    /* About - remove diagonal border */
    #about-bg-diagonal {
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }

    #about-content-box {
		padding: 60px 0 60px 0;
        width: 100%;
        height: 100%;
    }

	#about .content-title h3 {
		text-align: center;
	}
	
	#about .content-title-underline {
		margin: 0 auto 30px auto;
	}
	
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }


    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
}



/* Extra Small Devices (Smaller Devices) */
@media (max-width: 767px) {

    /* Mobile Menu */
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
        /* move mobile items to left side of screen */
    }

    .mjwtech-nav-wrapper {
        padding: 0;
    }


    /* Buttons */
    .btn-general {
        padding: 6px 22px;
        font-size: 16px;
    }
	
		
	/* Home content */
	#mjwtech-header{
		color: #fff;
		font-size: 22px;
		padding: 0;
	}
	
	/* Home content */
	#home-heading h3 {
		font-size: 40px;
	}
	
	/* Home content */
	#home-heading h1 {
		font-size: 28px;
		font-weight: 0;
	}
	
	#home-heading h1 a {
		font-size: 28px;
	}

    /* About - remove diagonal border */
    #about-bg-diagonal {
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }

    #about-content-box {
		padding: 60px 0 60px 0;
        width: 100%;
        height: 450px;
    }
	
	#about .content-title h3 {
		text-align: center;
	}
	
	#about .content-title-underline {
		margin: 0 auto 30px auto;
	}

    /* Work */
    .img-wrapper img {
        min-width: 100%;
    }

    /* Testimonials */
    .testimonial blockquote {
        padding: 6px 50px;
    }

    .testimonial blockquote:before {
        left: 10px;
    }

    .testimonial blockquote:after {
        right: 10px;
    }

    .testimonial blockquote p {
        font-size: 14px;
    }

    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
	
	.company-logo {
    width: 80px;
    height: auto;
	float: left;
	padding-right: 20px;
}

    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
}



/* Extra Small Devices (Portrait Phones & Smaller Devices) */
@media (max-width: 480px) {
 
	#mjwtech-header{
		color: #fff;
		font-size: 18px;
		padding: 0;
	}

	/* Home content */
	#home-heading h3 {
		font-size: 28px;
	}
	
	/* Home content */
	#home-heading h1 {
		font-size: 24px;
		font-weight: 0;
	}
	
	#home-heading h1 a {
		font-size: 24px;
	}
	
    #about-content-box {
		padding: 60px 0 60px 0;
        width: 100%;
        height: 500px;
    }
	
	#about .content-title h3 {
		text-align: center;
	}

	#about .content-title-underline {
		margin: 0 auto 30px auto;
	}
}



/* Extra Small Devices (Portrait Phones & Smaller Devices) */
@media (max-width: 320px) {

    /* Services */
    .service-item-icon i {
        width: 58px;
        height: 58px;
        padding: 7px;
    }

    .service-item-title h3 {
        font-size: 17px;
    }

    /* About */
    #about-content-box {		
        /*margin-top: 40px;*/
		padding: 60px 0 60px 0;
		width: 100%;
        height: 600px;
    }
	
	#about .content-title h3 {
		text-align: center;
	}
	
	#about .content-title-underline {
		margin: 0 auto 30px auto;
	}

    /* Testimonials */
    .testimonial img {
        max-width: 80px;
    }

    .testimonial blockquote {
        padding: 6px 30px;
    }

    .testimonial blockquote:before {
        left: 7px;
    }

    .testimonial blockquote:after {
        right: 7px;
    }
}