@import url('https://fonts.googleapis.com/css?family=Montserrat');
body,
html {
	width: 100%;
	height: 100%
}
#name {
	float:right;
	width: 80%;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	padding-top: 15px;
}
#name h1 {
	/*color: #477965;*/
	color: #ffffff;
	margin: 0;
}
#name h3 {
	color: #419674;
	margin: 0;
	letter-spacing: 2.5px;
}
header {
	height: 100px;
	width: 100%;
	position: absolute;
	background: #52c234; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #52c234, #061700); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #52c234, #061700); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.vertical-center {
	padding-top: 120px
}
#logo {
	position: absolute;
	z-index: 9999;
	float: left;
	width: 80px;
	margin: 11px 50px 0 10px;
	padding: 0
}
#danger_message,
#success_message {
	display: none
}
@media only screen and (max-width: 439px) {
	#name h1 {
	    font-size: 28px;
	}
	#name h3 {
		font-size: 18px;
	}
	#name {
		text-align: center;
	}
}
/* header {
	height: 80px;
	width: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(0,204,68,1) 39%, rgba(0,179,60,1) 52%, rgba(0,153,51,1) 62%, rgba(0,128,43,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(39%, rgba(0,204,68,1)), color-stop(52%, rgba(0,179,60,1)), color-stop(62%, rgba(0,153,51,1)), color-stop(100%, rgba(0,128,43,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(0,204,68,1) 39%, rgba(0,179,60,1) 52%, rgba(0,153,51,1) 62%, rgba(0,128,43,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(0,204,68,1) 39%, rgba(0,179,60,1) 52%, rgba(0,153,51,1) 62%, rgba(0,128,43,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(0,204,68,1) 39%, rgba(0,179,60,1) 52%, rgba(0,153,51,1) 62%, rgba(0,128,43,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(0,204,68,1) 39%, rgba(0,179,60,1) 52%, rgba(0,153,51,1) 62%, rgba(0,128,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00802b', GradientType=1 );
} */