* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #3399ff;
	color: #000;
}

header {
	font-family: Viaoda Libre, sans-serif;
	width: 100%;
	height: 20vh;
	text-align: center;
	align-items: flex-end;
	justify-content: center;
	font-size: 148px;
	margin-bottom: 20px;
}

section {
	font-family: Viaoda Libre, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 70vh;
	margin-bottom: 20px;
}
.btn {
	background-color: #777;
	color: #fff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	text-justify: auto;
}
footer {
	width: 100%;
	height: 30vh;
	border-top: 3px solid #fff;
}
/**/
.column {
	position: absolute;
	left: 35%;
	width: 50%;
	align-items: center;
}
.contactlabel {
	position: relative;
	left: 120px;
}
.callback-form {
	left: 40%;
	width: 60%;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
}

.callback-form label {
	font-family: inherit;
	display: block;
	margin-bottom: 5px;
}
.callback-form .form-control {
	margin-bottom: 15px;
}

.callback-form input {
	font-weight: 400;
	width: 100%;
	padding: 4px;
	height: 40px;
	border: #963a3a 1px solid;
}

.callback-form textarea:focus {
	outline-color: #28a745;
	border: 1px solid #28a745;
}
textarea {
	font-family: inherit;
	width: 100%;
	border: #963a3a 1px solid;
}
.callback-form .btn {
	padding: 12px 0;
	margin-top: 20px;
}
.callback-form input:focus {
	outline-color: #28a745;
	border: 1px solid #28a745;
}

/* Mobile */

@media (max-width: 1280px) {
	header {
		font-size: 80px;
	}
	section {
		font-size: 20px;
		width: 100%;
		height: 70vh;
		text-justify: auto;
		margin-bottom: 20px;
	}
	.contactlabel {
		position: relative;
		left: 0px;
	}
	.callback-form {
		width: 50%;
		padding: 10px 0;
	}
	.column {
		position: absolute;
		left: 470px;
		width: 50%;
		align-items: center;
	}
}
@media (max-width: 768px) {
	header {
		font-size: 120px;
	}
	.callback-form {
		width: 80%;
		padding: 10px 0;
	}
	.column {
		position: absolute;
		left: 100px;
		width: 95%;
		align-items: center;
	}
}
@media (max-width: 500px) {
	header {
		font-size: 70px;
		margin-top: 30px;
	}
	section {
		font-size: 24px;
		margin-bottom: 80px;
	}
	.callback-form {
		width: 100%;
		padding: 10px 0;
	}
	.contactlabel {
		position: relative;
		left: 10px;
	}
	.column {
		position: absolute;
		left: 5px;
		width: 95%;
		align-items: center;
	}
	.callback-form input {
		height: 30px;
		border: #963a3a 1px solid;
	}
}
