﻿.notice-area {
	background: #f2d590;
	font-size: 1em;
		padding: 30px 0 20px;
}
.site-title {
	line-height: 1.5rem;
	margin-top: 2px;
}

.front-button {
	font-size: 120%;
		font-weight: bold;
		padding: 30px 10px;
		display: block;
		width: 100%;
		height: 90%;
		background: white;
		color: black;
		margin-bottom: 10px;
		transition: all 0.3s ease 0s;
}


.front-button:hover {
	background: #fff4da;
}

a.front-button:hover {
		text-decoration: none !important;
}

.btn-primary { background-color: #363895 !important; }
.btn-primary:hover { background-color: #7879cf !important; }

.required { color: red; font-weight: bold; }

.small-email {
	font-size: 50%;
}