div.page-title {
    background-color: #153b9e;
    background-image: url('/static/swiftcraft/sky-swift-banner.jpg');
}
h1.title {
    font-family: 'Montserrat', "Avenir Next", sans-serif;
    font-size: 36pt;
    font-weight: 600;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}
body {
    font-family: Exo, Garamond, "Lucida Sans", sans-serif; !important;
}
main {
    margin-top: 36px;
}
nav, nav a {
    color: #f3f5fc;
    text-decoration: none;
}
a {
    color: #3e9bb0;
}
.form-heading a {
  color: #3e9bb0;
}
form section div.heading {
    background-color: rgba(67, 129, 183, 0.15) !important;
}
div.page-title div {
    padding-top: 2.5em;
    padding-bottom: 3em;
 }
