*{padding:0;margin:0;box-sizing:border-box;}
header{
	width:100%;
	height:100vh;
	position:relative;
}
nav{
	width:100%;
	height:100px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 100px;
	font-family: 'Roboto Condensed', sans-serif;
}
.logo{
	font-size:50px;
	letter-spacing: 5px;
	color:#222f3e;
}
.menu a{
	text-decoration: none;
	padding:10px 20px;
	font-size: 20px;
	
}
.menu a:last-child{
	background: #04AA6D;
	border-radius: 8px;
	letter-spacing: 2px;
	color:white;
}
.h-text{

	max-width: 500%;
	position:absolute;
	top:30%;
	left:10%;
}

.h-text h2{
	font-size: 5em;
	font-family: 'Newsreader', serif;
}
.h-text p{
	font-size: 20px;
	margin-bottom:30px;
}
.h-text a{
	text-decoration: none;
	background:#ff00ff;
	color:white;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 10px;
}
#more{
	background: transparent;
	color:green;
	box-shadow: 2px 0px 0px brown;
}
.icon{
	position: fixed;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}
.icon i{
	color:white;
	padding: 10px;
	font-size: 20px;
	margin: 5px 0px;
	background:#ff00ff;

}
.icon i hover{
	background:transparent;
	transition: 0.5s;
	border: 1px solid black;
	color:black;
}
#sampadaa{
	width: 450px;
	height: 100%;
	position: absolute;
	right: 10%;
	top:0;
	z-index: -1;
}
#about{
	padding: 50px 50px;
	width: 100%;
	height: 100vh;
}

.about-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-left-col{
	flex-basis: 80%;
	text-align: center;
}
.about-left-col img{
	width: 100%;
	height: 100%;
	padding: 20px;

}
.about-right-col{
	flex-basis: 70%;
}
.about-right-col h1{
	font-size: 2em;
	line-height: 2em;
	font-family:'Roboto Condensed', sans-serif;
}
.about-right-col p{
	font-size: 20px;
	margin: 80px,0px,60px,0px;
	font-family: 'Newsreader', serif;

}
.about-right-col a{
	text-decoration: none;
	font-size: 15px;
	padding: 5px 10px;
	color:white;
	border-radius: 2px;
	background: #222f3e;

}
.about-right-col i{
	margin:auto 5px;
}
#work{
	padding: 0px 100px;
	width:100%;
}

.work-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.work-left-col{
	flex-basis: 50%;

}
.work-right-col{
	flex-basis: 30%;
	
}
.work-left-col h3{
	font-size: 2em;
	line-height: 2em;
	font-family:'Roboto Condensed', sans-serif;
}
.work-left-col p{
	font-size: 20px;
	margin: 80px,0px,60px,0px;
	font-family: 'Newsreader', serif;

}
.resources{
	padding: 50px 100px;
	width: 100%;

}
.r-row{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.r-left-col{
	flex-basis: 50%;
}

.r-right-col{
	flex-basis: 50%;
}
.r-left-col div{
	border: 1px solid black;
	padding: 30px;
	margin: 20px 0px;
	cursor: pointer;
	border-radius: 4px;

}
.r-left-col h4{
font-size:2em; 
}

.r-left-col p{
	font-size: 20px;
	margin: 40px 0px 40px 0px;
	}
.r-left-col a{
	text-decoration: none;
	font-size: 15px;
	padding: 5px 50px;
	color: white;
	border-radius: 5px;
	background: #222f3e;

}

.r-left-col i{
color: white;
font-size: 20px;
border-radius: 5px;
margin:0px 5px;
background: purple;
padding: 5px;
}
.r-right-col img{
	width: 150%;
	height:150%;
} 
.r-right-col{
padding: 30px;
}
.r-right-col h5{
	font-size:2em; 
	text-align: center;


}
footer{
	padding: 20px 100px;
	background: green;
	color: white;
	font-size:20px;
	display: flex;
	justify-content: space-between;
	align-items: center; 
}

