*{margin: 0;padding: 0}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	font-family: 'Open Sans', sans-serif !important;
	overflow-x: hidden;

}
.navbar-brand{
	font-size: 36px !important;
	margin-left:20px; 
	color: gray !important;
}
.navbar-brand:hover{
	color: #184285 !important;
}
.nav-item a{
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
}

.nav-item a:hover{
	text-decoration: underline !important;
}
.black{
	background: white !important;
	padding: 10px;
	border-bottom: 2px solid #d1cfcb;  
}
.black .navbar-brand {
	color: #15cce8 !important;
}
.black .navbar-brand:hover{
	color: #184285 !important;
}
.black .nav-item .nav-link{
	color: #15cce8 !important;
	font-weight: normal;
}
nav{
	transition: all .5s !important;
}
#cover-img{
	background-image: url("../img/cover-img.jpg");
	width: 100%;
	height: 100vh;
	background-size: cover;
}
.inner .profileimg{
	width:150px;
	height: 150px;
}
.inner{
	text-align: center;
	position: relative;
	top:25%;
}
.social-icon{
	color: #1cd4e8;
}
.social-icon:hover{
	color: #3b42cc;
}
#arrow{
	text-align: center;
	position: absolute;
	bottom: 0;
	left:49%;
	transition: all 1s;
}
#arrow:hover{
	font-size: 20px;
}
.about-text{
	line-height: 2;
	font-size: 20px;
}
#skill button{
	cursor: auto;
	border: 1px solid black;
	font-weight: bolder;
	margin:2px;
	margin-right: 10px;
} 
hr{
	height: 1px;
	background-color: black ;
}
#education .card{ 
	width: 60%;
}
#education .card .card-header{
	height: 200px;
	background-color: #15cce8 !important;
}
#education .card .card-title{
	height: 200px;
}
#project .card .inner .card-img-top{
	height: 300px;
	border-bottom: 6px solid #15cce8;
	transition: all 2s;
	opacity: .5;
}
#project .card:hover .projectimg{
	opacity: 1;
}
#project .card-text {
	height: 200px;
}
#project .card .inner{
	overflow: hidden;				
}
#project .card .inner .card-img-top:hover{
	transform: scale(1.2);
}
#project .card .card-text{
	font-size: 18px;
}
#certificate .card-img-top{
	height: 250px;
}
#certificate .card-img-top{
	transition: all 2s;
}
#certificate .card-img-top:hover{
	transform: scale(1.2);
}
#certificate .inner{
	overflow: hidden;
}
.resume{
	background-color:   #e6e6e6;
}
footer{
	width: 100%;
	background-color: #343a40;
	color: white;
	font-weight: bolder;
	position:relative;
	bottom: 0;
	height: 100px;
	text-align: center;
}
#parallex-img-1{
	width: 100%;
	height: 400px;
	background-image: url("../img/img-parallex1.jpg");
	background-size: cover;
	background-attachment: fixed;
}
#parallex-img-2{
	width: 100%;
	height: 350px;
	background-image: url("../img/img-parallex3.jpg");
	background-size: cover;
	background-attachment: fixed;
}
#parallex-img-3{
	width: 100%;
	height: 500px;
	background-image: url("../img/parallex-1.jpg");
	background-size: cover;
	background-attachment: fixed;
}
#parallex-img-4{
	width: 100%;
	height: 100vh;
	background-image: url("../img/taj2.jpg");
	background-size: cover;
	background-attachment: fixed;
}
