@media only screen and (max-width: 1200px) {

    .btn.btn-outline-secondary {
        padding: 0px 15px !important;
        width: auto !important;
        min-width: auto !important;
        border: none;
        font-size: 1.5rem;
        color: #fff;
        transition-duration: 0.35s;
    }
    body #nav-main .btn.btn-outline-secondary {
        color: #182051 !important;
        margin-top: 7px;
    }
    nav#nav-main {
        padding: 30px 0;
    }
    .navbar-brand .logo {
        min-width: 100px;
        max-width: 200px;
        top: 35px;
    }
    .navbar-nav .nav-link {
        padding: 15px !important;
    }

    .sociallinks a {
        font-size: 0.8rem;
    }
	#page {
		overflow-x: hidden !important;
	}D

}
@media only screen and (max-width: 820px) {

    section#home h1 {
        font-size: 2.7rem;
    }
    .sociallinks a {
        font-size: .65rem;
    }
	#page {
		overflow-x: hidden !important;
	}


}
@media only screen and (max-width: 480px) {

    body {
        font-size: 1rem !important;
    }
    body #nav-main {
        padding: 15px 0;
    }
    body .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.9) !important;
        padding: 20px 10px !important;
    }

    body:not(.home) .single-hero {
        margin-top: 65px;
    }

    #page {
        overflow-x: hidden;
    }
    
    .navbar-brand .logo {
        margin: 1px 0 0 0;
        max-height: 50px !important;
        max-width: inherit !important;
        top:10px;
    }
    .footer_widget .wp-block-image {
    text-align: center;
    margin: 0 auto;
    }

    body #nav-main.nav-scroll .btn.btn-outline-secondary {
        transition-duration: 0.35s;
    }
    .btn {min-width: 100%;}

    .btn {
        margin: 15px 10px 0 0;
        z-index: 999;
        position: relative;
    }

    footer {
        text-align: center;
    }
    .footer_widget .wp-block-image {
        text-align: center;
        margin: 0 auto;
    }
    .sociallinks a {
        font-size: 0.75rem;
    }


    section#home h1 {
        font-size: 2.7rem;
    }
    section#home H1 strong {
        font-size: 4rem;
    }
    section#home h1 {
        font-size: 2.25rem;
    }
    section#home {
        padding: 25vh 0 40vh;
    }

    #action h2 {
        font-size: 2.5rem;
        text-align: center;
    }


    .owl-nav {
        display: block;
        margin: 50px auto 0;
        width: 80%;
    }
    
    

    #footer_action .wpcf7 input.wpcf7-submit {
        width: 100%;
    }
    #footer_action .wpcf7 {
        width: 100%;
    }



    header.entry-header h1 {
        font-size: 2rem;
    }
	.internal h2 {
    font-size: 2rem;
}
    .entry-meta .text-right {
        text-align: left !important;
    }
	
	.mobile_only {display:block;}
	.paper-links {display: none !important;}
	
	#quote h3 p, #quote2 h3 p {
    font-size: 1.3rem;
}
	section#quote {
    padding: 230px 0 120px;
    background-position: -530px center !important;
}
	section#quote2 {
    background-position: 90% top !important;
}
section#quote .text-center, section#quote2 .text-center {
    padding: 250px 10px 30px;
    margin-bottom: -50px;
    position: relative;
    z-index: 99;
}
section#quote:after, section#quote2:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background: rgb(24,32,81);
    background: linear-gradient(180deg, rgba(24,32,81,0) 0%, rgba(24,32,81,1) 100%);
}

  }




@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.navbar-nav .nav-link {
    	padding: 40px 8px !important;
	}
    .navbar-brand .logo {
        max-width: 200px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 1199px) {
body #nav-main .btn.btn-outline-secondary {
    padding: 10px 0 !important;
}
	.navbar-brand .logo {
    top: 25px;
}
}