.bg1 {
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: right;
  min-height: 100vh;
}

textarea.form-control {
	min-height: 200px;
}

.btn-contact {
	background: linear-gradient(90deg, rgba(25,51,99,1) 0%, rgba(0,160,232,1) 200%);
	color: white;
	font-size: 1.2em;
	padding: 1.2em;
	font-weight: 400;
}

form.contact {
	max-width: 500px;
}

.display-4 {
	padding-top: 25%;
	filter: invert(100%);
}

@media (min-width: 768px) {
	.right-column {
	 	min-height: 100vh;
	}
}
