.on-logo {
	font-size: 18px;
	margin-top: 10px;
	display: block;
	float: none;
	height: 50px;
	padding: 0;
	line-height: 0;
}
.on-logo span {
	margin: 0 10px 0 40px;
}
#about-img {
	margin-bottom: 30px;
}
.contact-form {
	width: 60%;
	margin: 0 auto;
}
.copyright {
	padding: 1em 0;
	margin: 0;
}
.pad1 {
	padding: 50px 0;
}
.port-pad {
	padding: 60px 0 0;
}
.antispam {
	display: none;
}
.portfolio-box:hover {
	opacity: 0.75;
}
/* Slider for portfolio */


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
@media(max-width:768px) {
	.on-logo {
		font-size: 13px;
	}
	.contact-form {
		width: 90%;
	}
}
