/* This is the media query for very small devices AKA Mobile*/
@media (max-width: 575.98px) {

    /*
    Search bar Styles - No Mobile Tweaks
     */

    /*
    Button effects for mobile
    */

    .btn{
        /*width: 100% !important;*/
    }

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

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

    .btn-half{
        width: 60% !important;
        font-size: 20px !important;
    }

    /*
    Nav bar mobile specific settings
     */
    .navbar{
        padding: 8px !important;
        width: 100% !important;
    }

    /*
    Document Default Styles
     */

    /*
    Section Manipulation Styles
     */

    .mobile-block {
        display: inline-block;
        position: relative;
    }

    .mobile-center {
        text-align:center
    }

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

    .promo-picture{
        display: none;
    }

    .row-spacer{
        margin-top: 60px;
    }

    .general-section{
        margin-top: 50px !important;
    }

    .general-divider{
        margin-bottom: 10px;
    }

    .small-hide{
        display:none;
    }

    /*
    Text styling stuff
    */

    .works-title {
        font-size: 18px !important;
        width: 100%;
    }

    .baby-effect:after {
        top: 10px;
        left: 0px;
        right: 0px;
        bottom: 10px;
        height: 40%;
        width: 15px;
    }

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

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

    .person-text{
        margin-left: 200px !important;
		text-align: center;
    }

    .carousel-testimonial-prev {
        display:none;
    }

    .carousel-testimonial-next{
        display:none;
    }
	
	.topsection-right.topsection-overlay {
		float: none !important;
		margin-right: 0;
		margin-top: 1rem;
		width: 100%;
		max-width: 100%;
	}
	
	.about-hero.topsection-overlay {
		float: none !important;
		margin-top: 0;
		width: 75%;
		margin: 0 auto !important;
		display: block;
	}

		.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";
	}
	
	.navbar.secondary {
		display: none;
	}
	
	.navbar-logo-top {
		top: 0;
	}
}
