@charset "utf-8";
.navbar-custom-bg, .content-custom-bg{
	background-color: #fff;
}
.container-div{
	margin-top: 50px;
}
.img-center{
	
}
.img-div{
	text-align: center;
	margin: 35px 0px 35px 0px;
}
.content-div{
	margin: 35px 0px 35px 0px;
}
.resume-div{
	margin-bottom: 35px;
}
.contact-title{
	margin-bottom: 35px;
}
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	color: darkgray;
	text-align: center;
}

@media (max-width: 575px){
	footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	color: darkgray;
	text-align: center;
	}
	.resume-div{
	margin-bottom: 35px;
	text-align: center;
	}
	.name-div{
		text-align: center;
		padding-bottom: 10px;
	}
	.worktitle-div{
		text-align: center;
	}
}
