.contact-container {
    background-color: var(--sc2);
}
.contact-inner {
    max-width: 1250px;
    padding: 5rem 1.25rem;
}
.contact-form {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	margin-right: 5%;
}
.contact-rectangle {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	background-color: var(--cream);
	background-image: url(/front/images/dots.png);
	background-repeat: repeat;
	background-size: auto;
	padding: 38px;
	height: 100%;
}
.contact-rectangle > h2 {
    font-size: 26px;
}
.contact-rectangle > p, .contact-rectangle > a{
    font-size: 18px;
    padding-bottom: .5rem;
    border-bottom: 1px solid #82a1c0;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.contact-input input {
    height: 50px;
    padding-left: 1rem;
}
.contact-input input , .contact-input textarea {
    border: 1px solid var(--sc5);
    background-color: var(--cream);
}
.contact-input input:focus , .contact-input textarea:focus {
    border-color: #000;
}
.contact-input textarea {
    height: 15rem;
    padding: 1rem 0 0 0.5rem;
	resize: none;
}
.contact-input label {
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: .025rem;
}
.contact-input:not(:last-child) {
	margin-bottom: 1rem;
}
.contact-rectangle .contact-network {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contact-rectangle .contact-network a {
    border: 1px solid var(--dark-1);
    width: 3rem;
    height: 3rem;
    justify-content: center;
}
.contact-rectangle .contact-network a:not(:last-child) {
    margin-right: 10px;
}
.contact-rectangle .contact-network a svg * {
    fill: var(--dark-1);
}
.contact-rectangle .contact-network a:hover {
    background-color: var(--dark-1);
}
.contact-rectangle .contact-network a:hover svg * {
    fill: var(--cream);
}
.contact-network a svg {
    width: 50%;
    height: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 1600px){
	.contact-inner {
		max-width: 70rem;
		padding: 6rem 1rem;
	}
	.contact-rectangle {
		padding: 2rem 2rem;
	}
	.contact-rectangle > svg {
		width: 3rem;
		top: -1.5rem;
		right: -1rem;
	}
	.contact-rectangle > h2 {
		font-size: 1.75rem;
		margin-bottom: 2rem;
	}
	.contact-rectangle > p, .contact-rectangle > a{
		font-size: 0.938rem;
		padding-bottom: 0.25rem;
		border-width: 0.063rem;
		margin-bottom: 1.25rem;
	}
	.contact-input input {
		height: 3rem;
		padding-left: 0.5rem;
	}
	.contact-input textarea {
		height: 10rem;
		padding: 1rem 0 0 .5rem;
	}
	.contact-input input , .contact-input textarea{
		border-width: 0.063rem;
	}
	.contact-input label {
		font-size: .938rem;
		margin-bottom: 0.5rem;
	}
	.contact-input:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.contact-rectangle .contact-network {
		margin-top: 1rem;
	}
	.contact-rectangle .contact-network a {
		width: 2rem;
		height: 2rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 991px){
	.contact-form,.contact-rectangle{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.contact-form {
		margin-right: 0;
		margin-bottom: 5rem;
	}
}