/*==================================================
			Bootstrap 3 Media Queries         
==================================================*/


/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
    /* OK */
}


/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Mobile menu */
    /*.navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }*/
    .mathvrisfun-nav-wrapper {
        padding: 0;
    }
}


/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
    /* Mobile menu */
    /*.navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }*/
    .mathvrisfun-nav-wrapper {
        padding: 0;
    }
    /* About - remove diagonal border */
    #about-bg-diagonal {
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }
    #about-content-box {
        width: 100%;
        height: 350px;
    }
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    /* Mobile menu */
    .navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .mathvrisfun-nav-wrapper {
        padding: 0;
    }
	.navbar-brand {
		padding: 12px 0px;
	}
	.navbar-toggle{
		margin-right: 0;
	}
    /* Home */
    #home-heading h3 .title {
		font-size: 45px;
	}
	#home-heading h3 .content {
		font-size: 38px;
	}
	#home-message{
		font-size: 16px;
		margin: 30px 20px;
	}
    /* Buttons */
    .btn-general {
        padding: 10px 22px 10px 22px;
        font-size: 14px;
    }
    /* Comming Soon */
    #coming-soon h1{
		font-size: 50px;
	}
	#coming-soon p{
		font-size: 22px;
	}
	.digit {
		font-size: 54px;
	}
	.dash_title {
		font-size: 18px;
	}
	.hours_dash:after { 
		display: none; 
	}
	/* Contact */
	#contact-right h3{
		font-size: 30px;
	}
    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
}


/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
    /* OK */
	#home-heading h3 .title {
		font-size: 39px;
	}
	#home-heading h3 .content {
		font-size: 32px;
	}
	#home-message{
		margin: 30px 10px;
	}
	.content-title h3 {
		font-size: 38px;
	}
	 /* Comming Soon */
    #coming-soon h1{
		font-size: 42px;
	}
	#coming-soon p{
		font-size: 20px;
	}
	.digit {
		font-size: 48px;
	}
	.dash_title {
		font-size: 16px;
	}
	/* Contact */
	#contact-right h3{
		font-size: 26px;
	}
	.content-holder{
		padding: 10px 30px;
	}
}


/* 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;
    }
    /* Testimonials */
    .testimonial img {
        max-width: 80px;
    }
    .testimonial blockquote {
        padding: 6px 30px;
    }
    .testimonial blockquote:before {
        left: 7px;
    }
    .testimonial blockquote:after {
        right: 7px;
    }
	.btn-rounded {
		font-size: 18px;
	}
	.service-content-box {
		padding: 10px 20px 60px;
	}
}