@charset "UTF-8";
/* CSS Document */

body {
	font-family: astloch;
	margin: 100px;
}

.row-10 {
	padding-bottom: 10px;
}
.row-20 {
	padding-bottom: 20px;
}
.row-30 {
	padding-bottom: 30px;
}

@font-face {
  font-family: astloch;
  src: url("../fonts/Astloch-Regular.ttf");
}
p {
	font-size: 40px;
	color: #008811;
}
.form-text {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
}
.form-input-text {
	min-height: 300px;
	width: 70%;
}
.form-input-name {
	width: 70%;
min-height: 50px;
}
.notification {
	color: red;
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.button01 {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	border-radius: 3px;
}
#fun-padding {
	font-family: roboto;
	width: 27px;
}
#fun-padding p {
		font-size: 12px;
	color: #555557;
		padding: 3px 10px;
		background-color: #C9E6FD;
	border-radius: 3px;
}
@font-face {
  font-family: astloch;
  src: url("../fonts/Roboto-Regular.ttf");
}
.hidden-caption {
	visibility: hidden;
}
