body {

	background-image: url("rsc/texture3.png");
	font-family: "Helvetica";
	
}

.welcome {

	color: #3F8694;
	text-align: center;
	font-size: 64px;
	padding: 5px;
	
}

.welcomesub {

	padding: 15px;
	color: #57a1b7;
	text-align: center;
	font-size: 22px;

}

.greeting {

	font-family: 'Helvetica'; 
	font-size: 24px; 
	margin-top: -25px;

}

.linkrow {

	font-family: 'Helvetica'; 
	font-size: 14px;

}

.loginstatus {

	font-family: 'Helvetica'; 
	font-size: 12px; 
	margin-top: 5px; 
	margin-bottom: 20px;

}

.hometab {

	width: 10%;
	padding: 2px;
	border: 2px solid #3F8694;
	border-radius: 15px;
	text-align: center;
	position: fixed;
	background-image: url("rsc/texture8.png");
	font-size: 18px;

}

.footer {

	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-top: 65px;

}

.footer .innertext {

	font-size: 18px; 
	text-align: center;

}

form {

	width: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica";
	font-size: 24px;
	overflow: hidden;
	
}

form a {

	color: #3F8694;
	text-decoration: none;

}

input[type=text] { 

	background-color: #CCE8ED;
	border: 2px solid #142c3c;
	width: 45%;
	height: 25px;
	font-size: 16px;
	font-family: "Helvetica";
}

input[type=password] { 

	background-color: #CCE8ED;
	border: 2px solid #142c3c;
	width: 35%;
	height: 25px;
	font-size: 18px;
}

input[type=submit] {

	border: 2px solid #142c3c;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	background-color: #CCE8ED;
	font-family: "Helvetica";
	font-size: 22px;

}

input[type=submit]:hover {

	border: 2px solid black;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	background-color: #B2E7F0;
	font-family: "Helvetica";
	font-size: 22px;
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	cursor: pointer;

}

a.linkbutton {

	color: #3F8694;
	text-decoration: none;

}

a.linkbutton:hover {

	color: #3F8694;
	text-decoration: underline;

}

.notenormal {

	width: 55%;
	padding: 15px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("rsc/texture8.png");
	font-size: 35px;
	overflow: hidden;

}

.notesmall {

	width: 45%;
	padding: 5px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("rsc/texture8.png");
	font-size: 22px;

}

.notetiny {

	width: 25%;
	padding: 5px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("rsc/texture8.png");
	font-size: 16px;

}

div.image {
	position: fixed;
	right: 0px;
	bottom: -5px;
	z-index: -1;
}

@media screen and (max-device-width: 640px) {

	form.dz-clickable {

		width: 450px;
		min-height: 250px;

	}

	div.dz-message {

		font-size: 40px;
		font-weight: 400;
		margin-top: 110px;

	}

	.greeting {

		width: 85%;
		font-size: 38px;

	}

	.linkrow {
		
		margin-top: 55px;
		font-size: 30px;

	}

	.footer .innertext {

		font-size: 24px; 
		text-align: center;

	}

	.loginstatus { 

		font-size: 20px;
		margin-bottom: 240px;

	}

	form.contact {

		width: 85%;
		margin-bottom: 290px;

	}

	dl.faq {

		font-size: 28px;
		width: 85%;

	}

	.hometab {
		width: 100px;
		font-size: 30px;

	}

}




