﻿@font-face {
    font-family: 'Day Poster Black';
    src: url('fonts/DayPosterBlack.eot');
    src: url('fonts/DayPosterBlack.eot?#iefix') format('embedded-opentype'),
         url('fonts/DayPosterBlack.woff2') format('woff2'),
         url('fonts/DayPosterBlack.woff') format('woff'),
         url('fonts/DayPosterBlack.ttf') format('truetype'),
         url('fonts/DayPosterBlack.svg#DayPosterBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: white;
    margin: 0;
    color: #615773;
    font-size: 10pt;
}

h1 {
    font-size: 24pt;
}

a {
    border: 0;
}

a:hover {
    color: black;
}

a:visited {
    color: #615773;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    max-width: 680px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Day Poster Black', Georgia, sans-serif;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#house {
    display: block;
}