* {
	font-family: PT Sans;
	margin:0;
	padding:0;
	box-sizing: border-box;
	color: #fff;
}

body{
	background: white;
	max-width: 100%;
	font-size: 16px;
	overflow-x: hidden;
}

header{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.6s;
	padding: 40px 100px;
	z-index: 100000;
}

header.for_sticky{
	padding: 25px 100px;
	background: #fff;
	
}

header.for_sticky ul li a, header.for_sticky .name{
	color: #000;
}

header .name{
	position: relative;
	font-weight: 700;
	text-decoration: none;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.6s;
}

header ul{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header ul li{
	position: relative;
	list-style: none;
}

header ul li a{
	position: relative;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500px;
	transition: 0.5s;
}

.photo{
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.28),rgba(0,0,0,0.28)), url(bg.jpg);
	background-size: cover;
}

.sub-heading{
	position: absolute;
	margin-top: 40vh;
	margin-left: 8%;
	text-align: left;
	
}

.sub-heading h3{
	margin: 8px 0;
}

.sub-heading h2{
	margin-bottom:3%;
	font-size: 35px;
}
/* styling for the buttons*/

.resume_button button{
text-align: center;
align-items: center;
height: 30px;
width: 100px;
border: none;
box-shadow: inset 0 0 0 0 #000;
transition: ease-out 0.3s;
border-radius: 4px;
background-color: white;
outline: none;
overflow:hidden ;
text-decoration: none;
color: black;
cursor: pointer;
}

.resume_button button:hover{
	box-shadow: inset 100px 0 0 0 rgba(77, 58, 58, 0.534);
	color: #fff;
}

/* styling for button ends here */

/* following is all the styling for education section */

#education{
	background-color: #fff;
	position: relative;
	width: 100%;
	margin-top: 2%;
	/*  used for blurred border border: 10px solid rgba(241, 241, 241, 0.356);
	border-radius: 5px; */
	}


/* generic styling for the timeline containers and titles*/

.all_titles{
color: #000;
text-align: center;
align-items: center;
font-size: 50px;
width: 100%;
margin-bottom: 20px;
text-transform: uppercase;
}

.timeline_container{
	margin: auto 10px;
	/* border-left: 4px solid #000; */
	padding-left: 25px;
	width: 45vw;
	min-height: 32vh;
}

.timeline_container h3{
	color:#000;
	font-size: 34px;
	border-bottom: 2px solid #eee;
	/* margin: 100px; */
}

.timeline_container .event{
	box-shadow: -2px 3px 3px 3px #ccc;
	padding: 32px;
	line-height: 2;
	cursor: pointer;
}


.timeline_container p, .timeline_container h4{
	color:#000;
	padding-left: 1em;
	text-indent:-0.8em;
}

.timeline_container em, .timeline_container b{
	color:#000;
}


.nav_bar_with_shadow{
	box-shadow: 0px 3px 6px -2px rgba(15, 14, 14, 0.705);
}

.all_buttons{
	display: flex;
	margin-top: 5%;
	justify-content: space-between;
	width: 230px;
	height: 100px;
	flex-wrap: wrap;
}


#contact_me{
	position:static;
	height: 25vh;
	text-align: center;
	align-items: center;
	font-stretch: expanded;
	background-color: black;
	}


#contact_me h3{
	color: white;
	margin-top: 20px;
}


/* #projects{
	display: flex;
	margin-top: 5%;
	justify-content: space-between;
	width: 100vw;
	height: 35vh;
	flex-wrap: wrap;
} */

#education{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

#experience{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

#projects{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#projects .timeline_container{
	padding-top: 3%;
	text-align: center;
}

.bolded{
	font-size: 18px;
	font-weight:bold;
}