/* hiring styles */	

.italic-text {
	font-style: italic;
}

.hiring-pos-title {
	font-size: 36px;
	color: #796749;
	text-align: center;
	letter-spacing: .5px;
	
	margin-top: 0;
	padding-top: 30px;
}

.hiring-pos-container {
	margin: 40px;
	padding-bottom: 20px;
	
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
	gap: 30px;
}

.hiring-pos {
	width: 30%;
	max-width: 420px;
	text-align: center;
}

.hiring-pos-name {
	font-size: 22px;
	letter-spacing: 1px;
	color: #1d1d1d;
}

.hiring-pos-desc {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	color: #1d1d1d;
	margin-bottom: 40px;
	line-height: 2em;
}

.btn-container {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.hb {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-radius: 300px;
	border-color: #1d1d1d;
	
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	color: #1d1d1d;
	text-align: center;
	
	padding: 10px 20px;
	transition: .2s;
	width: auto;
}

.hb:hover {
	cursor: pointer;
}

.hiring-btn {
	background-color: #1d1d1d;
	border-color: #1d1d1d;
	color: white;
}

.learn-btn {
	background-color: transparent;
	border-color: #1d1d1d;
	color: #1d1d1d;
	margin-right: 5px;
}


.hiring-vid-container {
	width: 325px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tiktok-container {
	width: 325px;
	height: 636px;
	border-radius: 12px;
	overflow:hidden;
	
	background-color: rgba(184, 210, 51, .8);
}

.tiktok-link {
	text-decoration: none;
}

.tiktok-caption {
	width: 325px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	
}

.tiktok-logo {
	width:110px;
}

.hiring-tiktok-tag {
	text-align: center;
	color: black;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 0;
	
}

#hq-roles {
	max-width: min(90%, 810px);
	margin: 0 auto;
	text-align: center;
}
	

@media screen and (max-width: 1000px) {
	.hiring-pos-container {
		flex-direction: column;
		align-content: center;
		margin-top: 20px;
	}
	
	.hiring-pos-title {
		font-size: 24px;
	}
		
	
	.hiring-pos {
		width: 90%;
		padding-bottom: 20px;
	}
	
	.hiring-pos-name {
		font-size: 20px;
	}
	
	.hiring-pos-desc {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.hiring-btn {
		font-size: 12px;
	}
	
}

