body{
	font-family: palatino;
}

/* ---------------------------------------------------NAVBAR---------------------------------------------- */

#conatiner1{
	background-color: black;
}

#navbar{
	background-color:black;
}
#Resume{
	color:white;
	margin-left: 50px;
}
#Resume:hover{
	color:#17a2b8;
}
#nav-item{
	color:white;
	margin-right: 10px;
	padding-right: 15px;
}

#nav-item5{
	color:white;
	margin-right: 40px;
	padding-right:25px;
}
#nav-item5:hover{
	color: #17a2b8;
}

#nav-item:hover{
	color:#17a2b8;
}
.navbar .navbar-toggler-icon{
	background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=fff');
}

/* ----------------------------------------------------------------------------------------------------------------*/







/*----------------------------------------------------------HOME--------------------------------------------------*/

#container2{
	margin-top: 50px;
	padding-top:50px;
	height:900px;
	background-color:black;
}

#profile{
	text-align: center;
}

#small_description{
	text-align: left;
	margin-top: 100px;
	padding-top: 60px;
	color: white;
}


.btn-circle1 {
    width: 160px;
    height: 40px;
    padding: 6px 0px;
    margin: 5px 0px 5px 5px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
}

#talk a:hover{
	background-color:#17a2b8;
	color:black;
	transform: scale(0.9);
}
/*----------------------------------------------------------------------------------------------------------------------------*/







/*---------------------------------------------------------------SERVICE-SECTION----------------------------------------------*/

#service_heading{
	margin-top: 50px;
	padding-top: 30px;
	text-align: center;
}

.service{
	margin-top: 40px;
	padding-top: 30px;
	color:grey;
}

.subservice_heading{
	margin-top: 20px;
	padding-top: 10px;
	color:black;
}

#bottom_part{
	margin-bottom:50px;
	padding-bottom:30px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/





/*---------------------------------------------------------------------ABOUT-MYSELF----------------------------------------------*/
#container4{
	background-color: #f9f9ff;
}

#container5{
	margin-top: 60px;
	padding-top: 30px;
}

#about{
	font-size: 17px;
}

#profile1{
	text-align: center;
}

.profile{
	border-radius: 50%;
	max-height: 300px;
}

.progress{
	margin-bottom: 13px;
	margin-top: 15px;
	width: 300px;

}

.skill_title{
	text-align: right;
}

#progress1{
	width: 70%;
}

#progress2{
	width: 70%;
}

#progress3{
	width: 65%;
}

#progress4{
	width: 65%;
}

#general_details{
	margin-top: 25px;
}

#hire_me{
	background-color:black;
	color: white;
	font-size: 20px;
}

#hire_me:hover{
	background-color: white;
	color:black;
}


/*--------------------------------------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------QUALIFICATIONS----------------------------------------------------*/


#container6{
	background-color: #ffffff;
}

#Qualifications{
	margin-top: 60px;
	padding-top: 30px;
	text-align: center;
}

#icons{
	margin-top: 25px;
	padding-top: 20px;
	font-size: 35px;
	word-spacing: 15px;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------PROJECTS-----------------------------------------------------*/

#container7{
	background-color: #f9f9ff;
}



#container8{
	margin-top:60px;
	padding-top: 40px;
}

.project_pic{
	text-align: center;
	border-radius: 7px;

}

.project_pic:hover{
	transform: scale(0.9);
}

#project-pic{
	margin-bottom: 60px;
	padding-bottom: 40px;

}

#project1{
	margin-left: 25px;
}

#about1{
	font-size: 17px;
	margin-left: 25px;
}

#project2{
	margin-right: 30px;
}

#about2{
	font-size: 17px;
	margin-right: 30px;
}

.project_pic3{
	margin-bottom: 60px;
	padding-bottom: 40px;
	text-align: right;
}

.project_pic3:hover{
	transform: scale(0.9);
}
/*-------------------------------------------------------------------------------------------------------------------------------*/




/*-----------------------------------------------------------CONTACT-US----------------------------------------------------------*/

#container9{
	background-color: #ffffff;
}

#message{
	text-align: center;
	height: 150px;
}

#contact_submit{
	margin-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/





/*-----------------------------------------------------------FOOTER----------------------------------------------------------*/
#container10{
	background-color: #222222;
	color:white;
	text-align: center;
}

#footer_icons{
	margin-top: 60px;
	word-spacing: 15px;
	font-size: 26px;
}

.footer_icons{
	margin-top: 40px;
	padding-bottom: 10px;
}

.footer_icons > a{
	color: white;
}

.footer_icons > a:hover{
	color:#17a2b8;
}

.footer_contents{
	margin-bottom: 30px;
}

.footer_contents > a{
	font-size: 15px;
	color: white;
}
.footer_contents > a:hover{
	color:#17a2b8;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
