/* ~~~~~~~~~~~~~~~~~~~  Large Laptop ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) and (max-width: 1599px) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	/* Footer */
	footer h5 {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 54vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 25%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 345px;
	}

	/* Pallets */
	#pallets-section h4 {
		font-size: 1.25rem;
	}

	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~~~~~~~~~~  Generic Laptop ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	/* Footer */
	footer h5 {
		margin-bottom: 0;
	}

	footer a,
	footer p,
	footer address {
		font-size: .85rem;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 50vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
		width: 80%;
	}

	.title-headline-right {
		font-size: 20px;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 290px;
	}

	/* Pallets */
	#pallets-section h4 {
		font-size: 1.15rem;
	}

	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	#about-section #about-text {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}

	#contact-us-section h5 {
		font-size: .95rem;
	}
}





/* ~~~~~~~~~~~~~~~~~~~  Smallest Laptop ~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1025px) and (max-width: 1199px) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 54vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 35%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 245px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}




/* ~~~~~~~~~~ Standard iPad ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~  Tablet: Landscape ~~~~~~~~~~~~~~~~~~~ */
@media screen 
	and (min-width: 768px)
	and (max-width: 1024px)
	and (orientation: landscape) {
	/* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 52vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 35%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 240px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~~~~~~~~~~  Between md and lg breakpoints ~~~~~~~~~~~~~~~~~~~  */
@media screen 
	and (min-width: 800px)
	and (max-width: 991px) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 42px;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 200px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	footer i {
		font-size: .85rem;
	}

	footer a,
	footer p,
	footer address {
		font-size: .85rem;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 48vh;
	}

	h1.title-banner-left {
		font-size: 42px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 40%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 180px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~ iPad Air ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~  Tablet: Portrait ~~~~~~~~~~~~~~~~~~~ */
@media only screen
	and (min-width: 769px)
	and (max-width: 820px)
	and (orientation: portrait) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 42px;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 32vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 45%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 185px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~ Standard iPad ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~  Tablet: Portrait ~~~~~~~~~~~~~~~~~~~ */
@media only screen
	and (min-width: 481px)
	and (max-width: 768px)
	and (orientation: portrait) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}
	
	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 42px;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 300px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer i {
		font-size: .85rem;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer a,
	footer p,
	footer address {
		font-size: .85rem;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 40vh;
	}

	h1.title-banner-left {
		font-size: 48px;
		top: 50px;
		left: 5%;
	}

	.title-headline-right {
		font-size: 20px;
		width: 45%;
	}

	#sets-us-apart-section i {
		font-size: 52px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 175px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~~~~~~~~~~  Between xs and sm breakpoints ~~~~~~~~~~~~~~~~~~~  */
@media only screen
	and (min-width: 576px) and (max-width: 636px) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 32px;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 200px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* CTA */
	.cta_section h5 {
		font-size: 1rem;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer .col-sm-4 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	footer #sac-footer-col,
	footer #hanford-footer-col {
		margin-top: 15px;
		flex: 0 0 50%;
    	max-width: 50%;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 42vh;
	}

	h1.title-banner-left {
		font-size: 36px;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}

	.title-headline-right {
		font-size: 20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 60%;
	}

	#sets-us-apart-section i {
		font-size: 60px;
		padding: 5px;
	}

	#count-on-section h3 {
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 120px;
	}

	#products-text-section .card-body {
		padding: 1rem;
	}

	#products-text-section .card-body a {
		font-size: 1.15rem;
	}

	/* Pallets */
	#pallets-section h4 {
		font-size: 1.15rem;
	}

	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */
	#skids-section .col-sm-6 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	#skids-section .col-6 {
		flex: 0 0 50%;
    	max-width: 50%;
	}

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
		flex: 0 0 100%;
    	max-width: 100%;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}





/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Landscape ~~~~~~~~~~~~~~~~~~~  */
@media only screen
	and (max-height: 481px)
	and (max-width: 964px)
	and (orientation: landscape) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 36px;
	}

	.card .card-body {
		padding: 1rem;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 200px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* Call to Action */
	.cta_section {
		padding: 15px 0;
	}

	.cta_section h5 {
		font-size: 1.15rem;
		margin-bottom: 0;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer #sac-footer-col,
	footer #hanford-footer-col {
		margin-top: 0;
	}

	footer .col-sm-4 {
		padding-right: 10px;
		padding-left: 0px;
	}

	footer i {
		font-size: .85rem;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer a,
	footer p,
	footer address {
		font-size: .85rem;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 72vh;
	}

	h1.title-banner-left {
		font-size: 36px;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}

	.title-headline-right {
		font-size: 20px;
		right: 0;
		width: 100%;
	}

	#sets-us-apart-section i {
		font-size: 60px;
		padding: 5px;
	}

	#count-on-section h3 {
		font-size: 1.5rem;
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	#products-text-section .card-img-top {
		max-height: 165px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .card,
	#contact-us-section #hanford-contact .card {
		height: 450px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}

}





/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Portrait ~~~~~~~~~~~~~~~~~~~  */
@media only screen
	and (max-width: 480px) 
	and (orientation: portrait) {
    /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
	h4 {
		font-size: 1.25rem;
	}

	section {
		padding: 15px 0;
	}

	.jumbotron.jumbotron-fluid {
		padding: 2rem 0;
		margin-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 36px;
	}

	.card .card-body {
		padding: 1rem;
	}

	/* Nav Bar */
	#header .navbar .navbar-brand img {
		width: 200px;
	}

	#header .navbar i {
		margin-top: 5px;
	}

	/* Call to Action */
	.cta_section {
		padding: 15px 0;
	}

	.cta_section h5 {
		font-size: 1.15rem;
		margin-bottom: 0;
	}

	/* Footer */
	footer {
		padding: 10px;
	}

	footer img {
		margin: 25px 0;
	}

	footer #sac-footer-col,
	footer #hanford-footer-col {
		margin-top: 15px;
	}

	footer h5 {
		margin-bottom: 0;
	}

	footer p {
		display: inline;
	}

	footer address {
		margin-bottom: 0;
	}

	/* ~~~~~~~~~~~~~~ Home ~~~~~~~~~~~~~~ */
	.slider-container {
		height: 40vh;
	}

	h1.title-banner-left {
		font-size: 26px;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}

	.title-headline-right {
		font-size: 18px;
		right: 0;
		width: 100%;
	}

	#sets-us-apart-section .col-md-4 {
		color: white;
		padding: 10px 15px;
	}

	#sets-us-apart-section i {
		font-size: 60px;
		padding: 5px;
		margin-bottom: 0;
	}

	#count-on-section h3 {
		font-size: 1.5rem;
		text-align: center;
		margin-top: .5rem;
	}

	/* ~~~~~~~~~~~~~~ Services ~~~~~~~~~~~~~~ */
	#services-bg-section {
		background-position: 55% 50%;
	}

	#services-text-section #recycling-col {
		border-top: 1px solid black;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid black;
		padding: 15px;
		margin: 15px 0;
	}

	/* ~~~~~~~~~~~~~~ Products ~~~~~~~~~~~~~~ */
	#products-bg-section {
		background-position: 50% 5%;
	}

	#products-text-section .card {
		margin-bottom: 15px;
	}

	/* Pallets */
	#pallets-section img {
		margin-bottom: 15px;
	}

	/* Skids */

	/* Custom Crates */

	/* ~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~ */
	#about-bg-section {
		background-position-y: 85%;
	}

	/* ~~~~~~~~~~~~~~ Contact ~~~~~~~~~~~~~~ */
	#contact-bg-section {
		background-position-y: 65%;
		background-position-x: 50%;
	}

	#contact-us-section #contact-card #contact-form button {
		margin-top: 15px;
	}

	#contact-us-section #sacramento-contact .col-12,
	#contact-us-section #hanford-contact .col-12,
	#contact-us-section #contact-form-col {
		padding-right: 5px;
		padding-left: 5px;
	}

	#contact-us-section #contact-card {
		margin-top: 15px;
	}
}