
body{
	margin: 0;
	color: black;
	background: white;
	font-family: "Times New Roman", Times, serif;


}

#nav{
	height: 10vh;
	background: black;
	color: white;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0 40px 0 0;
}


#navSub1 a:hover {
	color: red;
	transition: 1s;
}

#navSub1 a:not(:hover){
	transition: 1s;
}

#navSub1 a{
	text-decoration: none;
	color: white;
}

a{
    color:black;
}

#list a:hover {
	color: red;
	transition: 1s;
}

#list a:not(:hover){
	transition: 1s;
}

#section1{
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	color: white;
	transition: 2s;
}

.sub{
	width: 70%;
	font-size: 2vw;
	
}

@media screen and (min-width: 1000px){
	.sub{
		width: 50%;
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 500px){
	.sub{
		font-size: 2.5vw;
	}
}
#section2 {
	background: black;
	color: black;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 2s;
	overflow: hidden;
}

#section3 {
	height: 100vh;
	background: black;
	color: white;

}

#list{
	display: flex;
	justify-content: center;
	line-height: 2rem;
}

#essayBody{
	margin: 10vw;
	line-height: 1.5rem;

}

@media screen and (min-width: 800px) {
	#essayBody{
	margin: 10vw 30vw 10vw 30vw;	
	}
}

@media screen and (min-width: 1700px) {
	#essayBody{
	margin: 10vw 40vw 10vw 40vw;	
	}
}

h2{
	text-align: center;
}

#column1{
	height: 22.5%;
	width: 0%;
	transition: 1s;
	background: white;
}

#column2{
	height: 22.5%;
	width: 0%;
	transition: 1.5s;
	background: white;
}

#column3{
	height: 10%;
	width: 0%;
	transition: 2s;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	

}

#column4{
	height: 22.5%;
	width: 0%;
	transition: 2.5s;
	background: white;
}

#column5{
	height: 22.5%;
	width: 0%;
	transition: 3s;
	background: white;
}

#demo{
	color: black;
	
	
	
}

