@media screen and (max-width: 991px){

	.navbar-nav li.nav-item
	{
		margin:15px 0;
		text-align: center;
	}

	.navbar-nav-bg
	{
		background-color: rgba(0,0,0,0.7);
	}

	.main .type-animation
	{
		font-size: 40px;
    }
    .about {
        text-align:center;
    }
	.about .col-lg-7
	{
		margin-top: 60px;
	}

    .about img {
        width:75%;
    }
    .education, .skills, .education-skills 
    {
        text-align: center;
    }

}
@media screen and (max-width: 500px){

}
@media screen and (max-width: 500px){
	.main .type-animation
	{
		font-size: 24px;
	}
	.btn-contact {
		margin-top:5px;
	}
    .about h5 {
        margin-top:25px;
    }

}