body{
    font-family: 'tradegothic_condensed', CenturyGothic, sans-serif;
	background-color:#EAE5EB;
	font-size:1.5vw;
}

/* ------------------- general */


div#wrap{
	margin-top:2% !important;
}

.hMainDiv{
	padding-left:5vw;
	padding-top:5vw;
	padding-bottom:5vw;
}

.headerText1{
	font-size:5vw;
	font-weight:1000;
}

#nav-wrapper{
	margin-top:0 !important;
}

.colContainer{
	display:flex;
	flex-direction:column;
}

.bgImg{
	background-size:cover;
}

.vSmallHeader{
	font-size:1.4vw;
	font-weight:bold;
	color:#38133A;
	margin-bottom:1.3vw;
}

.stdDivComponent{
	margin-bottom:3vw;
}

button{
	background:none;
}

button:hover{
	background:none;
}

/* .applyButton{
	background:none;
	background-image:none;
	background-color:red;
	color:white;
	border-radius:10vw;
	margin-bottom:3vw;
	font-weight:100;
	width:20vw;
	text-align:center;
	padding: 2vw 0;
	background-color:#b50f0f;
	font-size:2vw;
}

.applyButton:hover{
	background:none;
	background-image:none;
	background-color:red;
	color:white;
	border-radius:10vw;
	margin-bottom:3vw;
	font-weight:100;
	width:20vw;
	text-align:center;
	padding: 2vw 0;
	background-color:#b50f0f;
	font-size:2vw;
} */

.applyButton{
	-webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    background: #B3000C;
    padding: 12px 24px;
    font-family: var(--cg-font);
    box-shadow: none;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    margin: 0px 10px 2%;
    transition: all .1s ease-out;
    width: 175px;
	height: 50px;
	margin: 5px 20px 5px 0;
	font-weight: 100;
	font-size: 15px;
}
.applyButton:hover{
	background: #B3000C;
	color:#FFFFFF;
}


	@media only screen and (max-width:900px){
		.hMainDiv{
			padding-left:0;
		}

		.smallHeader{
			font-size:6vw;
		}
		
		.stdDivComponent{
			margin-bottom:6vw;
		}
		
		.headerText1{
			font-size:7.5vw;
		}
		
		.vSmallHeader{
			font-size:2.7vw;
		}

		.applyButton{
			width:35vw;
			font-size:3vw;
		}
		
		
	}
	
	
	
	@media only screen and (max-width:500px){	
		.headerText1{
			font-size:12vw;
			text-align:center;
		}

		.vSmallHeader{
			font-size:5vw;
		}
		
		.stdDivComponent{
			margin-bottom:9vw;
		}
		
		.applyButton{
			width:45vw;
			font-size:4vw;
		}

	}
	

	
/*     ----------- /general */

#splash{
	background-color:white;
	padding-left:7vw;
}

#indentedPartOfSplash{
	margin-left:2vw;
}

#splashLogo{
	width:25vw;
	height:10.4vw;
	background-image:url("../../images/hatcherySocial/Hatchery Social Logo.png");
}

#splashPara1{
	color:#333;
	font-weight:100;
}

#mainPara1{
	margin-top:2vw;
}

#mainParagraphs .vSmallHeader{
	width:60vw;
	line-height:1.3em;
	color:#333;
	font-weight:100;
}

#mainParagraphs{
	background-color:#EAE5EB;
}

#splashPara3{
}

@media only screen and (max-width:900px){

	#splash.colContainer{
		align-items:center;
	}
	
	#splashLogo{
		width:100vw;
		height:41.6vw;
		margin-top:5vw;
	}
	#splashPara1{
		font-size:6.5vw;
		width:80vw;
		margin-top:8vw;
		margin-bottom:16vw;
		text-align:center;
	}
	#mainPara1{
		margin-top:3vw;
	}

	#mainParagraphs{
		align-items:center;
	}
	#mainParagraphs .vSmallHeader{
		width:82vw;
	}

}

@media only screen and (max-width:500px){
	#splashLogo{
		width:83.3vw;
		height:34.7vw;
		margin-top:20vw;
	}
	#mainPara1{
		margin-top:7vw;
	}
}

/* -------------- /splash */

/* -------------- readyToMake   */
#readyToMake{
	align-items:center;
	background-color:white;

}

#readyHeader{
	color:#333;
	margin-bottom:5vw;
}


@media only screen and (max-width:900vw){
	#readyHeader{
		width:80vw;
		text-align:center;
		
	}
}

/* --------------- /readyToMake   */