div.body
{
	margin:72px;
	
}
h1.title,h2.title,h3.title,h4.title
{
	font-family: 'Bungee Inline', cursive;
	margin-top:0px;
}
.handwriting
{
	font-family: 'Shadows Into Light', cursive;
	font-size:larger;
}
.handwriting>p::first-letter
{
	font-weight:bold;
	font-size:x-large;
}
.fill-container
{
	 width:100%;
	 height:100%;
}
textarea.fill-container {
	height:300px;
}
input.form-control,textarea.form-control{
	border: 1px solid #f49242; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 7px #f9bf4a;
       -moz-box-shadow: 0px 0px 7px #f9bf4a;
            box-shadow: 0px 0px 7px #f9bf4a; /* some variation of blue for the shadow */
}

input.form-control:focus,textarea.form-control:focus{
	border: 2px solid #f49242; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 12px #f9bf4a;
       -moz-box-shadow: 0px 0px 12px #f9bf4a;
            box-shadow: 0px 0px 12px #f9bf4a; /* some variation of blue for the shadow */
}