/* Enter Your Custom CSS Here */

#form-container input[type="text"], #form-container input[type="email"] {
	width: 70%;
  	padding: 5px;
}
#form-container textarea {
  	width: 70%;
	height: 150px;
}

legend {
		font-weight: bold;
		margin-bottom: 10px;
}

.overlay {
	opacity: 0.75;
}

.button {
	letter-spacing: 1px;
  	padding: 10px;
}


#senja {
  	display: block;
	border-radius: 50%;
  	margin-bottom: 20px;
}

.sp-image-link, .sp-image-link:hover {
border-bottom: none !important;
}

@media (max-width: 954px) {
		.site-logo {
				max-width: 200px;
		}
}
