@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

.cherry-site-banner {
	font-family: 'Raleway', sans-serif;
	background-color: #f62e46;
	overflow: hidden;
	color: #fff;
	opacity: 0;
	background-image: url( '../images/background.png');
	background-size: cover;
	background-attachment: fixed;
}

.cherry-site-banner .inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
}

.banner-item {
	position: relative;
	margin: 10px;
}

.hire-us-button {
	background-color: #fff;
	color: #f62e46;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
	word-wrap: nowrap;
}

.cherry-site-banner .text-1 {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}

.cherry-site-banner .text-2 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

@media (min-width: 600px) {
	.cherry-site-banner .text-1,
	.cherry-site-banner .text-2 {
		font-size: 30px;
	}
	.hire-us-button {
		font-size: 15px;
		margin-left: 30px;
	}
}

@media (min-width: 900px) {
	.cherry-site-banner .inner {
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		padding: 50px 0;
	}
	.cherry-site-banner .text-1,
	.cherry-site-banner .text-2 {
		font-size: 35px;
	}
	.hire-us-button {
		font-size: 20px;
		margin-left: 30px;
	}
}
