
/*
	For general buttons
*/

		.buttonwrapper a
		{
			text-decoration: none;
			color: #33383c;
		}

		.button
		{
			background-color: #c3d692;
			font-size: 1.4em;
			font-weight: bold;
			text-align: center;
			padding: 10px;
			margin-bottom: 45px;
			display: block;
			border-radius: 10px;
		}


		.button:hover
		{
			background-color:#3B8D8D;
			color: white;
		}


/* -------------------------------------

		Typography

 ------------------------------------- */
.center {
	text-align:center;
}

.small-caps {
	font-variant: small-caps;
}
		
.font-small {
	font-size:0.9em
}

.font-medium {
	font-size: 1.2em
}

.font-large {
	font-size: 1.4em;
}
		
.font-xlarge {
	font-size: 1.8em;
}

p {
	margin: 0 0 10px;
}

.pmargin {
	margin: 0 0 10px;
}


