
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand.ttf");
}


/** Header */

.header,
.contact a,
.contact a:hover,
.contact a:active,
.contact a:focus,
.contact a:visited {
	background-color: #52697C;
	color: #fff;
}

body {
    text-align: center;
	
    background-image: unset;
/* 	background-color: rgb(61, 61, 61); */

	background-color: #ffe6e6;
	background-size: cover;
	background-attachment:fixed;
    background-repeat: no-repeat;
	overflow-x: hidden;
    font-family: Quicksand;
}


/** General */
.input {
	border: none;
}

/** Buttons */
.submitButton {
	transition: background-color 0.3s ease-out;
	background-color: #015C40;
}

.submitButton:hover {
	background-color: #074231;
}

.leftLink,
.rightLink {
	transition: background-color 0.3s ease-out;
	background: none #3c5a89;
	color: #fff;
}

.fieldlabel {
	font-family: Quicksand;
}


.leftLink:hover,
.rightLink:hover {
	background-color: #3a5480;
}

/** Fields */

.field,
.field:focus,
.field:active,
.errorField,
.errorField:focus,
.errorField:active {
	border: 1px solid rgb(210, 210, 210);
}

.field:focus,
.field:active,
.errorField:focus,
.errorField:active {
	border-color: #015C40;
}





.fieldlabel {
	text-align: left;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 19px;
    padding: 0px;
    color: #000;
    text-transform: uppercase;
    color: #000;
    margin-left: 0;
}

.fieldset {
	border: 1px solid #015C40;
}

.inputLarge {
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 0;
    border-radius: 0;
}

.field, .field:focus, .field:active, .errorField, .errorField:focus, .errorField:active {
    border: 4px solid #255a42;
}

.field, .errorField {
    width: 85%;
    padding: 8px 6px;
    color: #000;
    text-align: center;
    border: 2px solid #074231;
    border-radius: 35px;
    font-size: 17px;
    font-weight: bold !important;
    font-family: 'Quicksand'!important;
}

.submitButton {
    transition: background-color 0.3s ease-out;
    background-color: #074231;
    color: #fff;
    border-radius: 35px;
    border: 2px solid #074231;
    width: 45%;
    font-family: 'Quicksand'!important;
    font-weight: bold;
    font-size: 1em;
}

.submitButton:hover {
    background-color: #074231;
    color: #fff;
    border: 2px solid #074231;
}


.feedbackPanelERROR, .feedbackPanelINFO {
    margin: 40px 30px;
    font-weight: 500;
    font-size: 18px;
    font-family: Quicksand;
}
.submitButton {
    width: 83%;
    font-family: 'Quicksand'!important;
    font-weight: bold !important;
    font-size: 20px;
}
@media only screen and (max-device-width: 460px) and (orientation: portrait){
.leftLink, .rightLink {
    height: 50px;
}}

@media only screen and (max-device-width: 460px) and (orientation: portrait){
h2 {
    font-size: 1em;
}}

@media only screen and (max-device-width: 460px) and (orientation: portrait){
.submitButton {
    background-color: #074231;
    color: #fff;
    border: 2px solid #074231;
	height: 50px;
    line-height: 50px;
}}