h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', Georgia, Times, serif;
}

p, div {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

h1 > a, h1 > a:hover { 
    text-shadow: 1px 1px 1px #ccc;
    text-decoration: none;
    color: #000;
}

body {
    background: url(/img/swirl.png) repeat 0 0;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
    box-shadow: none !important;
}

.gap {
    margin-top: 20%;
    display: table;
}

.center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* styles for index page */

/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 16px;
}

/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.marketing h4 {
 font-size: 14px;
 font-family: 'PT Sans', Helvetica, Arial, sans-serif;
 font-weight:normal;

}