@media (min-width: 768px) and (max-width: 1024px) {

    /* TOP BAR ELEMENTS */
	/* Add these style if too many nav items crowd right display */
	/*.responsive-logo {
		width: 100%;
		position: relative;
		text-align: center;
		margin-top: 10px;
		padding-top: 5px;
	}
    .responsive-logo a {
		float: none !important;
	}
	.responsive-nav {
		text-align: center;
		width: 100%;
		padding-top: 0px;
	}
	.responsive-nav li {
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
	.navbar-brand {
		width: 100%;
	}
	.navbar-brand img {
		margin: auto;
	}*/


    /* HOME */
	.intro {
		/*margin-top: 31%;*/
		line-height: 3.438rem !important;
		font-size: 3.813rem;
	}
	#home .intro-sub {
		font-size: 2.2rem; !important;
	}

    /* ABOUT US */
	.big-intro {
		text-align: center !important;
	}
	.about-us .column {
		margin-bottom: 40px;
	}
	.skills {
		margin-bottom: 78px !important;
	}

    /* FOOTER */
	footer {
		padding-top: 40px;
	}
	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
     .navbar-right {
        /*float: none !important;*//*removed to prevent left align of nav*/
        margin: auto;
        margin-left: 130px;
    }

	 /* ABOUT US */
	.big-intro {
		text-align: right !important;
	}
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {

	html {
        font-size: 90%;
    }
    .bs-navbar-collapse {
		border: 0;
	}
	.navbar-inverse .navbar-nav {
		padding-left: 10px;
		line-height: normal;
		text-align: center;
	}
	.navbar-inverse .navbar-nav>li {
		display: inline-block;
		margin-bottom: 0;
	}
    /* HOME */
	.header {
		min-height: inherit;
		padding-bottom: 75px;
	}
	.intro {
	    margin-top: 30%;
		line-height: 3.438rem !important;
		font-size: 3.813rem;
	}
	.intro-sub {
	    font-size: 2.2rem; !important;
	}

      /* ABOUT US */
	.big-intro {
		text-align: center !important;
		font-size: 8vw !important;
	}
	.about-us .column {
		margin-bottom: 40px;
	}
	.skills {
		margin-bottom: 78px !important;
	}

      /* FOOTER */
	footer {
		padding-top: 40px;
	}
	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
	#newOwnerContent {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {

	html {
        font-size: 70%;
    }
	.responsive-logo img {
        width: 100%;
    }
	.navbar-brand {
    	width: 50%;
	}
	.navbar-brand-svg {
    	width: 100%;
	}
	.contact .logo-lg {
		width: 196px;
		height: 300px;
	}
    #main-nav {
        min-height: 50px;
    }
	.intro {
		margin-top: 40%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}
    .about,.schedule,.new-students,.testimonial,.contact {
	padding-top: 100px;
	}
	.challenge {
	padding-top: 0px;
	}
    .buttons {
	    margin-bottom: 0;
	    margin-top: 30px;
	}
    .custom-button {
        padding: 10px 18px;
    }
    h2 {
		font-size: 6.5vw !important;
	}
	h3 {
        font-size: 1.7rem;
    }
}

@media (max-width: 320px) {

    html {
        font-size: 62.5%;
    }
    body {
        font-size: 1.3rem;
    }
	.about,.packages,.schedule,.new-students,.testimonial,.contact {
	padding-top: 70px;
	}
	.challenge {
	padding-top: 0px;
	}

    h3 {
        font-size: 1.7rem;
    }
    .intro {
        margin-top: 50%;
		line-height: 3.1rem !important;
		font-size: 2.1rem;
	}
}