blockquote {
    /*border: 1px solid #eee;
    border-left: 5px solid rgba(205,92,92,0.8);*/
    padding: 20px;
    margin: 40px auto 15px;
    max-width: 1000px;
    font-size: 16px;
}

body {
    font-family: "Open Sans" !important;
    font-size: 17px;
    /* table-layout: fixed; */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    /*max-width: 280px;*/
}

input {
}

/*Fredericka+the+Great|Kaushan+Script|Open+Sans|Open+Sans+Condensed:300|Petit+Formal+Script|Raleway+Dots|Roboto+Condensed:300|Roboto:300,400|Ruthie|Sacramento|Tangerine');*/
h1 {
    font-family: Tangerine;
    font-size: 100px;
}

h2 {
    font-family: Tangerine;
    font-size: 4rem;
}

hr {
    margin-left: 5px;
    margin-right: 5px;
}

h3 {
    font-family: "Petit Formal Script";
    /* font-weight: bold; */
    font-size: 2em;
    margin-bottom: 20px;
    position: relative;
    width: 60%;
    margin: 10px auto 25px;
    padding: 5px;
}

h4 {
    font-family: "Petit Formal Script";
    font-size: 26px;
    position: relative;
    padding: 5px;
}

h3::before, h3::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    z-index: -10;
    border-bottom: 2px solid indianred;
    transform-origin: center;
    transform: rotateZ(var(--h2-angle));
    margin: 0 auto;
    bottom: 0px;
    z-index: 1;
}

h3::before {
    transform-origin: center;
    transform: rotateZ(calc(-1*var(--h2-angle)));
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

label {
    font-family: 'Roboto Condensed';
    font-size: 23px;
    font-weight: 300;
}

