body {
	margin: 0;
	padding: 0;
	font-family: Montserrat;
}

#top-info {
	display: block;
	position: relative;
	padding: 15px;
	background: #0c7b34;
	font-size: 14px;
	overflow: hidden;	
}

#top-info img {
	float: left;
	height: 40px;
	padding-right: 40px;	
}

#top-info span {
	float: left;
	color: #f4f4f4;
	line-height: 40px;
}

#top-info span.right {
	float: right;
}

#top-info span.padding-left {
	padding-left: 20px;
}

div.section {
	display: block;
	padding: 120px;
}

div.main-div {
	background: linear-gradient(rgba(75, 187, 55, 0.78), rgba(16, 91, 26, 0.95)), url(../img/background.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 120px;
	padding-bottom: 0;
}

span.main-text {
	display: block;
	text-align: center;
	font-size: 50px;
	font-family: Montserrat;
	font-weight: bold;
	color: white;
	padding: 200px 0;
}

div.header {
	display: block;
	overflow: hidden;
}

span.title {
	display: block;
	text-align: center;
	font-size: 50px;
	font-family: Montserrat;
	font-weight: bold;
	color: #332e2e;			
}

form {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	margin-top: 40px;
	overflow: hidden;
}

span.form-title {
	display: block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;	
}

label, input, textarea, select {
	display: block;
	width: 100%;
}

input, textarea, select {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px;
	font-size: 20px;
	border: 2px solid #d2c5c5;
	border-radius: 15px;
	font-family: Montserrat;
	resize: none;
	outline: none;
}

label {
	display: block;
	font-size: 22px;
	font-family: Montserrat;
	margin-bottom: 10px;
}

input[type=submit] {
	background-color: #0d9e41;
	border-color: #0d9e41;
	color: white;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

div.how-it-works {
	display: block;
	overflow: hidden;
	margin-top: 80px;
}

div.how-it-works div.item {
	display: block;
	/*
	float: left;
	width: 33.33%;
	*/
	margin-bottom: 80px;
}

div.how-it-works div.item span {
	display: block;
	position: relative;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
}

div.how-it-works div.item img {
	display: block;
	position: relative;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
}

div.header a.link span {
	display: block;
	float: right;
	font-family: Montserrat;
	font-size: 22px;
	padding-left: 40px;
	color: white;
	line-height: 50px;
}

div.header img {
	display: block;
	float: left;
	height: 50px;
}

div.g-recaptcha {
	margin-bottom: 20px;
}

div.footer {
	display: block;
	padding: 80px;
	background-color: #eae4e4;
}

div.footer img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

span.result-message {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #8cce8c;
    border: 1px solid green;
    border-radius: 10px;
    margin-bottom: 40px;
    color: green;
    font-size: 22px;
}

span.result-message.error {
    background-color: #f99e9e;
    border: 1px solid #d81d1d;
    color: #d81d1d;
}

a.delete-button {
    color: #de4a4a;
    text-align: center;
    display: block;
    font-weight: bold;
}

div#loading-message {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

div#loading-message span {
	display: block;
	position: absolute;
	background-color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
	padding: 30px;
	box-sizing: border-box;
	font-size: 22px;
	max-width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.full-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

div.full-panel div.center {
	display: block;
	position: absolute;
    /*min-width: 400px;*/
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
	max-width: 90%;
}

div.full-panel div.center div.title {
	display: block;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div.full-panel div.center div.title span {
    display: block;
    color: black;
    font-size: 24px;
}

div.full-panel div.center input[type=text], div.full-panel div.center textarea {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
	margin-top: 10px
}

div.full-panel div.center textarea {
	resize: both; 
}

div.full-panel div.center input[type=text]:first-of-type {
	margin-top: 0
}

div.full-panel div.center input[type=button] {
	display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #0d9e41;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
	margin-bottom: 0;
}

div.full-panel div.center div.content {
	display: block;
	max-height: 200px;
	overflow-y: auto;
}

div.full-panel div.center div.content span.item {
	display: block;
	padding: 10px;
	cursor: pointer;
	margin: 0 !important;
}

div.full-panel div.center div.content span.item:hover {
	background-color: #eae2e2;
}

div.full-panel div.center div.content a.button {
	color: white;
	font-size: 20px;
	border-radius: 5px;
	padding: 10px 20px;
	display: block;
	background-color:#0d9e41;
	height: 54px;
	box-sizing: border-box;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}

/*
div.full-panel div.center div.content a.item {
	display: block;
	padding: 15px;
	background-color: #e3dcdc;
	text-decoration: none;
	color: black;
	text-align: center;
	border-radius: 10px;
	font-size: 20px;
	margin-top: 10px;	
}
*/

div.full-panel div.center div.content a.item {
	display: block;
	padding: 10px;
	cursor: pointer;
	margin: 0 !important;
	text-decoration: none;
	color: black;
}

div.full-panel div.center div.content a.item:hover {
	background-color: #eae2e2;
}



@media only screen and (max-width: 880px) {

	div.full-panel div.center {
		min-width: auto !important;
		max-width: auto !important;
		width: 90% !important;
	}
	
}

@media only screen and (max-width: 600px) {
	
	a.link {
		display: none;
	}

	div.section {
		padding: 60px !important;
	}

	div.main-div {
	}
	
	span.logo {
		display: table;
		margin: 0 auto;
		float: none;
	}
	
	div.header img {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 200px;
	}
	
	span.main-text {
		font-size: 35px;
		padding: 100px 0;
		padding-bottom: 0;
	}
	
	span.title {
		font-size: 40px;
	}
	
}