@media(min-width: 576px){

	/*
	Search bar Styles
	 */

	/*
    Button Effects Primary and Secondary Global
     */

	.topsection-btn{
		white-space: nowrap;
		font-size: 16px;
		margin-top: 10px;
	}

	.btn-group{
		width: 100%;
		margin-right: 200px;
	}

	/*
    Logo Navbar Styles
     */

	.topsection-menu, .topsection-menu-2 {
		white-space: nowrap !important;
	}
	.navbar-nav.topsection-menu-2 {
		padding: 2px 7px;
	}

	/*
    Document Default Styles
     */

	/*
    Section Manipulation Styles
     */
	.topsection {
		width: 100%;
		align: left;
		margin: 5px;
		padding: 5px;
		float: left;
	}

	.topsection-overlay {
		width: 40%; /*important*/
		margin-top: -125px;
	}
	
	.topsection-right.topsection-overlay {
		float: none !important;
		margin-right: 0;
		margin-top: 1rem;
		width: 100%;
		max-width: 100%;
	}

	.topsection.topsection-right {
		float: right !important;
		padding-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.promo-section{
		width: 580px !important;
	}

	.promo-picture{
		margin-left: 0px;
		margin-top: -325px;
		width: 40% !important;
		height: 40% !important;
	}


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

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

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

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

    .carousel-testimonial-next{
        margin-right: 0px;
    }

	.navbar-toggler-icon {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 3rem;
		line-height: 150%;
	}

	.navbar-toggler-icon:after {
		content: "\f0c9";
	}
	
	.about-hero.topsection-overlay {
		margin-top: -200px;
    	margin-right: -20px;
	}

}
