@media(min-width: 1200px){

	/*
    Search bar Styles
     */

	/*
    Button Effects Primary and Secondary Global
     */
	.topsection-btn{
		white-space: nowrap;
		font-size: 16px;
		margin-top: 20px !important;
	}

	/*
    Logo Navbar Styles
     */

	.topsection-menu{
		white-space: nowrap;
		font-size: 18px !important;
		padding-right: 20px !important;
	}
	.topsection-menu-2 {
		white-space: nowrap;
		font-size: 18px;
	}
	a.topsection-menu-2 { 
		padding-right: 25px;
	}
	/*
    Document Default Styles
     */


	/*
    Section Manipulation Styles
     */
	.topsection {
		padding: 10px;
		width: 70%;
		float: left !important;
		padding-right: 100px;
		margin-bottom: 20px;
	}
	.topsection-overlay {
		float: right !important;
		width: 100%; /*important*/
		margin-top: -280px;
		margin-right: -100px;
	}
	.topsection-right.topsection-overlay {
		float: left !important;
		margin-right: 0;
		margin-left: -75px;
		width: 40%;
		margin-top: -240px;
	}
	.promo-section{
		width: 100% !important;
		margin-left: 0px !important;
		padding: 5px;
	}
	.promo-picture{
		margin-left: 10px !important;
		margin-top: -300px !important;
	}

	/*
    Text styling stuff
    */

	.topsection-title {
		font-size: 40px;
	}
	.topsection-description {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.baby-effect:after {
		top: 10px;
		left: 5px;
		right: 5px;
		bottom: 10px;
		height: 40%;
		width: 100%;
	}

	.carousel-learn-prev {
		margin-left: -40px;
	}

	.carousel-learn-next{
		margin-right: -40px;
	}

	/*
	Testimonial Section
	*/
	.carousel .testimonial::after {
		left: 30% !important;
	}

	.carousel-text{
		font-size: 14px;
	}

	.person-text{
		margin-left: 350px !important;
	}

	.carousel-testimonial-prev {
		margin-left: 95px;
	}

	.carousel-testimonial-next{
		margin-right: 115px;
	}
	
	.side-border-right {
		border-right: 5px solid #2aa0b2;
		margin-right: 15px;
		padding-right: 30px;
	}

	.side-border-right .topsection-title {
		text-align: right;
	}
	
	.indent-content-left {
		margin-left: -5rem;
		left: -15px;
	}
	
	.about-hero.topsection-overlay {
		margin-top: -270px;
    	margin-right: -175px;
	}
}
