﻿/*Home*/
.home .hero {
	background-image: url(../images/rg-hero-images/homepage-hero.png);
}

	.home .hero .text-container {
		justify-content: flex-start;
	}
	.home .hero .text {
		margin-top: 10rem;
		padding: 4rem 0;
	}
	.home .hero .cta-1 {
		margin: 4rem 0;
	}


@media screen and (orientation: portrait) {
	.home .hero {
		background-image: url(../images/rg-hero-images/homepage-hero-mobile.png);
	}
		.home .hero .cta-1 {
			margin: 3rem 0;
		}
}