* {
 	box-sizing: border-box;
}

/* Elements */
body {
	font: 1em/1.5 Verdana, Arial, sans-serif;
	color: #47566a;
	margin: 0;
}

#th hr {
	margin: 0;
	background-color: #47566a;
	border: none;
}

#th button {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0.8rem 2rem;
	border-style: none;
	border-radius: .8rem;
	cursor: pointer;
	transition: .6s;
}

#th button:hover {
	opacity: .6;
}

#th a {
	text-decoration: none;
	color: #4d7fde;
}

#th a:hover {
	cursor: pointer;
	opacity: .6;
}

/* Class Selectors */
#th .main-container,
#th .main-join,
#th .main-app,
#th .our-fees,
#th .steps-container,
#th .steps,
#th .jobs,
#th .job-info,
#th .our-promise,
#th .promise-image,
#th .ready,
#th .need-help {
	display: flex
}

#th .main-image {
	padding: 7rem 0;
	background:url("../images/home_carpenter.png");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#th .main-container {
	justify-content: space-around;
	max-width: 1200px;
	margin: 0 auto;
}

#th .main-join {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 1rem;
	padding: 3rem;
	flex-basis: 52%;
	flex-direction: column;
}

#th .main-join h1 {
	font-size: 2.1rem;
	margin-top: 0;
}

#th .main-join p {
	margin: .5rem 0;
	font-size: 1.15rem;
}

#th .main-join button {
	font-size: 1.8rem;
	background-color: #2ca73d;
	margin: 1rem 1rem 0 0;
	align-self: flex-end;
}

#th .main-app {
	background-color: #47566a;
	color: #fff;
	border-radius: 1rem;
	padding: 1rem 2rem 0 2rem;
	flex-basis: 38%;
}

#th .main-app-text {
	align-self: center;
}

#th .main-app h2 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 2rem;
}

#th .app {
	align-self: flex-end;
	height: 345px;
}

#th .app-small {
	display: none;
}

#th .call-to-action {
	background-color: #f3f3f3;
}

#th .our-fees {
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 2rem 1rem;
}

#th .our-fees p {
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.6;
	flex-basis: 72%;
}

#th .our-fees button {
	background-color: #4d7fde;
	padding: 0.8rem;
	flex-basis: 22%;
}

#th .how-it-works {
	padding: 4rem 0;
}

#th .how-it-works h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 0 3rem;
}

#th .steps-container {
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-around;
}

#th .steps {
	flex-direction: column;
	max-width: 280px;
}

#th .steps img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
}

#th .steps h3,
#th .steps p {
	text-align: center;
}

#th .steps h3 {
	margin-bottom: 0;
}

#th .how-it-works button {
	display: block;
	margin: 3rem auto 0;
	background-color: #2ca73d;
}

#th .our-members {
	background-color: #47566a;
	color: #fff;
	padding: 4rem 0;
}

#th .our-members-container {
	max-width: 1200px;
	margin: 0 auto;
}

#th .our-members-container h2 {
	margin: 0 0 2rem 2rem;
	font-size: 1.8rem;
}

#th .test-container {
	max-width: 1000px;
	margin: 0 auto;
}

#th .test {
	border: 2px solid #fff;
	border-radius: 1rem;
	padding: 1rem 2rem;
	margin: 0 2rem;
	min-height: 236px;
	position:relative;
}

#th .margin-right {
	margin-right: 3rem;
}

#th .margin-left {
	margin-left: 3rem;
}

#th .member-test {
	font-style: italic;
	text-align: center;
}

#th .member-name {
	position: absolute;
    bottom: 0;
	right: 0;
	margin: 0 2rem 1rem 0;
}

#th .two-column {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4rem 0;
	justify-content: space-between;
}

#th .our-jobs {
	flex-basis: 55%;
}

#th .our-jobs h2 {
	font-size: 2.4rem;
}

#th .recent-jobs {
	flex-basis: 35%;
}

#th .recent-jobs-list {
	border: 2px solid #47566a;
	border-radius: 1rem;
	margin-top: 2rem;
	padding: 1rem;
	min-height: 426px;
}

#th .job h5 {
	font-size: 1rem;
	margin: 0;
}

#th .job p {
	font-size: .9rem;
	margin-top: .3rem;
}

#th .job-info {
	justify-content: space-between;
}

#th .job-info p {
	font-size: .8rem;
	margin: 0;
}

#th .job-divider {
	height: 2px;
	margin: 1rem 0;
}

#th .more-jobs {
	text-align: center;
	margin-bottom: 0;
}

#th .ready {
	align-items: center;
	justify-content: space-between;
	margin: 3rem auto 0;
	max-width: 800px;
	padding: 2rem 1rem;
}

#th .ready p {
	text-align: center;
	font-size: 1.4rem;
	flex-basis: 66%;
}

#th .ready button {
	background-color: #2ca73d;
	flex-basis: 30%;
}

#th .promise-image {
	flex-basis: 31%;
}

#th .promise-image img {
	width: 380px;
	align-self: center;
}

#th .promise h2 {
	font-size: 2.4rem;
}

#th .promise {
	flex-basis: 55%;
}

#th .need-help-wrapper {
	background-color: #f3f3f3;
	padding: 2rem 1rem;
	margin-top: 3rem;
}

#th .need-help-wrapper h3 {
	text-align: center;
	font-size: 1.4rem;
}

#th .need-help {
	align-items: center;
	justify-content: space-between;
	margin: 1rem auto 1rem;
	max-width: 800px;
}

#th .need-help p {
	text-align: center;
	font-size: 1.2rem;
	flex-basis: 66%;
}

#th .need-help button {
	background-color: #4d7fde;
	flex-basis: 30%;
}

/* Media Queries */

@media (max-width: 1190px) {
	#th .main-join {
		padding: 2rem;
	}
	#th .main-join button {
		font-size: 1.4rem;
	}
	#th .main-app h2 {
		font-size: 1.2rem;
	}
	#th .app {
		width: 50%;
		height: 95%;
	}
}

@media (max-width: 1080px) {
	#th .main-join h1 {
		font-size: 1.6rem;
	}
	#th .main-join p {
		font-size: 1.1rem;
	}
	#th .recent-jobs {
		margin-bottom: 3rem;
	}
}

@media (max-width: 1035px) {
	#th .main-image {
		padding: 5rem 0;
	}
	#th .main-join button {
		font-size: 1.2rem;
	}
	#th .main-join h1 {
		margin-bottom: .3rem;
	}
	.main-join p {
		font-size: 1rem;
	}
	#th .main-app {
		flex-direction: column;
		justify-content: space-between;
	}
	#th .app {
		display: none;
	}
	#th .app-small {
		display: block;
		margin: 0 auto;
	}
	#th .main-app h2 {
		font-size: 1.45rem;
		margin-bottom: 1rem;
	}
	#th .main-app p {
		display: none;
	}
	#th .main-join p {
		font-size: 1.05rem;
	}
	#th .main-app h2 {
		font-size: 1.3rem;
		text-align: center;
	}
	#th .two-column {
		padding: 0 2rem;
		margin-top: 3rem;
	}
	#th .our-jobs {
		flex-basis: 57%;
	}
	#th .recent-jobs {
		flex-basis: 37%;
	}
}

@media (max-width: 1035px) {
	#th .our-promise {
		justify-content: space-around;
	}
	#th .promise-image img {
		width: 95%;
	}
	#th .promise-image {
		flex-basis: 34%;
	}
	#th .promise {
		flex-basis: 55%;
	}

}

@media (max-width: 835px) {
	#th .main-join h1 {
		font-size: 1.4rem;
		margin-bottom: .3rem;
	}
	#th .main-join button {
		margin-top: .3rem;
	}
	#th .main-app h2 {
		font-size: 1.2rem;
	}
	#th .our-fees {
		display: block;
	}
	#th .our-fees button {
		display: block;
		margin: 1rem auto;
		font-size: 1.2rem;
	}
	#th .how-it-works h2 {
		font-size: 1.6rem;
	}
	#th .steps-container {
		margin: 0 .5rem;
	}
	#th .steps img {
		max-width: 100px;
	}
}

@media (max-width: 744px) {
	body {
		font-size: 1.2rem;
	}
	#th .main-image {
		padding: 3rem 0;
	}
	#th .main-container {
		display: block;
	}
	#th .main-join {
		margin: 0 2rem 2rem;
	}
	#th .main-join h1 {
		font-size: 2rem;
	}
	#th .main-join p {
		font-size: 1.2rem;
	}
	#th .main-app {
		margin: 0 2rem;
	}
	#th .main-app h2 {
		font-size: 1.4rem;
	}
	#th .how-it-works h2 {
		font-size: 1.4rem;
		padding: 0 1rem;
	}
	#th .steps-container {
		display: block;
	}
	#th .steps {
		margin: 2rem auto;
	}
	#th .steps img {
		max-width: 120px;
	}
	#th .our-members-container h2 {
		font-size: 1.6rem;
	}
	#th .test {
		padding: 0.5rem 1rem;
		min-height: 280px;
	}
	#th .two-column {
		display: block;
	}
	#th .two-column h2 {
		font-size: 2rem;
	}
	#th .our-jobs {
		margin-bottom: 3rem;
	}
	#th .promise-image img {
		width: 70%;
		display: block;
		margin: 1rem auto;
	}
}

@media (max-width: 744px) {
	#th .main-join {
		padding: 1.5rem;
	}
	#th .main-join button {
		margin-top: 1rem;
	}
	#th .ready,
	#th .need-help {
		display: block;
	}
	#th .ready button,
	#th .need-help button {
		display: block;
		margin: 0 auto;
		font-size: 1.2rem;
	}
}

@media (max-width: 367px) {
	#th .main-join {
		padding: .7rem;
	}
	#th .main-app img {
		width: 90%;
	}
	#th .how-it-works button {
		font-size: 1.2rem;
		padding: .8rem 1rem;
	}
}
