/*Header Section*/

.navbar {
	background-color: #F6F6F6;
}

.navbar .logo {
	width: 70px;
}

.nav-item > .about {
	color: #000000;
}

.nav-item > .contact {
	color: #000000;
}

.nav-link {
	font-size: 18px;
}

.text > p {
	font-size: 30px;
	color: #5E5E5E;
}

.text > h2 {
	font-size: 30px;
	font-weight: bold;
}

.imagess {
	box-shadow: 10px 5px 10px gray;
	border-radius: 10px;
	margin-top: 15px;
}

.About {
	background-color: #F8F8F8;
	height: 101%;
}

.about-wrap > p {
	font-size: 40px;
}

.project-wrap > p {
	font-size: 40px;
}

.project-wrap .inner-wrap button {
	height: 30px;
	width: 100px;
	border: none;
	background-color: #292929;
	color: white;
}

.project-wrap .inner-wrap button:hover {
	background-color: #000000;
}

.contact-wrap > p {
	font-size: 40px;
}

.contact-wrap .inner-wrap .contact-left > p {
	font-size: 35px;
	background-color: gray;
	color: white;
	border-radius: 5px;
	box-shadow: 10px 5px 10px gray;
}

.input {
	margin-top: 5px;
}

.input > input {
	width: 100%;
	padding: 5px;
}

.input > .message {
	width: 100%;
	padding: 5px;
}

.card-body button {
	height: 30px;
	width: 100px;
	border: none;
	background-color: #292929;
	color: white;
}

.card-body button:hover {
	background-color: #000000;
}