body{
	overflow-x: hidden ;
}
/*.nav-wrapper
{
	background-color: black;
	
}*/
.tap-target .tap-target-content a
{
	color:white;
}
.tap-target .tap-target-content a:hover
{
	color:#f06292;
}
#body{
	margin-top: -50px;
	background-image: url('images/key2.jpg');
	 background-size: cover;
	 color:white;
	 font-family: 'Dancing Script', cursive;
}/*
#body h4
{
	animation: role 5s linear;
	overflow:hidden;
	white-space:nowrap;
	animation-delay:1s;
	animation-iteration-count: infinite;
}
@keyframes role
{
	0%{
		width:0ch;
	}
	100%{
		width:32ch;
	}
}*/
#whoami p
{
	font-size:22px;
line-height: 2.0;
}
#skills .skills .btn{
border-radius: 10px;
margin:10px;
}
#projects .projects h6{
	line-height: 1.5;
}
 
#education .collapsible .active .collapsible-header
{
	color:#283593 ;
}

.tap-target-wrapper.open .tap-target-wave::before {
    transform: scale(0) !important;
}
#contact h4 a{
	color:white;
}
#contact h4 a:hover{
	color:#f06292;
}