body{
    font-family: 'tradegothic_condensed', CenturyGothic, sans-serif;
	background-color:#EAE5EB;
	font-size:1.5vw;
	color:#38133A;
}

/* ------------------- general */


div#wrap{
	margin-top:2% !important;
}

.hMainDiv{
	padding-left:5vw;
	padding-top:5vw;
}

.headerText1{
	font-size:5vw;
	font-weight:1000;
}

.headerText2{
	font-size:9vw;
	font-weight:1000;
}

.smallHeader{
	font-size:2.4vw;
	font-weight:bold;
	color:#38133A;
	margin-bottom:1.3vw;
}
.paragraphText{
	font-size:1.5vw;
	margin-bottom:2vw;
	line-height:1.3em;
}

#nav-wrapper{
	margin-top:0 !important;
}

.colContainer{
	display:flex;
	flex-direction:column;
}

.rowContainer{
	display:flex;
}

.bgImg{
	background-size:cover;
}

.vSmallHeader{
	font-size:1.8vw;
	font-weight:bold;
	color:#38133A;
	margin-bottom:1.3vw;
}

.stdDivComponent{
	margin-bottom:3vw;
}


	@media only screen and (max-width:900px){

		.smallHeader{
			font-size:6vw;
		}
		
		.stdDivComponent{
			margin-bottom:6vw;
		}
		
		.headerText1{
			font-size:7.5vw;
		}

		.headerText2{
			font-size:11.25vw;
			font-weight:1000;
		}

		.paragraphText{
			font-size:2.5vw;
			margin-bottom:5vw;
			
		}
		
		.vSmallHeader{
			font-size:2.7vw;
		}
		
		
	}
	
	
	
	@media only screen and (max-width:500px){	
		.headerText1{
			font-size:12vw;
			text-align:center;
		}
		
		.paragraphText{
			font-size:4vw;			
		}
		
		.headerText2{
			font-size:22vw;
			font-weight:1000;
		}
		
		
		.smallHeader{
			font-size:8vw;
			margin-bottom:3vw;
		}
		
		.vSmallHeader{
			font-size:5vw;
		}
		
		.stdDivComponent{
			margin-bottom:9vw;
		}

	}
	
	
/* accel ------------------------------------ */

#accel{
	background-color:white;
	background-image:url("../../images/acceleratorWeekend/AW Graphics_Squiggly.png");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
}

#accelHeader{
	width:48vw;
	height:15vw;
	background-image:url("../../images/acceleratorWeekend/AW Graphics_AW Logo.png");
	background-size:cover;
}

#accelRow{
	justify-content:space-around;

}

.rowImg{
	height:12vw;
	margin-bottom:1vw;
	margin-top:2vw;
}

.acRowDiv{
	text-align:center;
	color:#E48899;
}

#rowDiv1{
	width:10.6vw;
}

#rowImg1{
	background-image:url("../../images/acceleratorWeekend/AW Graphics_Entrepreneur.png");
}

#rowDiv2{
	width:12.9vw;
}

#rowImg2{
	background-image:url("../../images/acceleratorWeekend/AW Graphics_Teams.png");

}

#rowDiv3{
	width:9.5vw;
}

#rowImg3{
	background-image:url("../../images/acceleratorWeekend/AW Graphics_Pitch.png");
}




@media only screen and (max-width:900px){
	#accel{
		padding-left:0;
		background-image:none;
	}
	#accelContainer{
		align-items:center;
	}
	
	#accelHeader{
		margin-top:10vw;
		height:22.5vw;
		width:72vw;
	}
	
	#accelRow{
		flex-direction:column;
		align-items:center;
	}
	
	#accelApplyButton{
		width:22.5vw;
		height:6vw;
	}
	
	.rowImg{
		height:24vw;
	}



	#rowDiv1{
		width:21.2vw;
	}



	#rowDiv2{
		width:25.8vw;
	}



	#rowDiv3{
		width:19vw;
	}

}

@media only screen and (max-width:500px){
	#accelHeader{
		margin-top:15vw;
	}
	
	#accelApplyButton{
		width:45vw;
		height:12vw;
	}
	
	.rowImg{
		height:48vw;
	}
	
	#rowDiv1{
		margin-top:5vw;
		width:42.4vw;
	}
	
	#rowDiv2{
		width:51.6vw;
	}
	
	#rowDiv3{
		width:38vw;
	}
	
}




/* /accel ----------------------------------- */



/* ------------------- about(ourNext) */


#ourNext{
	padding-top:5vw;
	padding-left:5vw;
	background-color:#EAE5EB;
	
}

#ourNextContainer{
	justify-content:center;
	position:relative;
	flex-wrap:wrap;
}

#logHeader{
	width:100vw;
	color:#E48899;
}

.aboutText{
	width:43.6vw;
	margin-right:10vw;
	margin-left:-10vw;
	line-height:1.3em
}

#aboutText{
	width:43.6vw;
	background-color:grey;
	margin-right:10vw;
	margin-left:-10vw;
}

#textContainer{
	margin-left:2vw;
}

.vSmallHeader{
	color:white;
}

.smallHeader{
	color:white;
}

.stdDivComponentContainer{
	height:3vw;
	width:29vw;
	display:flex;
}

.hIcon{
	width:3vw;
	height:3vw;
}

.tba{
	margin-left:5vw;
	margin-top:0.25vw;
	color:#E48899
}

#calendar{
		background-image:url("../../images/acceleratorWeekend/icon1.png");
		width:2.8vw;
}

#clock{
		background-image:url("../../images/acceleratorWeekend/icon2.png");
}

#placeholder{
		background-image:url("../../images/acceleratorWeekend/icon3.png");
		width:3.07vw;
		
}

@media only screen and (max-width:900px){
	#ourNextContainer{
		flex-direction:column;
		align-items:center;

	}
	
	#ourNext{
		padding-left:0;
		padding-top:10vw;
	}
	
	#logHeader{
		width:auto;
	}
	
	.aboutText{
		margin-right:0;
		margin-left:0;
		width:70vw;
	}
	
	#aboutText2{
		margin-bottom:10vw;
	}
	
	#groupImg{
		margin-bottom:5vw;
		margin-right:0;
		margin-left:0;
		width:65.4vw;
		height:30vw;
	}
	
	.hIcon{
		width:9vw;
		height:9vw;
	}
	
	.tba{
		margin-top:1.5vw;
	}

	.stdDivComponentContainer{
		height:10vw;
		width:70vw;
	}
	
	#calendar{
		width:9vw;
		height:9.6vw;
	}
	
	#placeholder{
		width:9.2vw;
	}
	
	#textContainer{
		align-items:center;
		margin-left:0;
	}
}

@media only screen and (max-width:500px){
	
	#calendar{
		height:8.9vw;
	}
	#tba1{
		margin-top:-3vw;
	}
	.aboutText{
		margin-bottom:15vw;
	}
}


/* ------------------- /about (ourNext) */


#twen{
	background-color:white;
}


#twenHeader{
	color:#E48899;
}

#twenRow{
	justify-content:flex-start;
}

.twenImg{
	width:29vw;
	height:19.3vw;
	margin-right:1vw;
}

#morePhotos{
	background:none;
	background-image:none;
	background-color:#E48899;
	color: black;
	width:15vw;
	margin-left:37.5vw;
}

#twenImg1{
	background-image:url("https://live.staticflickr.com/7820/46839336581_ab8b660f01_n.jpg");
}

#twenImg3{
	background-image:url("https://live.staticflickr.com/7873/32963837498_8976d04864_n.jpg");
}

#twenImg2{
	background-image:url("https://live.staticflickr.com/7816/39874286713_ead1a99c8f_h.jpg");
}


@media only screen and (max-width:900px){
	#twen{
		padding-left:0;
	}

	#twenCol{
		align-items:center;
	}
	
	#twenHeader{
		width:auto;
		margin-top:2vw;
	}
	
	#twenRow{
		flex-direction:column;
		align-items:center;
	}
	
	#morePhotos{
		width:45vw;
		margin-left:0vw;
		margin-bottom:10vw;
	}
	.twenImg{
		width:58vw;
		height:38.6vw;
		margin-right:0vw;
		margin-bottom:2vw;
	}
}



/* twen ------------------------------- */
















/* ----------------------------------- */